Shades of Sandstone #797064
Tints of Sandstone #797064
RGB
CMYK
RGB Variations
Color information
#797064 (or 0x797064) is known color: Sandstone. HEX triplet: 79, 70 and 64. RGB value is (121,112,100). Sum of RGB (Red+Green+Blue) = 121+112+100=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 121 - color contains mainly: red. Hex color #797064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797064 is #868F9B. Grayscale: #717171. Windows color (decimal): -8818588 or 6582393. OLE color: 6582393.
HSL color Cylindrical-coordinate representation of color #797064: hue angle of 34.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #797064 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 100 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.53 |
| HSL | 34.29º | 0.1% | 0.43% | - |
| HSV(B) | 34.29º | 0.17% | 0.47% | - |
| XYZ | 15.98 | 16.57 | 14.41 | - |
| YUV | 113.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 100 | 0 | 0.07 | 0.17 | 0.53 | 34.29 | 0.1 | 0.43 |
| Hex | 79 | 70 | 64 | 0 | 7 | 11 | 35 | 22 | A | 2B |
| Octal | 171 | 160 | 144 | 0 | 7 | 21 | 65 | 42 | 12 | 53 |
| Binary | 1111001 | 1110000 | 1100100 | 0 | 111 | 10001 | 110101 | 100010 | 1010 | 101011 |
Color Harmonies of #797064
Complementary color
Monochromatic Colors of #797064
Black with #797064
Text Example
Text Example
White with #797064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797064; }
p { color: rgb(121,112,100); }
H1.HeaderClassName
{
color: #797064;
}
.AnyTagClassName
{
color: #797064;
}
</style>
background-color css
<style>
a { background-color: #797064; }
a { background-color: rgb(121,112,100); }
div.DivClassName
{
background-color: #797064;
}
.BgClassName
{
background-color: #797064;
}
</style>
border-color css
<style>
span { border-color: #797064; }
span { border-color: rgb(121,112,100); }
td.TdClassName
{
border-color: #797064;
}
.TagClassName
{
border-color: #797064;
}
</style>