Shades of Stonewall #7C7360
Tints of Stonewall #7C7360
RGB
CMYK
RGB Variations
Color information
#7C7360 (or 0x7C7360) is known color: Stonewall. HEX triplet: 7C, 73 and 60. RGB value is (124,115,96). Sum of RGB (Red+Green+Blue) = 124+115+96=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7360 is #838C9F. Grayscale: #737373. Windows color (decimal): -8621216 or 6321020. OLE color: 6321020.
HSL color Cylindrical-coordinate representation of color #7C7360: hue angle of 40.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C7360 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 96 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.51 |
| HSL | 40.71º | 0.13% | 0.43% | - |
| HSV(B) | 40.71º | 0.23% | 0.49% | - |
| XYZ | 16.55 | 17.39 | 13.55 | - |
| YUV | 115.53 | 116.98 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 96 | 0 | 0.07 | 0.23 | 0.51 | 40.71 | 0.13 | 0.43 |
| Hex | 7C | 73 | 60 | 0 | 7 | 17 | 33 | 29 | D | 2B |
| Octal | 174 | 163 | 140 | 0 | 7 | 27 | 63 | 51 | 15 | 53 |
| Binary | 1111100 | 1110011 | 1100000 | 0 | 111 | 10111 | 110011 | 101001 | 1101 | 101011 |
Color Harmonies of #7C7360
Complementary color
Monochromatic Colors of #7C7360
Black with #7C7360
Text Example
Text Example
White with #7C7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7360; }
p { color: rgb(124,115,96); }
H1.HeaderClassName
{
color: #7C7360;
}
.AnyTagClassName
{
color: #7C7360;
}
</style>
background-color css
<style>
a { background-color: #7C7360; }
a { background-color: rgb(124,115,96); }
div.DivClassName
{
background-color: #7C7360;
}
.BgClassName
{
background-color: #7C7360;
}
</style>
border-color css
<style>
span { border-color: #7C7360; }
span { border-color: rgb(124,115,96); }
td.TdClassName
{
border-color: #7C7360;
}
.TagClassName
{
border-color: #7C7360;
}
</style>