Shades of Sand Dune #847A6D
Tints of Sand Dune #847A6D
RGB
CMYK
RGB Variations
Color information
#847A6D (or 0x847A6D) is known color: Sand Dune. HEX triplet: 84, 7A and 6D. RGB value is (132,122,109). Sum of RGB (Red+Green+Blue) = 132+122+109=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 132 - color contains mainly: red. Hex color #847A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847A6D is #7B8592. Grayscale: #7B7B7B. Windows color (decimal): -8095123 or 7174788. OLE color: 7174788.
HSL color Cylindrical-coordinate representation of color #847A6D: hue angle of 33.91º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #847A6D is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 122 | 109 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.48 |
| HSL | 33.91º | 0.1% | 0.47% | - |
| HSV(B) | 33.91º | 0.17% | 0.52% | - |
| XYZ | 19.24 | 19.93 | 17.3 | - |
| YUV | 123.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 109 | 0 | 0.08 | 0.17 | 0.48 | 33.91 | 0.1 | 0.47 |
| Hex | 84 | 7A | 6D | 0 | 8 | 11 | 30 | 22 | A | 2F |
| Octal | 204 | 172 | 155 | 0 | 10 | 21 | 60 | 42 | 12 | 57 |
| Binary | 10000100 | 1111010 | 1101101 | 0 | 1000 | 10001 | 110000 | 100010 | 1010 | 101111 |
Color Harmonies of #847A6D
Complementary color
Monochromatic Colors of #847A6D
Black with #847A6D
Text Example
Text Example
White with #847A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847A6D; }
p { color: rgb(132,122,109); }
H1.HeaderClassName
{
color: #847A6D;
}
.AnyTagClassName
{
color: #847A6D;
}
</style>
background-color css
<style>
a { background-color: #847A6D; }
a { background-color: rgb(132,122,109); }
div.DivClassName
{
background-color: #847A6D;
}
.BgClassName
{
background-color: #847A6D;
}
</style>
border-color css
<style>
span { border-color: #847A6D; }
span { border-color: rgb(132,122,109); }
td.TdClassName
{
border-color: #847A6D;
}
.TagClassName
{
border-color: #847A6D;
}
</style>