Shades of Sandstone #7A6E5D
Tints of Sandstone #7A6E5D
RGB
CMYK
RGB Variations
Color information
#7A6E5D (or 0x7A6E5D) is known color: Sandstone. HEX triplet: 7A, 6E and 5D. RGB value is (122,110,93). Sum of RGB (Red+Green+Blue) = 122+110+93=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E5D is #8591A2. Grayscale: #6F6F6F. Windows color (decimal): -8753571 or 6123130. OLE color: 6123130.
HSL color Cylindrical-coordinate representation of color #7A6E5D: hue angle of 35.17º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7A6E5D is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 93 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.52 |
| HSL | 35.17º | 0.13% | 0.42% | - |
| HSV(B) | 35.17º | 0.24% | 0.48% | - |
| XYZ | 15.58 | 16.08 | 12.64 | - |
| YUV | 111.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 93 | 0 | 0.10 | 0.24 | 0.52 | 35.17 | 0.13 | 0.42 |
| Hex | 7A | 6E | 5D | 0 | A | 18 | 34 | 23 | D | 2A |
| Octal | 172 | 156 | 135 | 0 | 12 | 30 | 64 | 43 | 15 | 52 |
| Binary | 1111010 | 1101110 | 1011101 | 0 | 1010 | 11000 | 110100 | 100011 | 1101 | 101010 |
Color Harmonies of #7A6E5D
Complementary color
Monochromatic Colors of #7A6E5D
Black with #7A6E5D
Text Example
Text Example
White with #7A6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E5D; }
p { color: rgb(122,110,93); }
H1.HeaderClassName
{
color: #7A6E5D;
}
.AnyTagClassName
{
color: #7A6E5D;
}
</style>
background-color css
<style>
a { background-color: #7A6E5D; }
a { background-color: rgb(122,110,93); }
div.DivClassName
{
background-color: #7A6E5D;
}
.BgClassName
{
background-color: #7A6E5D;
}
</style>
border-color css
<style>
span { border-color: #7A6E5D; }
span { border-color: rgb(122,110,93); }
td.TdClassName
{
border-color: #7A6E5D;
}
.TagClassName
{
border-color: #7A6E5D;
}
</style>