Shades of Sandstone #796A56
Tints of Sandstone #796A56
RGB
CMYK
RGB Variations
Color information
#796A56 (or 0x796A56) is known color: Sandstone. HEX triplet: 79, 6A and 56. RGB value is (121,106,86). Sum of RGB (Red+Green+Blue) = 121+106+86=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #796A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A56 is #8695A9. Grayscale: #6C6C6C. Windows color (decimal): -8820138 or 5663353. OLE color: 5663353.
HSL color Cylindrical-coordinate representation of color #796A56: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #796A56 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 86 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.53 |
| HSL | 34.29º | 0.17% | 0.41% | - |
| HSV(B) | 34.29º | 0.29% | 0.47% | - |
| XYZ | 14.72 | 15.04 | 10.93 | - |
| YUV | 108.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 86 | 0 | 0.12 | 0.29 | 0.53 | 34.29 | 0.17 | 0.41 |
| Hex | 79 | 6A | 56 | 0 | C | 1D | 35 | 22 | 11 | 29 |
| Octal | 171 | 152 | 126 | 0 | 14 | 35 | 65 | 42 | 21 | 51 |
| Binary | 1111001 | 1101010 | 1010110 | 0 | 1100 | 11101 | 110101 | 100010 | 10001 | 101001 |
Color Harmonies of #796A56
Complementary color
Monochromatic Colors of #796A56
Black with #796A56
Text Example
Text Example
White with #796A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A56; }
p { color: rgb(121,106,86); }
H1.HeaderClassName
{
color: #796A56;
}
.AnyTagClassName
{
color: #796A56;
}
</style>
background-color css
<style>
a { background-color: #796A56; }
a { background-color: rgb(121,106,86); }
div.DivClassName
{
background-color: #796A56;
}
.BgClassName
{
background-color: #796A56;
}
</style>
border-color css
<style>
span { border-color: #796A56; }
span { border-color: rgb(121,106,86); }
td.TdClassName
{
border-color: #796A56;
}
.TagClassName
{
border-color: #796A56;
}
</style>