Shades of Sandstone #796D5D
Tints of Sandstone #796D5D
RGB
CMYK
RGB Variations
Color information
#796D5D (or 0x796D5D) is known color: Sandstone. HEX triplet: 79, 6D and 5D. RGB value is (121,109,93). Sum of RGB (Red+Green+Blue) = 121+109+93=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #796D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D5D is #8692A2. Grayscale: #6E6E6E. Windows color (decimal): -8819363 or 6122873. OLE color: 6122873.
HSL color Cylindrical-coordinate representation of color #796D5D: hue angle of 34.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796D5D is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 93 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.53 |
| HSL | 34.29º | 0.13% | 0.42% | - |
| HSV(B) | 34.29º | 0.23% | 0.47% | - |
| XYZ | 15.33 | 15.79 | 12.6 | - |
| YUV | 110.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 93 | 0 | 0.10 | 0.23 | 0.53 | 34.29 | 0.13 | 0.42 |
| Hex | 79 | 6D | 5D | 0 | A | 17 | 35 | 22 | D | 2A |
| Octal | 171 | 155 | 135 | 0 | 12 | 27 | 65 | 42 | 15 | 52 |
| Binary | 1111001 | 1101101 | 1011101 | 0 | 1010 | 10111 | 110101 | 100010 | 1101 | 101010 |
Color Harmonies of #796D5D
Complementary color
Monochromatic Colors of #796D5D
Black with #796D5D
Text Example
Text Example
White with #796D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D5D; }
p { color: rgb(121,109,93); }
H1.HeaderClassName
{
color: #796D5D;
}
.AnyTagClassName
{
color: #796D5D;
}
</style>
background-color css
<style>
a { background-color: #796D5D; }
a { background-color: rgb(121,109,93); }
div.DivClassName
{
background-color: #796D5D;
}
.BgClassName
{
background-color: #796D5D;
}
</style>
border-color css
<style>
span { border-color: #796D5D; }
span { border-color: rgb(121,109,93); }
td.TdClassName
{
border-color: #796D5D;
}
.TagClassName
{
border-color: #796D5D;
}
</style>