Shades of Stonewall #7A7364
Tints of Stonewall #7A7364
RGB
CMYK
RGB Variations
Color information
#7A7364 (or 0x7A7364) is known color: Stonewall. HEX triplet: 7A, 73 and 64. RGB value is (122,115,100). Sum of RGB (Red+Green+Blue) = 122+115+100=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7364 is #858C9B. Grayscale: #737373. Windows color (decimal): -8752284 or 6583162. OLE color: 6583162.
HSL color Cylindrical-coordinate representation of color #7A7364: hue angle of 40.91º 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 #7A7364 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 100 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.52 |
| HSL | 40.91º | 0.1% | 0.44% | - |
| HSV(B) | 40.91º | 0.18% | 0.48% | - |
| XYZ | 16.46 | 17.32 | 14.53 | - |
| YUV | 115.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 100 | 0 | 0.06 | 0.18 | 0.52 | 40.91 | 0.1 | 0.44 |
| Hex | 7A | 73 | 64 | 0 | 6 | 12 | 34 | 29 | A | 2C |
| Octal | 172 | 163 | 144 | 0 | 6 | 22 | 64 | 51 | 12 | 54 |
| Binary | 1111010 | 1110011 | 1100100 | 0 | 110 | 10010 | 110100 | 101001 | 1010 | 101100 |
Color Harmonies of #7A7364
Complementary color
Monochromatic Colors of #7A7364
Black with #7A7364
Text Example
Text Example
White with #7A7364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7364; }
p { color: rgb(122,115,100); }
H1.HeaderClassName
{
color: #7A7364;
}
.AnyTagClassName
{
color: #7A7364;
}
</style>
background-color css
<style>
a { background-color: #7A7364; }
a { background-color: rgb(122,115,100); }
div.DivClassName
{
background-color: #7A7364;
}
.BgClassName
{
background-color: #7A7364;
}
</style>
border-color css
<style>
span { border-color: #7A7364; }
span { border-color: rgb(122,115,100); }
td.TdClassName
{
border-color: #7A7364;
}
.TagClassName
{
border-color: #7A7364;
}
</style>