Shades of Sand Dune #82756C
Tints of Sand Dune #82756C
RGB
CMYK
RGB Variations
Color information
#82756C (or 0x82756C) is known color: Sand Dune. HEX triplet: 82, 75 and 6C. RGB value is (130,117,108). Sum of RGB (Red+Green+Blue) = 130+117+108=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 130 - color contains mainly: red. Hex color #82756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82756C is #7D8A93. Grayscale: #777777. Windows color (decimal): -8227476 or 7107970. OLE color: 7107970.
HSL color Cylindrical-coordinate representation of color #82756C: hue angle of 24.55º 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 #82756C is Cyan = 0, Magento = 0.1, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 108 | - |
| CMYK | 0 | 0.1 | 0.17 | 0.49 |
| HSL | 24.55º | 0.09% | 0.47% | - |
| HSV(B) | 24.55º | 0.17% | 0.51% | - |
| XYZ | 18.27 | 18.55 | 16.8 | - |
| YUV | 119.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 108 | 0 | 0.1 | 0.17 | 0.49 | 24.55 | 0.09 | 0.47 |
| Hex | 82 | 75 | 6C | 0 | A | 11 | 31 | 19 | 9 | 2F |
| Octal | 202 | 165 | 154 | 0 | 12 | 21 | 61 | 31 | 11 | 57 |
| Binary | 10000010 | 1110101 | 1101100 | 0 | 1010 | 10001 | 110001 | 11001 | 1001 | 101111 |
Color Harmonies of #82756C
Complementary color
Monochromatic Colors of #82756C
Black with #82756C
Text Example
Text Example
White with #82756C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82756C; }
p { color: rgb(130,117,108); }
H1.HeaderClassName
{
color: #82756C;
}
.AnyTagClassName
{
color: #82756C;
}
</style>
background-color css
<style>
a { background-color: #82756C; }
a { background-color: rgb(130,117,108); }
div.DivClassName
{
background-color: #82756C;
}
.BgClassName
{
background-color: #82756C;
}
</style>
border-color css
<style>
span { border-color: #82756C; }
span { border-color: rgb(130,117,108); }
td.TdClassName
{
border-color: #82756C;
}
.TagClassName
{
border-color: #82756C;
}
</style>