Shades of Sandstone #796D5B
Tints of Sandstone #796D5B
RGB
CMYK
RGB Variations
Color information
#796D5B (or 0x796D5B) is known color: Sandstone. HEX triplet: 79, 6D and 5B. RGB value is (121,109,91). Sum of RGB (Red+Green+Blue) = 121+109+91=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #796D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D5B is #8692A4. Grayscale: #6E6E6E. Windows color (decimal): -8819365 or 5991801. OLE color: 5991801.
HSL color Cylindrical-coordinate representation of color #796D5B: hue angle of 36º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #796D5B is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 91 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.53 |
| HSL | 36º | 0.14% | 0.42% | - |
| HSV(B) | 36º | 0.25% | 0.47% | - |
| XYZ | 15.24 | 15.76 | 12.14 | - |
| YUV | 110.54 | 116.98 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 91 | 0 | 0.10 | 0.25 | 0.53 | 36 | 0.14 | 0.42 |
| Hex | 79 | 6D | 5B | 0 | A | 19 | 35 | 24 | E | 2A |
| Octal | 171 | 155 | 133 | 0 | 12 | 31 | 65 | 44 | 16 | 52 |
| Binary | 1111001 | 1101101 | 1011011 | 0 | 1010 | 11001 | 110101 | 100100 | 1110 | 101010 |
Color Harmonies of #796D5B
Complementary color
Monochromatic Colors of #796D5B
Black with #796D5B
Text Example
Text Example
White with #796D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D5B; }
p { color: rgb(121,109,91); }
H1.HeaderClassName
{
color: #796D5B;
}
.AnyTagClassName
{
color: #796D5B;
}
</style>
background-color css
<style>
a { background-color: #796D5B; }
a { background-color: rgb(121,109,91); }
div.DivClassName
{
background-color: #796D5B;
}
.BgClassName
{
background-color: #796D5B;
}
</style>
border-color css
<style>
span { border-color: #796D5B; }
span { border-color: rgb(121,109,91); }
td.TdClassName
{
border-color: #796D5B;
}
.TagClassName
{
border-color: #796D5B;
}
</style>