Shades of Stonewall #7C7260
Tints of Stonewall #7C7260
RGB
CMYK
RGB Variations
Color information
#7C7260 (or 0x7C7260) is known color: Stonewall. HEX triplet: 7C, 72 and 60. RGB value is (124,114,96). Sum of RGB (Red+Green+Blue) = 124+114+96=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7260 is #838D9F. Grayscale: #737373. Windows color (decimal): -8621472 or 6320764. OLE color: 6320764.
HSL color Cylindrical-coordinate representation of color #7C7260: hue angle of 38.57º 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 #7C7260 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 96 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.51 |
| HSL | 38.57º | 0.13% | 0.43% | - |
| HSV(B) | 38.57º | 0.23% | 0.49% | - |
| XYZ | 16.44 | 17.16 | 13.51 | - |
| YUV | 114.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 96 | 0 | 0.08 | 0.23 | 0.51 | 38.57 | 0.13 | 0.43 |
| Hex | 7C | 72 | 60 | 0 | 8 | 17 | 33 | 27 | D | 2B |
| Octal | 174 | 162 | 140 | 0 | 10 | 27 | 63 | 47 | 15 | 53 |
| Binary | 1111100 | 1110010 | 1100000 | 0 | 1000 | 10111 | 110011 | 100111 | 1101 | 101011 |
Color Harmonies of #7C7260
Complementary color
Monochromatic Colors of #7C7260
Black with #7C7260
Text Example
Text Example
White with #7C7260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7260; }
p { color: rgb(124,114,96); }
H1.HeaderClassName
{
color: #7C7260;
}
.AnyTagClassName
{
color: #7C7260;
}
</style>
background-color css
<style>
a { background-color: #7C7260; }
a { background-color: rgb(124,114,96); }
div.DivClassName
{
background-color: #7C7260;
}
.BgClassName
{
background-color: #7C7260;
}
</style>
border-color css
<style>
span { border-color: #7C7260; }
span { border-color: rgb(124,114,96); }
td.TdClassName
{
border-color: #7C7260;
}
.TagClassName
{
border-color: #7C7260;
}
</style>