Shades of Sandstone #7A7164
Tints of Sandstone #7A7164
RGB
CMYK
RGB Variations
Color information
#7A7164 (or 0x7A7164) is known color: Sandstone. HEX triplet: 7A, 71 and 64. RGB value is (122,113,100). Sum of RGB (Red+Green+Blue) = 122+113+100=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7164 is #858E9B. Grayscale: #727272. Windows color (decimal): -8752796 or 6582650. OLE color: 6582650.
HSL color Cylindrical-coordinate representation of color #7A7164: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A7164 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 100 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.52 |
| HSL | 35.45º | 0.1% | 0.44% | - |
| HSV(B) | 35.45º | 0.18% | 0.48% | - |
| XYZ | 16.23 | 16.87 | 14.46 | - |
| YUV | 114.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 100 | 0 | 0.07 | 0.18 | 0.52 | 35.45 | 0.1 | 0.44 |
| Hex | 7A | 71 | 64 | 0 | 7 | 12 | 34 | 23 | A | 2C |
| Octal | 172 | 161 | 144 | 0 | 7 | 22 | 64 | 43 | 12 | 54 |
| Binary | 1111010 | 1110001 | 1100100 | 0 | 111 | 10010 | 110100 | 100011 | 1010 | 101100 |
Color Harmonies of #7A7164
Complementary color
Monochromatic Colors of #7A7164
Black with #7A7164
Text Example
Text Example
White with #7A7164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7164; }
p { color: rgb(122,113,100); }
H1.HeaderClassName
{
color: #7A7164;
}
.AnyTagClassName
{
color: #7A7164;
}
</style>
background-color css
<style>
a { background-color: #7A7164; }
a { background-color: rgb(122,113,100); }
div.DivClassName
{
background-color: #7A7164;
}
.BgClassName
{
background-color: #7A7164;
}
</style>
border-color css
<style>
span { border-color: #7A7164; }
span { border-color: rgb(122,113,100); }
td.TdClassName
{
border-color: #7A7164;
}
.TagClassName
{
border-color: #7A7164;
}
</style>