Shades of Sand Dune #8E775F
Tints of Sand Dune #8E775F
RGB
CMYK
RGB Variations
Color information
#8E775F (or 0x8E775F) is known color: Sand Dune. HEX triplet: 8E, 77 and 5F. RGB value is (142,119,95). Sum of RGB (Red+Green+Blue) = 142+119+95=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E775F is #7188A0. Grayscale: #7B7B7B. Windows color (decimal): -7440545 or 6256526. OLE color: 6256526.
HSL color Cylindrical-coordinate representation of color #8E775F: hue angle of 30.64º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E775F is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 119 | 95 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.44 |
| HSL | 30.64º | 0.2% | 0.46% | - |
| HSV(B) | 30.64º | 0.33% | 0.56% | - |
| XYZ | 19.82 | 19.77 | 13.6 | - |
| YUV | 123.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 119 | 95 | 0 | 0.16 | 0.33 | 0.44 | 30.64 | 0.2 | 0.46 |
| Hex | 8E | 77 | 5F | 0 | 10 | 21 | 2C | 1F | 14 | 2E |
| Octal | 216 | 167 | 137 | 0 | 20 | 41 | 54 | 37 | 24 | 56 |
| Binary | 10001110 | 1110111 | 1011111 | 0 | 10000 | 100001 | 101100 | 11111 | 10100 | 101110 |
Color Harmonies of #8E775F
Complementary color
Monochromatic Colors of #8E775F
Black with #8E775F
Text Example
Text Example
White with #8E775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E775F; }
p { color: rgb(142,119,95); }
H1.HeaderClassName
{
color: #8E775F;
}
.AnyTagClassName
{
color: #8E775F;
}
</style>
background-color css
<style>
a { background-color: #8E775F; }
a { background-color: rgb(142,119,95); }
div.DivClassName
{
background-color: #8E775F;
}
.BgClassName
{
background-color: #8E775F;
}
</style>
border-color css
<style>
span { border-color: #8E775F; }
span { border-color: rgb(142,119,95); }
td.TdClassName
{
border-color: #8E775F;
}
.TagClassName
{
border-color: #8E775F;
}
</style>