Shades of Sandstone #7A6E5E
Tints of Sandstone #7A6E5E
RGB
CMYK
RGB Variations
Color information
#7A6E5E (or 0x7A6E5E) is known color: Sandstone. HEX triplet: 7A, 6E and 5E. RGB value is (122,110,94). Sum of RGB (Red+Green+Blue) = 122+110+94=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E5E is #8591A1. Grayscale: #6F6F6F. Windows color (decimal): -8753570 or 6188666. OLE color: 6188666.
HSL color Cylindrical-coordinate representation of color #7A6E5E: hue angle of 34.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6E5E is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
RGB | 122 | 110 | 94 | - |
CMYK | 0 | 0.10 | 0.23 | 0.52 |
HSL | 34.29º | 0.13% | 0.42% | - |
HSV(B) | 34.29º | 0.23% | 0.48% | - |
XYZ | 15.62 | 16.1 | 12.87 | - |
YUV | 111.76 | 117.98 | 135.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 110 | 94 | 0 | 0.10 | 0.23 | 0.52 | 34.29 | 0.13 | 0.42 |
Hex | 7A | 6E | 5E | 0 | A | 17 | 34 | 22 | D | 2A |
Octal | 172 | 156 | 136 | 0 | 12 | 27 | 64 | 42 | 15 | 52 |
Binary | 1111010 | 1101110 | 1011110 | 0 | 1010 | 10111 | 110100 | 100010 | 1101 | 101010 |
Color Harmonies of #7A6E5E
Complementary color
Monochromatic Colors of #7A6E5E
Black with #7A6E5E
Text Example
Text Example
White with #7A6E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E5E; }
p { color: rgb(122,110,94); }
H1.HeaderClassName
{
color: #7A6E5E;
}
.AnyTagClassName
{
color: #7A6E5E;
}
</style>
background-color css
<style>
a { background-color: #7A6E5E; }
a { background-color: rgb(122,110,94); }
div.DivClassName
{
background-color: #7A6E5E;
}
.BgClassName
{
background-color: #7A6E5E;
}
</style>
border-color css
<style>
span { border-color: #7A6E5E; }
span { border-color: rgb(122,110,94); }
td.TdClassName
{
border-color: #7A6E5E;
}
.TagClassName
{
border-color: #7A6E5E;
}
</style>