Shades of Sand Dune #84776C
Tints of Sand Dune #84776C
RGB
CMYK
RGB Variations
Color information
#84776C (or 0x84776C) is known color: Sand Dune. HEX triplet: 84, 77 and 6C. RGB value is (132,119,108). Sum of RGB (Red+Green+Blue) = 132+119+108=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 132 - color contains mainly: red. Hex color #84776C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84776C is #7B8893. Grayscale: #797979. Windows color (decimal): -8095892 or 7108484. OLE color: 7108484.
HSL color Cylindrical-coordinate representation of color #84776C: hue angle of 27.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #84776C is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 108 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.48 |
| HSL | 27.5º | 0.1% | 0.47% | - |
| HSV(B) | 27.5º | 0.18% | 0.52% | - |
| XYZ | 18.82 | 19.18 | 16.9 | - |
| YUV | 121.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 108 | 0 | 0.10 | 0.18 | 0.48 | 27.5 | 0.1 | 0.47 |
| Hex | 84 | 77 | 6C | 0 | A | 12 | 30 | 1C | A | 2F |
| Octal | 204 | 167 | 154 | 0 | 12 | 22 | 60 | 34 | 12 | 57 |
| Binary | 10000100 | 1110111 | 1101100 | 0 | 1010 | 10010 | 110000 | 11100 | 1010 | 101111 |
Color Harmonies of #84776C
Complementary color
Monochromatic Colors of #84776C
Black with #84776C
Text Example
Text Example
White with #84776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84776C; }
p { color: rgb(132,119,108); }
H1.HeaderClassName
{
color: #84776C;
}
.AnyTagClassName
{
color: #84776C;
}
</style>
background-color css
<style>
a { background-color: #84776C; }
a { background-color: rgb(132,119,108); }
div.DivClassName
{
background-color: #84776C;
}
.BgClassName
{
background-color: #84776C;
}
</style>
border-color css
<style>
span { border-color: #84776C; }
span { border-color: rgb(132,119,108); }
td.TdClassName
{
border-color: #84776C;
}
.TagClassName
{
border-color: #84776C;
}
</style>