Shades of Sandstone #7A6D5E
Tints of Sandstone #7A6D5E
RGB
CMYK
RGB Variations
Color information
#7A6D5E (or 0x7A6D5E) is known color: Sandstone. HEX triplet: 7A, 6D and 5E. RGB value is (122,109,94). Sum of RGB (Red+Green+Blue) = 122+109+94=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6D5E is #8592A1. Grayscale: #6F6F6F. Windows color (decimal): -8753826 or 6188410. OLE color: 6188410.
HSL color Cylindrical-coordinate representation of color #7A6D5E: hue angle of 32.14º 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 #7A6D5E is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
RGB | 122 | 109 | 94 | - |
CMYK | 0 | 0.11 | 0.23 | 0.52 |
HSL | 32.14º | 0.13% | 0.42% | - |
HSV(B) | 32.14º | 0.23% | 0.48% | - |
XYZ | 15.52 | 15.88 | 12.84 | - |
YUV | 111.18 | 118.31 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 109 | 94 | 0 | 0.11 | 0.23 | 0.52 | 32.14 | 0.13 | 0.42 |
Hex | 7A | 6D | 5E | 0 | B | 17 | 34 | 20 | D | 2A |
Octal | 172 | 155 | 136 | 0 | 13 | 27 | 64 | 40 | 15 | 52 |
Binary | 1111010 | 1101101 | 1011110 | 0 | 1011 | 10111 | 110100 | 100000 | 1101 | 101010 |
Color Harmonies of #7A6D5E
Complementary color
Monochromatic Colors of #7A6D5E
Black with #7A6D5E
Text Example
Text Example
White with #7A6D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D5E; }
p { color: rgb(122,109,94); }
H1.HeaderClassName
{
color: #7A6D5E;
}
.AnyTagClassName
{
color: #7A6D5E;
}
</style>
background-color css
<style>
a { background-color: #7A6D5E; }
a { background-color: rgb(122,109,94); }
div.DivClassName
{
background-color: #7A6D5E;
}
.BgClassName
{
background-color: #7A6D5E;
}
</style>
border-color css
<style>
span { border-color: #7A6D5E; }
span { border-color: rgb(122,109,94); }
td.TdClassName
{
border-color: #7A6D5E;
}
.TagClassName
{
border-color: #7A6D5E;
}
</style>