Color: #8E686D
#8E686D Color Information
#8E686D is a dark color. The closest websafe version is #8E686D. A complement of this color would be #688D88, perceived brightness is 0.45, and the grayscale version is #7B7B7B.
In the HSL color space, this color has a hue angle of 352°,a saturation of 15%, and a lightness of 48%.The HSV representation shows a hue of 352°, a saturation of 100%, and a value of 100%.
In a RGB color space, #8E686D is composed of 56% red, 41% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 27% magenta, 23% yellow and 44% black.
In the Yxy color space, this color is represented as Y: 16.87, x: 0.3955, and y: 0.3456.
Color Code #8E686D
Shades of Color #8E686D
Shades are created by darkening the original color #8E686D in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #8E686D
Tints are created by lightening the original color #8E686D in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #8E686D Color Code
In the HSL color space, this color has a hue angle of 352°, a saturation of 15%, and a lightness of 48%. The HSV representation shows a hue of 352°, a saturation of 27%, and a value of 56%.
- HEX: #8E686D
- RGB: rgb(142, 104, 109)
- HSL: hsl(352, 15%, 48%)
- HSV: hsv(352, 27%, 56%)
- CMYK: 0.00% cyan, 27.00% magenta, 23.00% yellow, 44.00% black
- XYZ: 19.31, 16.87, 12.64
- Yxy: 16.87, 0.3955, 0.3456
- Hunter Lab: 48.10, 16.28, 3.49
- CIE-Lab: 48.10, 16.28, 3.49
In the XYZ color space, this color is represented as X: 19.31, Y: 16.87, Z: 12.64. The Yxy representation further refines this as Y: 16.87, x: 0.3955, and y: 0.3456.
In the Hunter Lab color space, this color is represented as L: 48.10, a: 16.28, and b: 3.49. Similarly, in the CIE-Lab color space, it is represented as L: 48.10, a: 16.28, and b: 3.49.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #8E686D
Triadic colors are three colors evenly spaced around the color wheel, including #8E686D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #8E686D
Monochromatic colors are variations of #8E686D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #8E686D
The complementary color of #8E686D is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #8E686D
/* Using HEX */ body { background-color: #8e686d; }
/* Using RGB */ body { background-color: rgb(142, 104, 109); }
/* Using RGB with opacity */ body { background-color: rgba(142, 104, 109, 0.5); }
/* Using HSL */ body { background-color: hsl(352, 15%, 48%); }
/* Text color */ p { color: #8e686d; }
/* Box shadow */ div { box-shadow: 4px 4px #8e686d; }
HTML Examples of #8E686D
<!-- Using HEX --> <div style="background-color: #8e686d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(142, 104, 109); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(142, 104, 109, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(352, 15%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #8e686d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #8e686d; width: 100px; height: 100px;"></div>
Related Colors of #8E686D
These colors are similar to #8E686D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.