Shades of Sand Dune #82766C
Tints of Sand Dune #82766C
RGB
CMYK
RGB Variations
Color information
#82766C (or 0x82766C) is known color: Sand Dune. HEX triplet: 82, 76 and 6C. RGB value is (130,118,108). Sum of RGB (Red+Green+Blue) = 130+118+108=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 130 - color contains mainly: red. Hex color #82766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82766C is #7D8993. Grayscale: #787878. Windows color (decimal): -8227220 or 7108226. OLE color: 7108226.
HSL color Cylindrical-coordinate representation of color #82766C: hue angle of 27.27º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82766C is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 108 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.49 |
| HSL | 27.27º | 0.09% | 0.47% | - |
| HSV(B) | 27.27º | 0.17% | 0.51% | - |
| XYZ | 18.39 | 18.79 | 16.84 | - |
| YUV | 120.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 108 | 0 | 0.09 | 0.17 | 0.49 | 27.27 | 0.09 | 0.47 |
| Hex | 82 | 76 | 6C | 0 | 9 | 11 | 31 | 1B | 9 | 2F |
| Octal | 202 | 166 | 154 | 0 | 11 | 21 | 61 | 33 | 11 | 57 |
| Binary | 10000010 | 1110110 | 1101100 | 0 | 1001 | 10001 | 110001 | 11011 | 1001 | 101111 |
Color Harmonies of #82766C
Complementary color
Monochromatic Colors of #82766C
Black with #82766C
Text Example
Text Example
White with #82766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82766C; }
p { color: rgb(130,118,108); }
H1.HeaderClassName
{
color: #82766C;
}
.AnyTagClassName
{
color: #82766C;
}
</style>
background-color css
<style>
a { background-color: #82766C; }
a { background-color: rgb(130,118,108); }
div.DivClassName
{
background-color: #82766C;
}
.BgClassName
{
background-color: #82766C;
}
</style>
border-color css
<style>
span { border-color: #82766C; }
span { border-color: rgb(130,118,108); }
td.TdClassName
{
border-color: #82766C;
}
.TagClassName
{
border-color: #82766C;
}
</style>