Shades of Sandstone #7A7168
Tints of Sandstone #7A7168
RGB
CMYK
RGB Variations
Color information
#7A7168 (or 0x7A7168) is known color: Sandstone. HEX triplet: 7A, 71 and 68. RGB value is (122,113,104). Sum of RGB (Red+Green+Blue) = 122+113+104=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7168 is #858E97. Grayscale: #727272. Windows color (decimal): -8752792 or 6844794. OLE color: 6844794.
HSL color Cylindrical-coordinate representation of color #7A7168: hue angle of 30º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A7168 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 113 | 104 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.52 |
| HSL | 30º | 0.08% | 0.44% | - |
| HSV(B) | 30º | 0.15% | 0.48% | - |
| XYZ | 16.43 | 16.95 | 15.5 | - |
| YUV | 114.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 104 | 0 | 0.07 | 0.15 | 0.52 | 30 | 0.08 | 0.44 |
| Hex | 7A | 71 | 68 | 0 | 7 | F | 34 | 1E | 8 | 2C |
| Octal | 172 | 161 | 150 | 0 | 7 | 17 | 64 | 36 | 10 | 54 |
| Binary | 1111010 | 1110001 | 1101000 | 0 | 111 | 1111 | 110100 | 11110 | 1000 | 101100 |
Color Harmonies of #7A7168
Complementary color
Monochromatic Colors of #7A7168
Black with #7A7168
Text Example
Text Example
White with #7A7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7168; }
p { color: rgb(122,113,104); }
H1.HeaderClassName
{
color: #7A7168;
}
.AnyTagClassName
{
color: #7A7168;
}
</style>
background-color css
<style>
a { background-color: #7A7168; }
a { background-color: rgb(122,113,104); }
div.DivClassName
{
background-color: #7A7168;
}
.BgClassName
{
background-color: #7A7168;
}
</style>
border-color css
<style>
span { border-color: #7A7168; }
span { border-color: rgb(122,113,104); }
td.TdClassName
{
border-color: #7A7168;
}
.TagClassName
{
border-color: #7A7168;
}
</style>