Shades of Sandstone #796B58
Tints of Sandstone #796B58
RGB
CMYK
RGB Variations
Color information
#796B58 (or 0x796B58) is known color: Sandstone. HEX triplet: 79, 6B and 58. RGB value is (121,107,88). Sum of RGB (Red+Green+Blue) = 121+107+88=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #796B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B58 is #8694A7. Grayscale: #6D6D6D. Windows color (decimal): -8819880 or 5794681. OLE color: 5794681.
HSL color Cylindrical-coordinate representation of color #796B58: hue angle of 34.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #796B58 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 88 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.53 |
| HSL | 34.55º | 0.16% | 0.41% | - |
| HSV(B) | 34.55º | 0.27% | 0.47% | - |
| XYZ | 14.9 | 15.28 | 11.4 | - |
| YUV | 109.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 88 | 0 | 0.12 | 0.27 | 0.53 | 34.55 | 0.16 | 0.41 |
| Hex | 79 | 6B | 58 | 0 | C | 1B | 35 | 23 | 10 | 29 |
| Octal | 171 | 153 | 130 | 0 | 14 | 33 | 65 | 43 | 20 | 51 |
| Binary | 1111001 | 1101011 | 1011000 | 0 | 1100 | 11011 | 110101 | 100011 | 10000 | 101001 |
Color Harmonies of #796B58
Complementary color
Monochromatic Colors of #796B58
Black with #796B58
Text Example
Text Example
White with #796B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B58; }
p { color: rgb(121,107,88); }
H1.HeaderClassName
{
color: #796B58;
}
.AnyTagClassName
{
color: #796B58;
}
</style>
background-color css
<style>
a { background-color: #796B58; }
a { background-color: rgb(121,107,88); }
div.DivClassName
{
background-color: #796B58;
}
.BgClassName
{
background-color: #796B58;
}
</style>
border-color css
<style>
span { border-color: #796B58; }
span { border-color: rgb(121,107,88); }
td.TdClassName
{
border-color: #796B58;
}
.TagClassName
{
border-color: #796B58;
}
</style>