Shades of Sand Dune #8C7865
Tints of Sand Dune #8C7865
RGB
CMYK
RGB Variations
Color information
#8C7865 (or 0x8C7865) is known color: Sand Dune. HEX triplet: 8C, 78 and 65. RGB value is (140,120,101). Sum of RGB (Red+Green+Blue) = 140+120+101=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7865 is #73879A. Grayscale: #7B7B7B. Windows color (decimal): -7571355 or 6649996. OLE color: 6649996.
HSL color Cylindrical-coordinate representation of color #8C7865: hue angle of 29.23º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C7865 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 101 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.45 |
| HSL | 29.23º | 0.16% | 0.47% | - |
| HSV(B) | 29.23º | 0.28% | 0.55% | - |
| XYZ | 19.88 | 19.95 | 15.11 | - |
| YUV | 123.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 101 | 0 | 0.14 | 0.28 | 0.45 | 29.23 | 0.16 | 0.47 |
| Hex | 8C | 78 | 65 | 0 | E | 1C | 2D | 1D | 10 | 2F |
| Octal | 214 | 170 | 145 | 0 | 16 | 34 | 55 | 35 | 20 | 57 |
| Binary | 10001100 | 1111000 | 1100101 | 0 | 1110 | 11100 | 101101 | 11101 | 10000 | 101111 |
Color Harmonies of #8C7865
Complementary color
Monochromatic Colors of #8C7865
Black with #8C7865
Text Example
Text Example
White with #8C7865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7865; }
p { color: rgb(140,120,101); }
H1.HeaderClassName
{
color: #8C7865;
}
.AnyTagClassName
{
color: #8C7865;
}
</style>
background-color css
<style>
a { background-color: #8C7865; }
a { background-color: rgb(140,120,101); }
div.DivClassName
{
background-color: #8C7865;
}
.BgClassName
{
background-color: #8C7865;
}
</style>
border-color css
<style>
span { border-color: #8C7865; }
span { border-color: rgb(140,120,101); }
td.TdClassName
{
border-color: #8C7865;
}
.TagClassName
{
border-color: #8C7865;
}
</style>