Shades of Sandstone #796A58
Tints of Sandstone #796A58
RGB
CMYK
RGB Variations
Color information
#796A58 (or 0x796A58) is known color: Sandstone. HEX triplet: 79, 6A and 58. RGB value is (121,106,88). Sum of RGB (Red+Green+Blue) = 121+106+88=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #796A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A58 is #8695A7. Grayscale: #6C6C6C. Windows color (decimal): -8820136 or 5794425. OLE color: 5794425.
HSL color Cylindrical-coordinate representation of color #796A58: hue angle of 32.73º 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 #796A58 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 88 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.53 |
| HSL | 32.73º | 0.16% | 0.41% | - |
| HSV(B) | 32.73º | 0.27% | 0.47% | - |
| XYZ | 14.8 | 15.08 | 11.36 | - |
| YUV | 108.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 88 | 0 | 0.12 | 0.27 | 0.53 | 32.73 | 0.16 | 0.41 |
| Hex | 79 | 6A | 58 | 0 | C | 1B | 35 | 21 | 10 | 29 |
| Octal | 171 | 152 | 130 | 0 | 14 | 33 | 65 | 41 | 20 | 51 |
| Binary | 1111001 | 1101010 | 1011000 | 0 | 1100 | 11011 | 110101 | 100001 | 10000 | 101001 |
Color Harmonies of #796A58
Complementary color
Monochromatic Colors of #796A58
Black with #796A58
Text Example
Text Example
White with #796A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A58; }
p { color: rgb(121,106,88); }
H1.HeaderClassName
{
color: #796A58;
}
.AnyTagClassName
{
color: #796A58;
}
</style>
background-color css
<style>
a { background-color: #796A58; }
a { background-color: rgb(121,106,88); }
div.DivClassName
{
background-color: #796A58;
}
.BgClassName
{
background-color: #796A58;
}
</style>
border-color css
<style>
span { border-color: #796A58; }
span { border-color: rgb(121,106,88); }
td.TdClassName
{
border-color: #796A58;
}
.TagClassName
{
border-color: #796A58;
}
</style>