Shades of Sandstone #796A5B
Tints of Sandstone #796A5B
RGB
CMYK
RGB Variations
Color information
#796A5B (or 0x796A5B) is known color: Sandstone. HEX triplet: 79, 6A and 5B. RGB value is (121,106,91). Sum of RGB (Red+Green+Blue) = 121+106+91=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #796A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A5B is #8695A4. Grayscale: #6C6C6C. Windows color (decimal): -8820133 or 5991033. OLE color: 5991033.
HSL color Cylindrical-coordinate representation of color #796A5B: hue angle of 30º 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 #796A5B is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 106 | 91 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.53 |
| HSL | 30º | 0.14% | 0.42% | - |
| HSV(B) | 30º | 0.25% | 0.47% | - |
| XYZ | 14.93 | 15.13 | 12.03 | - |
| YUV | 108.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 91 | 0 | 0.12 | 0.25 | 0.53 | 30 | 0.14 | 0.42 |
| Hex | 79 | 6A | 5B | 0 | C | 19 | 35 | 1E | E | 2A |
| Octal | 171 | 152 | 133 | 0 | 14 | 31 | 65 | 36 | 16 | 52 |
| Binary | 1111001 | 1101010 | 1011011 | 0 | 1100 | 11001 | 110101 | 11110 | 1110 | 101010 |
Color Harmonies of #796A5B
Complementary color
Monochromatic Colors of #796A5B
Black with #796A5B
Text Example
Text Example
White with #796A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796A5B; }
p { color: rgb(121,106,91); }
H1.HeaderClassName
{
color: #796A5B;
}
.AnyTagClassName
{
color: #796A5B;
}
</style>
background-color css
<style>
a { background-color: #796A5B; }
a { background-color: rgb(121,106,91); }
div.DivClassName
{
background-color: #796A5B;
}
.BgClassName
{
background-color: #796A5B;
}
</style>
border-color css
<style>
span { border-color: #796A5B; }
span { border-color: rgb(121,106,91); }
td.TdClassName
{
border-color: #796A5B;
}
.TagClassName
{
border-color: #796A5B;
}
</style>