Shades of Sandstone #7A7060
Tints of Sandstone #7A7060
RGB
CMYK
RGB Variations
Color information
#7A7060 (or 0x7A7060) is known color: Sandstone. HEX triplet: 7A, 70 and 60. RGB value is (122,112,96). Sum of RGB (Red+Green+Blue) = 122+112+96=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7060 is #858F9F. Grayscale: #717171. Windows color (decimal): -8753056 or 6320250. OLE color: 6320250.
HSL color Cylindrical-coordinate representation of color #7A7060: hue angle of 36.92º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A7060 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 112 | 96 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.52 |
| HSL | 36.92º | 0.12% | 0.43% | - |
| HSV(B) | 36.92º | 0.21% | 0.48% | - |
| XYZ | 15.93 | 16.57 | 13.43 | - |
| YUV | 113.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 96 | 0 | 0.08 | 0.21 | 0.52 | 36.92 | 0.12 | 0.43 |
| Hex | 7A | 70 | 60 | 0 | 8 | 15 | 34 | 25 | C | 2B |
| Octal | 172 | 160 | 140 | 0 | 10 | 25 | 64 | 45 | 14 | 53 |
| Binary | 1111010 | 1110000 | 1100000 | 0 | 1000 | 10101 | 110100 | 100101 | 1100 | 101011 |
Color Harmonies of #7A7060
Complementary color
Monochromatic Colors of #7A7060
Black with #7A7060
Text Example
Text Example
White with #7A7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7060; }
p { color: rgb(122,112,96); }
H1.HeaderClassName
{
color: #7A7060;
}
.AnyTagClassName
{
color: #7A7060;
}
</style>
background-color css
<style>
a { background-color: #7A7060; }
a { background-color: rgb(122,112,96); }
div.DivClassName
{
background-color: #7A7060;
}
.BgClassName
{
background-color: #7A7060;
}
</style>
border-color css
<style>
span { border-color: #7A7060; }
span { border-color: rgb(122,112,96); }
td.TdClassName
{
border-color: #7A7060;
}
.TagClassName
{
border-color: #7A7060;
}
</style>