Shades of Sandstone #796E66
Tints of Sandstone #796E66
RGB
CMYK
RGB Variations
Color information
#796E66 (or 0x796E66) is known color: Sandstone. HEX triplet: 79, 6E and 66. RGB value is (121,110,102). Sum of RGB (Red+Green+Blue) = 121+110+102=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #796E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E66 is #869199. Grayscale: #707070. Windows color (decimal): -8819098 or 6712953. OLE color: 6712953.
HSL color Cylindrical-coordinate representation of color #796E66: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #796E66 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 110 | 102 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.53 |
| HSL | 25.26º | 0.09% | 0.44% | - |
| HSV(B) | 25.26º | 0.16% | 0.47% | - |
| XYZ | 15.86 | 16.18 | 14.86 | - |
| YUV | 112.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 102 | 0 | 0.09 | 0.16 | 0.53 | 25.26 | 0.09 | 0.44 |
| Hex | 79 | 6E | 66 | 0 | 9 | 10 | 35 | 19 | 9 | 2C |
| Octal | 171 | 156 | 146 | 0 | 11 | 20 | 65 | 31 | 11 | 54 |
| Binary | 1111001 | 1101110 | 1100110 | 0 | 1001 | 10000 | 110101 | 11001 | 1001 | 101100 |
Color Harmonies of #796E66
Complementary color
Monochromatic Colors of #796E66
Black with #796E66
Text Example
Text Example
White with #796E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796E66; }
p { color: rgb(121,110,102); }
H1.HeaderClassName
{
color: #796E66;
}
.AnyTagClassName
{
color: #796E66;
}
</style>
background-color css
<style>
a { background-color: #796E66; }
a { background-color: rgb(121,110,102); }
div.DivClassName
{
background-color: #796E66;
}
.BgClassName
{
background-color: #796E66;
}
</style>
border-color css
<style>
span { border-color: #796E66; }
span { border-color: rgb(121,110,102); }
td.TdClassName
{
border-color: #796E66;
}
.TagClassName
{
border-color: #796E66;
}
</style>