Shades of Sand Dune #827A6F
Tints of Sand Dune #827A6F
RGB
CMYK
RGB Variations
Color information
#827A6F (or 0x827A6F) is known color: Sand Dune. HEX triplet: 82, 7A and 6F. RGB value is (130,122,111). Sum of RGB (Red+Green+Blue) = 130+122+111=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 130 - color contains mainly: red. Hex color #827A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A6F is #7D8590. Grayscale: #7B7B7B. Windows color (decimal): -8226193 or 7305858. OLE color: 7305858.
HSL color Cylindrical-coordinate representation of color #827A6F: hue angle of 34.74º 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 #827A6F is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 111 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.49 |
| HSL | 34.74º | 0.08% | 0.47% | - |
| HSV(B) | 34.74º | 0.15% | 0.51% | - |
| XYZ | 19.03 | 19.81 | 17.86 | - |
| YUV | 123.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 111 | 0 | 0.06 | 0.15 | 0.49 | 34.74 | 0.08 | 0.47 |
| Hex | 82 | 7A | 6F | 0 | 6 | F | 31 | 23 | 8 | 2F |
| Octal | 202 | 172 | 157 | 0 | 6 | 17 | 61 | 43 | 10 | 57 |
| Binary | 10000010 | 1111010 | 1101111 | 0 | 110 | 1111 | 110001 | 100011 | 1000 | 101111 |
Color Harmonies of #827A6F
Complementary color
Monochromatic Colors of #827A6F
Black with #827A6F
Text Example
Text Example
White with #827A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A6F; }
p { color: rgb(130,122,111); }
H1.HeaderClassName
{
color: #827A6F;
}
.AnyTagClassName
{
color: #827A6F;
}
</style>
background-color css
<style>
a { background-color: #827A6F; }
a { background-color: rgb(130,122,111); }
div.DivClassName
{
background-color: #827A6F;
}
.BgClassName
{
background-color: #827A6F;
}
</style>
border-color css
<style>
span { border-color: #827A6F; }
span { border-color: rgb(130,122,111); }
td.TdClassName
{
border-color: #827A6F;
}
.TagClassName
{
border-color: #827A6F;
}
</style>