Shades of Sandstone #797165
Tints of Sandstone #797165
RGB
CMYK
RGB Variations
Color information
#797165 (or 0x797165) is known color: Sandstone. HEX triplet: 79, 71 and 65. RGB value is (121,113,101). Sum of RGB (Red+Green+Blue) = 121+113+101=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 121 - color contains mainly: red. Hex color #797165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797165 is #868E9A. Grayscale: #727272. Windows color (decimal): -8818331 or 6648185. OLE color: 6648185.
HSL color Cylindrical-coordinate representation of color #797165: hue angle of 36º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #797165 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 113 | 101 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.53 |
| HSL | 36º | 0.09% | 0.44% | - |
| HSV(B) | 36º | 0.17% | 0.47% | - |
| XYZ | 16.14 | 16.81 | 14.71 | - |
| YUV | 114.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 113 | 101 | 0 | 0.07 | 0.17 | 0.53 | 36 | 0.09 | 0.44 |
| Hex | 79 | 71 | 65 | 0 | 7 | 11 | 35 | 24 | 9 | 2C |
| Octal | 171 | 161 | 145 | 0 | 7 | 21 | 65 | 44 | 11 | 54 |
| Binary | 1111001 | 1110001 | 1100101 | 0 | 111 | 10001 | 110101 | 100100 | 1001 | 101100 |
Color Harmonies of #797165
Complementary color
Monochromatic Colors of #797165
Black with #797165
Text Example
Text Example
White with #797165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797165; }
p { color: rgb(121,113,101); }
H1.HeaderClassName
{
color: #797165;
}
.AnyTagClassName
{
color: #797165;
}
</style>
background-color css
<style>
a { background-color: #797165; }
a { background-color: rgb(121,113,101); }
div.DivClassName
{
background-color: #797165;
}
.BgClassName
{
background-color: #797165;
}
</style>
border-color css
<style>
span { border-color: #797165; }
span { border-color: rgb(121,113,101); }
td.TdClassName
{
border-color: #797165;
}
.TagClassName
{
border-color: #797165;
}
</style>