Shades of Sandstone #797063
Tints of Sandstone #797063
RGB
CMYK
RGB Variations
Color information
#797063 (or 0x797063) is known color: Sandstone. HEX triplet: 79, 70 and 63. RGB value is (121,112,99). Sum of RGB (Red+Green+Blue) = 121+112+99=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #797063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797063 is #868F9C. Grayscale: #717171. Windows color (decimal): -8818589 or 6516857. OLE color: 6516857.
HSL color Cylindrical-coordinate representation of color #797063: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #797063 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 99 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.53 |
| HSL | 35.45º | 0.1% | 0.43% | - |
| HSV(B) | 35.45º | 0.18% | 0.47% | - |
| XYZ | 15.93 | 16.55 | 14.16 | - |
| YUV | 113.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 99 | 0 | 0.07 | 0.18 | 0.53 | 35.45 | 0.1 | 0.43 |
| Hex | 79 | 70 | 63 | 0 | 7 | 12 | 35 | 23 | A | 2B |
| Octal | 171 | 160 | 143 | 0 | 7 | 22 | 65 | 43 | 12 | 53 |
| Binary | 1111001 | 1110000 | 1100011 | 0 | 111 | 10010 | 110101 | 100011 | 1010 | 101011 |
Color Harmonies of #797063
Complementary color
Monochromatic Colors of #797063
Black with #797063
Text Example
Text Example
White with #797063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797063; }
p { color: rgb(121,112,99); }
H1.HeaderClassName
{
color: #797063;
}
.AnyTagClassName
{
color: #797063;
}
</style>
background-color css
<style>
a { background-color: #797063; }
a { background-color: rgb(121,112,99); }
div.DivClassName
{
background-color: #797063;
}
.BgClassName
{
background-color: #797063;
}
</style>
border-color css
<style>
span { border-color: #797063; }
span { border-color: rgb(121,112,99); }
td.TdClassName
{
border-color: #797063;
}
.TagClassName
{
border-color: #797063;
}
</style>