Shades of Sandstone #7A6F65
Tints of Sandstone #7A6F65
RGB
CMYK
RGB Variations
Color information
#7A6F65 (or 0x7A6F65) is known color: Sandstone. HEX triplet: 7A, 6F and 65. RGB value is (122,111,101). Sum of RGB (Red+Green+Blue) = 122+111+101=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F65 is #85909A. Grayscale: #717171. Windows color (decimal): -8753307 or 6647674. OLE color: 6647674.
HSL color Cylindrical-coordinate representation of color #7A6F65: hue angle of 28.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A6F65 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 111 | 101 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.52 |
| HSL | 28.57º | 0.09% | 0.44% | - |
| HSV(B) | 28.57º | 0.17% | 0.48% | - |
| XYZ | 16.06 | 16.45 | 14.64 | - |
| YUV | 113.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 101 | 0 | 0.09 | 0.17 | 0.52 | 28.57 | 0.09 | 0.44 |
| Hex | 7A | 6F | 65 | 0 | 9 | 11 | 34 | 1D | 9 | 2C |
| Octal | 172 | 157 | 145 | 0 | 11 | 21 | 64 | 35 | 11 | 54 |
| Binary | 1111010 | 1101111 | 1100101 | 0 | 1001 | 10001 | 110100 | 11101 | 1001 | 101100 |
Color Harmonies of #7A6F65
Complementary color
Monochromatic Colors of #7A6F65
Black with #7A6F65
Text Example
Text Example
White with #7A6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6F65; }
p { color: rgb(122,111,101); }
H1.HeaderClassName
{
color: #7A6F65;
}
.AnyTagClassName
{
color: #7A6F65;
}
</style>
background-color css
<style>
a { background-color: #7A6F65; }
a { background-color: rgb(122,111,101); }
div.DivClassName
{
background-color: #7A6F65;
}
.BgClassName
{
background-color: #7A6F65;
}
</style>
border-color css
<style>
span { border-color: #7A6F65; }
span { border-color: rgb(122,111,101); }
td.TdClassName
{
border-color: #7A6F65;
}
.TagClassName
{
border-color: #7A6F65;
}
</style>