Shades of Sand Dune #81776A
Tints of Sand Dune #81776A
RGB
CMYK
RGB Variations
Color information
#81776A (or 0x81776A) is known color: Sand Dune. HEX triplet: 81, 77 and 6A. RGB value is (129,119,106). Sum of RGB (Red+Green+Blue) = 129+119+106=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 129 - color contains mainly: red. Hex color #81776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81776A is #7E8895. Grayscale: #787878. Windows color (decimal): -8292502 or 6977409. OLE color: 6977409.
HSL color Cylindrical-coordinate representation of color #81776A: hue angle of 33.91º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #81776A is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 119 | 106 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.49 |
| HSL | 33.91º | 0.1% | 0.46% | - |
| HSV(B) | 33.91º | 0.18% | 0.51% | - |
| XYZ | 18.25 | 18.9 | 16.32 | - |
| YUV | 120.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 106 | 0 | 0.08 | 0.18 | 0.49 | 33.91 | 0.1 | 0.46 |
| Hex | 81 | 77 | 6A | 0 | 8 | 12 | 31 | 22 | A | 2E |
| Octal | 201 | 167 | 152 | 0 | 10 | 22 | 61 | 42 | 12 | 56 |
| Binary | 10000001 | 1110111 | 1101010 | 0 | 1000 | 10010 | 110001 | 100010 | 1010 | 101110 |
Color Harmonies of #81776A
Complementary color
Monochromatic Colors of #81776A
Black with #81776A
Text Example
Text Example
White with #81776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81776A; }
p { color: rgb(129,119,106); }
H1.HeaderClassName
{
color: #81776A;
}
.AnyTagClassName
{
color: #81776A;
}
</style>
background-color css
<style>
a { background-color: #81776A; }
a { background-color: rgb(129,119,106); }
div.DivClassName
{
background-color: #81776A;
}
.BgClassName
{
background-color: #81776A;
}
</style>
border-color css
<style>
span { border-color: #81776A; }
span { border-color: rgb(129,119,106); }
td.TdClassName
{
border-color: #81776A;
}
.TagClassName
{
border-color: #81776A;
}
</style>