Shades of Stonewall #7C7363
Tints of Stonewall #7C7363
RGB
CMYK
RGB Variations
Color information
#7C7363 (or 0x7C7363) is known color: Stonewall. HEX triplet: 7C, 73 and 63. RGB value is (124,115,99). Sum of RGB (Red+Green+Blue) = 124+115+99=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7363 is #838C9C. Grayscale: #737373. Windows color (decimal): -8621213 or 6517628. OLE color: 6517628.
HSL color Cylindrical-coordinate representation of color #7C7363: hue angle of 38.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C7363 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 99 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.51 |
| HSL | 38.4º | 0.11% | 0.44% | - |
| HSV(B) | 38.4º | 0.2% | 0.49% | - |
| XYZ | 16.7 | 17.45 | 14.29 | - |
| YUV | 115.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 99 | 0 | 0.07 | 0.20 | 0.51 | 38.4 | 0.11 | 0.44 |
| Hex | 7C | 73 | 63 | 0 | 7 | 14 | 33 | 26 | B | 2C |
| Octal | 174 | 163 | 143 | 0 | 7 | 24 | 63 | 46 | 13 | 54 |
| Binary | 1111100 | 1110011 | 1100011 | 0 | 111 | 10100 | 110011 | 100110 | 1011 | 101100 |
Color Harmonies of #7C7363
Complementary color
Monochromatic Colors of #7C7363
Black with #7C7363
Text Example
Text Example
White with #7C7363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7363; }
p { color: rgb(124,115,99); }
H1.HeaderClassName
{
color: #7C7363;
}
.AnyTagClassName
{
color: #7C7363;
}
</style>
background-color css
<style>
a { background-color: #7C7363; }
a { background-color: rgb(124,115,99); }
div.DivClassName
{
background-color: #7C7363;
}
.BgClassName
{
background-color: #7C7363;
}
</style>
border-color css
<style>
span { border-color: #7C7363; }
span { border-color: rgb(124,115,99); }
td.TdClassName
{
border-color: #7C7363;
}
.TagClassName
{
border-color: #7C7363;
}
</style>