Shades of Sand Dune #82786E
Tints of Sand Dune #82786E
RGB
CMYK
RGB Variations
Color information
#82786E (or 0x82786E) is known color: Sand Dune. HEX triplet: 82, 78 and 6E. RGB value is (130,120,110). Sum of RGB (Red+Green+Blue) = 130+120+110=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 130 - color contains mainly: red. Hex color #82786E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82786E is #7D8791. Grayscale: #797979. Windows color (decimal): -8226706 or 7239810. OLE color: 7239810.
HSL color Cylindrical-coordinate representation of color #82786E: hue angle of 30º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #82786E is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 110 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.49 |
| HSL | 30º | 0.08% | 0.47% | - |
| HSV(B) | 30º | 0.15% | 0.51% | - |
| XYZ | 18.74 | 19.3 | 17.49 | - |
| YUV | 121.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 110 | 0 | 0.08 | 0.15 | 0.49 | 30 | 0.08 | 0.47 |
| Hex | 82 | 78 | 6E | 0 | 8 | F | 31 | 1E | 8 | 2F |
| Octal | 202 | 170 | 156 | 0 | 10 | 17 | 61 | 36 | 10 | 57 |
| Binary | 10000010 | 1111000 | 1101110 | 0 | 1000 | 1111 | 110001 | 11110 | 1000 | 101111 |
Color Harmonies of #82786E
Complementary color
Monochromatic Colors of #82786E
Black with #82786E
Text Example
Text Example
White with #82786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82786E; }
p { color: rgb(130,120,110); }
H1.HeaderClassName
{
color: #82786E;
}
.AnyTagClassName
{
color: #82786E;
}
</style>
background-color css
<style>
a { background-color: #82786E; }
a { background-color: rgb(130,120,110); }
div.DivClassName
{
background-color: #82786E;
}
.BgClassName
{
background-color: #82786E;
}
</style>
border-color css
<style>
span { border-color: #82786E; }
span { border-color: rgb(130,120,110); }
td.TdClassName
{
border-color: #82786E;
}
.TagClassName
{
border-color: #82786E;
}
</style>