Shades of Sandstone #796B5D
Tints of Sandstone #796B5D
RGB
CMYK
RGB Variations
Color information
#796B5D (or 0x796B5D) is known color: Sandstone. HEX triplet: 79, 6B and 5D. RGB value is (121,107,93). Sum of RGB (Red+Green+Blue) = 121+107+93=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 121 - color contains mainly: red. Hex color #796B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B5D is #8694A2. Grayscale: #6D6D6D. Windows color (decimal): -8819875 or 6122361. OLE color: 6122361.
HSL color Cylindrical-coordinate representation of color #796B5D: hue angle of 30º 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 #796B5D is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 107 | 93 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.53 |
| HSL | 30º | 0.13% | 0.42% | - |
| HSV(B) | 30º | 0.23% | 0.47% | - |
| XYZ | 15.12 | 15.37 | 12.53 | - |
| YUV | 109.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 93 | 0 | 0.12 | 0.23 | 0.53 | 30 | 0.13 | 0.42 |
| Hex | 79 | 6B | 5D | 0 | C | 17 | 35 | 1E | D | 2A |
| Octal | 171 | 153 | 135 | 0 | 14 | 27 | 65 | 36 | 15 | 52 |
| Binary | 1111001 | 1101011 | 1011101 | 0 | 1100 | 10111 | 110101 | 11110 | 1101 | 101010 |
Color Harmonies of #796B5D
Complementary color
Monochromatic Colors of #796B5D
Black with #796B5D
Text Example
Text Example
White with #796B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796B5D; }
p { color: rgb(121,107,93); }
H1.HeaderClassName
{
color: #796B5D;
}
.AnyTagClassName
{
color: #796B5D;
}
</style>
background-color css
<style>
a { background-color: #796B5D; }
a { background-color: rgb(121,107,93); }
div.DivClassName
{
background-color: #796B5D;
}
.BgClassName
{
background-color: #796B5D;
}
</style>
border-color css
<style>
span { border-color: #796B5D; }
span { border-color: rgb(121,107,93); }
td.TdClassName
{
border-color: #796B5D;
}
.TagClassName
{
border-color: #796B5D;
}
</style>