Shades of Sand Dune #8C7A5E
Tints of Sand Dune #8C7A5E
RGB
CMYK
RGB Variations
Color information
#8C7A5E (or 0x8C7A5E) is known color: Sand Dune. HEX triplet: 8C, 7A and 5E. RGB value is (140,122,94). Sum of RGB (Red+Green+Blue) = 140+122+94=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7A5E is #7385A1. Grayscale: #7C7C7C. Windows color (decimal): -7570850 or 6191756. OLE color: 6191756.
HSL color Cylindrical-coordinate representation of color #8C7A5E: hue angle of 36.52º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C7A5E is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 122 | 94 | - |
CMYK | 0 | 0.13 | 0.33 | 0.45 |
HSL | 36.52º | 0.2% | 0.46% | - |
HSV(B) | 36.52º | 0.33% | 0.55% | - |
XYZ | 19.8 | 20.3 | 13.47 | - |
YUV | 124.19 | 110.96 | 139.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 122 | 94 | 0 | 0.13 | 0.33 | 0.45 | 36.52 | 0.2 | 0.46 |
Hex | 8C | 7A | 5E | 0 | D | 21 | 2D | 25 | 14 | 2E |
Octal | 214 | 172 | 136 | 0 | 15 | 41 | 55 | 45 | 24 | 56 |
Binary | 10001100 | 1111010 | 1011110 | 0 | 1101 | 100001 | 101101 | 100101 | 10100 | 101110 |
Color Harmonies of #8C7A5E
Complementary color
Monochromatic Colors of #8C7A5E
Black with #8C7A5E
Text Example
Text Example
White with #8C7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A5E; }
p { color: rgb(140,122,94); }
H1.HeaderClassName
{
color: #8C7A5E;
}
.AnyTagClassName
{
color: #8C7A5E;
}
</style>
background-color css
<style>
a { background-color: #8C7A5E; }
a { background-color: rgb(140,122,94); }
div.DivClassName
{
background-color: #8C7A5E;
}
.BgClassName
{
background-color: #8C7A5E;
}
</style>
border-color css
<style>
span { border-color: #8C7A5E; }
span { border-color: rgb(140,122,94); }
td.TdClassName
{
border-color: #8C7A5E;
}
.TagClassName
{
border-color: #8C7A5E;
}
</style>