Shades of Stonewall #7A7368
Tints of Stonewall #7A7368
RGB
CMYK
RGB Variations
Color information
#7A7368 (or 0x7A7368) is known color: Stonewall. HEX triplet: 7A, 73 and 68. RGB value is (122,115,104). Sum of RGB (Red+Green+Blue) = 122+115+104=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7368 is #858C97. Grayscale: #737373. Windows color (decimal): -8752280 or 6845306. OLE color: 6845306.
HSL color Cylindrical-coordinate representation of color #7A7368: hue angle of 36.67º 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 #7A7368 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 104 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.52 |
| HSL | 36.67º | 0.08% | 0.44% | - |
| HSV(B) | 36.67º | 0.15% | 0.48% | - |
| XYZ | 16.66 | 17.4 | 15.58 | - |
| YUV | 115.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 104 | 0 | 0.06 | 0.15 | 0.52 | 36.67 | 0.08 | 0.44 |
| Hex | 7A | 73 | 68 | 0 | 6 | F | 34 | 25 | 8 | 2C |
| Octal | 172 | 163 | 150 | 0 | 6 | 17 | 64 | 45 | 10 | 54 |
| Binary | 1111010 | 1110011 | 1101000 | 0 | 110 | 1111 | 110100 | 100101 | 1000 | 101100 |
Color Harmonies of #7A7368
Complementary color
Monochromatic Colors of #7A7368
Black with #7A7368
Text Example
Text Example
White with #7A7368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7368; }
p { color: rgb(122,115,104); }
H1.HeaderClassName
{
color: #7A7368;
}
.AnyTagClassName
{
color: #7A7368;
}
</style>
background-color css
<style>
a { background-color: #7A7368; }
a { background-color: rgb(122,115,104); }
div.DivClassName
{
background-color: #7A7368;
}
.BgClassName
{
background-color: #7A7368;
}
</style>
border-color css
<style>
span { border-color: #7A7368; }
span { border-color: rgb(122,115,104); }
td.TdClassName
{
border-color: #7A7368;
}
.TagClassName
{
border-color: #7A7368;
}
</style>