Shades of Sand Dune #85776C
Tints of Sand Dune #85776C
RGB
CMYK
RGB Variations
Color information
#85776C (or 0x85776C) is known color: Sand Dune. HEX triplet: 85, 77 and 6C. RGB value is (133,119,108). Sum of RGB (Red+Green+Blue) = 133+119+108=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85776C is #7A8893. Grayscale: #797979. Windows color (decimal): -8030356 or 7108485. OLE color: 7108485.
HSL color Cylindrical-coordinate representation of color #85776C: hue angle of 26.4º 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 #85776C is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 119 | 108 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.48 |
| HSL | 26.4º | 0.1% | 0.47% | - |
| HSV(B) | 26.4º | 0.19% | 0.52% | - |
| XYZ | 18.98 | 19.26 | 16.91 | - |
| YUV | 121.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 119 | 108 | 0 | 0.11 | 0.19 | 0.48 | 26.4 | 0.1 | 0.47 |
| Hex | 85 | 77 | 6C | 0 | B | 13 | 30 | 1A | A | 2F |
| Octal | 205 | 167 | 154 | 0 | 13 | 23 | 60 | 32 | 12 | 57 |
| Binary | 10000101 | 1110111 | 1101100 | 0 | 1011 | 10011 | 110000 | 11010 | 1010 | 101111 |
Color Harmonies of #85776C
Complementary color
Monochromatic Colors of #85776C
Black with #85776C
Text Example
Text Example
White with #85776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85776C; }
p { color: rgb(133,119,108); }
H1.HeaderClassName
{
color: #85776C;
}
.AnyTagClassName
{
color: #85776C;
}
</style>
background-color css
<style>
a { background-color: #85776C; }
a { background-color: rgb(133,119,108); }
div.DivClassName
{
background-color: #85776C;
}
.BgClassName
{
background-color: #85776C;
}
</style>
border-color css
<style>
span { border-color: #85776C; }
span { border-color: rgb(133,119,108); }
td.TdClassName
{
border-color: #85776C;
}
.TagClassName
{
border-color: #85776C;
}
</style>