Shades of Sandstone #796A5C
Tints of Sandstone #796A5C
RGB
CMYK
RGB Variations
Color information
#796A5C (or 0x796A5C) is known color: Sandstone. HEX triplet: 79, 6A and 5C. RGB value is (121,106,92). Sum of RGB (Red+Green+Blue) = 121+106+92=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #796A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A5C is #8695A3. Grayscale: #6C6C6C. Windows color (decimal): -8820132 or 6056569. OLE color: 6056569.
HSL color Cylindrical-coordinate representation of color #796A5C: hue angle of 28.97º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #796A5C is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 92 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.53 |
| HSL | 28.97º | 0.14% | 0.42% | - |
| HSV(B) | 28.97º | 0.24% | 0.47% | - |
| XYZ | 14.97 | 15.15 | 12.26 | - |
| YUV | 108.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 92 | 0 | 0.12 | 0.24 | 0.53 | 28.97 | 0.14 | 0.42 |
| Hex | 79 | 6A | 5C | 0 | C | 18 | 35 | 1D | E | 2A |
| Octal | 171 | 152 | 134 | 0 | 14 | 30 | 65 | 35 | 16 | 52 |
| Binary | 1111001 | 1101010 | 1011100 | 0 | 1100 | 11000 | 110101 | 11101 | 1110 | 101010 |
Color Harmonies of #796A5C
Complementary color
Monochromatic Colors of #796A5C
Black with #796A5C
Text Example
Text Example
White with #796A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A5C; }
p { color: rgb(121,106,92); }
H1.HeaderClassName
{
color: #796A5C;
}
.AnyTagClassName
{
color: #796A5C;
}
</style>
background-color css
<style>
a { background-color: #796A5C; }
a { background-color: rgb(121,106,92); }
div.DivClassName
{
background-color: #796A5C;
}
.BgClassName
{
background-color: #796A5C;
}
</style>
border-color css
<style>
span { border-color: #796A5C; }
span { border-color: rgb(121,106,92); }
td.TdClassName
{
border-color: #796A5C;
}
.TagClassName
{
border-color: #796A5C;
}
</style>