Shades of Sandstone #796C57
Tints of Sandstone #796C57
RGB
CMYK
RGB Variations
Color information
#796C57 (or 0x796C57) is known color: Sandstone. HEX triplet: 79, 6C and 57. RGB value is (121,108,87). Sum of RGB (Red+Green+Blue) = 121+108+87=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #796C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C57 is #8693A8. Grayscale: #6D6D6D. Windows color (decimal): -8819625 or 5729401. OLE color: 5729401.
HSL color Cylindrical-coordinate representation of color #796C57: hue angle of 37.06º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #796C57 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 87 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.53 |
| HSL | 37.06º | 0.16% | 0.41% | - |
| HSV(B) | 37.06º | 0.28% | 0.47% | - |
| XYZ | 14.97 | 15.48 | 11.22 | - |
| YUV | 109.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 87 | 0 | 0.11 | 0.28 | 0.53 | 37.06 | 0.16 | 0.41 |
| Hex | 79 | 6C | 57 | 0 | B | 1C | 35 | 25 | 10 | 29 |
| Octal | 171 | 154 | 127 | 0 | 13 | 34 | 65 | 45 | 20 | 51 |
| Binary | 1111001 | 1101100 | 1010111 | 0 | 1011 | 11100 | 110101 | 100101 | 10000 | 101001 |
Color Harmonies of #796C57
Complementary color
Monochromatic Colors of #796C57
Black with #796C57
Text Example
Text Example
White with #796C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C57; }
p { color: rgb(121,108,87); }
H1.HeaderClassName
{
color: #796C57;
}
.AnyTagClassName
{
color: #796C57;
}
</style>
background-color css
<style>
a { background-color: #796C57; }
a { background-color: rgb(121,108,87); }
div.DivClassName
{
background-color: #796C57;
}
.BgClassName
{
background-color: #796C57;
}
</style>
border-color css
<style>
span { border-color: #796C57; }
span { border-color: rgb(121,108,87); }
td.TdClassName
{
border-color: #796C57;
}
.TagClassName
{
border-color: #796C57;
}
</style>