Shades of Sand Dune #85786C
Tints of Sand Dune #85786C
RGB
CMYK
RGB Variations
Color information
#85786C (or 0x85786C) is known color: Sand Dune. HEX triplet: 85, 78 and 6C. RGB value is (133,120,108). Sum of RGB (Red+Green+Blue) = 133+120+108=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #85786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85786C is #7A8793. Grayscale: #7A7A7A. Windows color (decimal): -8030100 or 7108741. OLE color: 7108741.
HSL color Cylindrical-coordinate representation of color #85786C: hue angle of 28.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85786C is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 120 | 108 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.48 |
| HSL | 28.8º | 0.1% | 0.47% | - |
| HSV(B) | 28.8º | 0.19% | 0.52% | - |
| XYZ | 19.1 | 19.5 | 16.95 | - |
| YUV | 122.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 120 | 108 | 0 | 0.10 | 0.19 | 0.48 | 28.8 | 0.1 | 0.47 |
| Hex | 85 | 78 | 6C | 0 | A | 13 | 30 | 1D | A | 2F |
| Octal | 205 | 170 | 154 | 0 | 12 | 23 | 60 | 35 | 12 | 57 |
| Binary | 10000101 | 1111000 | 1101100 | 0 | 1010 | 10011 | 110000 | 11101 | 1010 | 101111 |
Color Harmonies of #85786C
Complementary color
Monochromatic Colors of #85786C
Black with #85786C
Text Example
Text Example
White with #85786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85786C; }
p { color: rgb(133,120,108); }
H1.HeaderClassName
{
color: #85786C;
}
.AnyTagClassName
{
color: #85786C;
}
</style>
background-color css
<style>
a { background-color: #85786C; }
a { background-color: rgb(133,120,108); }
div.DivClassName
{
background-color: #85786C;
}
.BgClassName
{
background-color: #85786C;
}
</style>
border-color css
<style>
span { border-color: #85786C; }
span { border-color: rgb(133,120,108); }
td.TdClassName
{
border-color: #85786C;
}
.TagClassName
{
border-color: #85786C;
}
</style>