Color #736470

HEX

#736470

RGB

(115, 100, 112)

Quick Actions

Color Values

Color Space Values
RGB
R: 115, G: 100, B: 112 (45%, 39%, 44%)
CMYK C: 0%, M: 13%, Y: 3%, K: 55%
HSL H: 312°, S: 7%, L: 42%
HSV H: 312°, S: 13%, V: 45%
CIE-LAB L: 44.13, a: 8.28, b: -4.54
CIE-LCH L: 44.13, C: 9.44, H: 331.26
Hunter-Lab L: 37.32, a: 2.91, b: -6.23
Web Safe
#666666
Complementary
#647366

#736470 is a color with RGB values of 115 red, 100 green, and 112 blue (45%, 39%, 44% respectively). In the CMYK color space, it consists of 0% cyan, 13% magenta, 3% yellow, and 55% black. The color has a hue angle of 312°, 7% saturation, and 42% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #666666. The complementary color is #647366, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #736470

Explore different variations of #736470 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #736470. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #736470

Explore different color combinations and harmonies that work well with #736470.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #736470

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #736470

Text with #736470

This text has a font color of #736470.

<span style="color:#736470;">Text here</span>
.text { color: #736470; }

#736470 background color

This paragraph has a background color of #736470.

<p style="background-color:#736470;">Content here</p>
.background { background-color: #736470; }

#736470 border color

This element has a border color of #736470.
<div style="border:1px solid #736470;">Content here</div>
.border { border: 1px solid #736470; }

#736470 box shadow

This element has a box shadow using #736470.
<div style="box-shadow: 0 4px 6px -1px #73647080">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #73647080; }
Copied to clipboard!