Shades of Sandstone #7A736A
Tints of Sandstone #7A736A
RGB
CMYK
RGB Variations
Color information
#7A736A (or 0x7A736A) is known color: Sandstone. HEX triplet: 7A, 73 and 6A. RGB value is (122,115,106). Sum of RGB (Red+Green+Blue) = 122+115+106=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A736A is #858C95. Grayscale: #747474. Windows color (decimal): -8752278 or 6976378. OLE color: 6976378.
HSL color Cylindrical-coordinate representation of color #7A736A: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A736A is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 106 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.52 |
| HSL | 33.75º | 0.07% | 0.45% | - |
| HSV(B) | 33.75º | 0.13% | 0.48% | - |
| XYZ | 16.76 | 17.44 | 16.12 | - |
| YUV | 116.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 106 | 0 | 0.06 | 0.13 | 0.52 | 33.75 | 0.07 | 0.45 |
| Hex | 7A | 73 | 6A | 0 | 6 | D | 34 | 22 | 7 | 2D |
| Octal | 172 | 163 | 152 | 0 | 6 | 15 | 64 | 42 | 7 | 55 |
| Binary | 1111010 | 1110011 | 1101010 | 0 | 110 | 1101 | 110100 | 100010 | 111 | 101101 |
Color Harmonies of #7A736A
Complementary color
Monochromatic Colors of #7A736A
Black with #7A736A
Text Example
Text Example
White with #7A736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A736A; }
p { color: rgb(122,115,106); }
H1.HeaderClassName
{
color: #7A736A;
}
.AnyTagClassName
{
color: #7A736A;
}
</style>
background-color css
<style>
a { background-color: #7A736A; }
a { background-color: rgb(122,115,106); }
div.DivClassName
{
background-color: #7A736A;
}
.BgClassName
{
background-color: #7A736A;
}
</style>
border-color css
<style>
span { border-color: #7A736A; }
span { border-color: rgb(122,115,106); }
td.TdClassName
{
border-color: #7A736A;
}
.TagClassName
{
border-color: #7A736A;
}
</style>