Shades of Sandstone #796F64
Tints of Sandstone #796F64
RGB
CMYK
RGB Variations
Color information
#796F64 (or 0x796F64) is known color: Sandstone. HEX triplet: 79, 6F and 64. RGB value is (121,111,100). Sum of RGB (Red+Green+Blue) = 121+111+100=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #796F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F64 is #86909B. Grayscale: #707070. Windows color (decimal): -8818844 or 6582137. OLE color: 6582137.
HSL color Cylindrical-coordinate representation of color #796F64: hue angle of 31.43º 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 #796F64 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 100 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.53 |
| HSL | 31.43º | 0.1% | 0.43% | - |
| HSV(B) | 31.43º | 0.17% | 0.47% | - |
| XYZ | 15.87 | 16.35 | 14.38 | - |
| YUV | 112.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 100 | 0 | 0.08 | 0.17 | 0.53 | 31.43 | 0.1 | 0.43 |
| Hex | 79 | 6F | 64 | 0 | 8 | 11 | 35 | 1F | A | 2B |
| Octal | 171 | 157 | 144 | 0 | 10 | 21 | 65 | 37 | 12 | 53 |
| Binary | 1111001 | 1101111 | 1100100 | 0 | 1000 | 10001 | 110101 | 11111 | 1010 | 101011 |
Color Harmonies of #796F64
Complementary color
Monochromatic Colors of #796F64
Black with #796F64
Text Example
Text Example
White with #796F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F64; }
p { color: rgb(121,111,100); }
H1.HeaderClassName
{
color: #796F64;
}
.AnyTagClassName
{
color: #796F64;
}
</style>
background-color css
<style>
a { background-color: #796F64; }
a { background-color: rgb(121,111,100); }
div.DivClassName
{
background-color: #796F64;
}
.BgClassName
{
background-color: #796F64;
}
</style>
border-color css
<style>
span { border-color: #796F64; }
span { border-color: rgb(121,111,100); }
td.TdClassName
{
border-color: #796F64;
}
.TagClassName
{
border-color: #796F64;
}
</style>