Shades of Sandstone #7A6D59
Tints of Sandstone #7A6D59
RGB
CMYK
RGB Variations
Color information
#7A6D59 (or 0x7A6D59) is known color: Sandstone. HEX triplet: 7A, 6D and 59. RGB value is (122,109,89). Sum of RGB (Red+Green+Blue) = 122+109+89=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6D59 is #8592A6. Grayscale: #6E6E6E. Windows color (decimal): -8753831 or 5860730. OLE color: 5860730.
HSL color Cylindrical-coordinate representation of color #7A6D59: hue angle of 36.36º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A6D59 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 89 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.52 |
| HSL | 36.36º | 0.16% | 0.41% | - |
| HSV(B) | 36.36º | 0.27% | 0.48% | - |
| XYZ | 15.3 | 15.8 | 11.69 | - |
| YUV | 110.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 89 | 0 | 0.11 | 0.27 | 0.52 | 36.36 | 0.16 | 0.41 |
| Hex | 7A | 6D | 59 | 0 | B | 1B | 34 | 24 | 10 | 29 |
| Octal | 172 | 155 | 131 | 0 | 13 | 33 | 64 | 44 | 20 | 51 |
| Binary | 1111010 | 1101101 | 1011001 | 0 | 1011 | 11011 | 110100 | 100100 | 10000 | 101001 |
Color Harmonies of #7A6D59
Complementary color
Monochromatic Colors of #7A6D59
Black with #7A6D59
Text Example
Text Example
White with #7A6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D59; }
p { color: rgb(122,109,89); }
H1.HeaderClassName
{
color: #7A6D59;
}
.AnyTagClassName
{
color: #7A6D59;
}
</style>
background-color css
<style>
a { background-color: #7A6D59; }
a { background-color: rgb(122,109,89); }
div.DivClassName
{
background-color: #7A6D59;
}
.BgClassName
{
background-color: #7A6D59;
}
</style>
border-color css
<style>
span { border-color: #7A6D59; }
span { border-color: rgb(122,109,89); }
td.TdClassName
{
border-color: #7A6D59;
}
.TagClassName
{
border-color: #7A6D59;
}
</style>