Shades of Stonewall #7C7262
Tints of Stonewall #7C7262
RGB
CMYK
RGB Variations
Color information
#7C7262 (or 0x7C7262) is known color: Stonewall. HEX triplet: 7C, 72 and 62. RGB value is (124,114,98). Sum of RGB (Red+Green+Blue) = 124+114+98=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7262 is #838D9D. Grayscale: #737373. Windows color (decimal): -8621470 or 6451836. OLE color: 6451836.
HSL color Cylindrical-coordinate representation of color #7C7262: hue angle of 36.92º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C7262 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 98 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.51 |
| HSL | 36.92º | 0.12% | 0.44% | - |
| HSV(B) | 36.92º | 0.21% | 0.49% | - |
| XYZ | 16.53 | 17.2 | 14 | - |
| YUV | 115.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 98 | 0 | 0.08 | 0.21 | 0.51 | 36.92 | 0.12 | 0.44 |
| Hex | 7C | 72 | 62 | 0 | 8 | 15 | 33 | 25 | C | 2C |
| Octal | 174 | 162 | 142 | 0 | 10 | 25 | 63 | 45 | 14 | 54 |
| Binary | 1111100 | 1110010 | 1100010 | 0 | 1000 | 10101 | 110011 | 100101 | 1100 | 101100 |
Color Harmonies of #7C7262
Complementary color
Monochromatic Colors of #7C7262
Black with #7C7262
Text Example
Text Example
White with #7C7262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7262; }
p { color: rgb(124,114,98); }
H1.HeaderClassName
{
color: #7C7262;
}
.AnyTagClassName
{
color: #7C7262;
}
</style>
background-color css
<style>
a { background-color: #7C7262; }
a { background-color: rgb(124,114,98); }
div.DivClassName
{
background-color: #7C7262;
}
.BgClassName
{
background-color: #7C7262;
}
</style>
border-color css
<style>
span { border-color: #7C7262; }
span { border-color: rgb(124,114,98); }
td.TdClassName
{
border-color: #7C7262;
}
.TagClassName
{
border-color: #7C7262;
}
</style>