Shades of Stonewall #7C7366
Tints of Stonewall #7C7366
RGB
CMYK
RGB Variations
Color information
#7C7366 (or 0x7C7366) is known color: Stonewall. HEX triplet: 7C, 73 and 66. RGB value is (124,115,102). Sum of RGB (Red+Green+Blue) = 124+115+102=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7366 is #838C99. Grayscale: #747474. Windows color (decimal): -8621210 or 6714236. OLE color: 6714236.
HSL color Cylindrical-coordinate representation of color #7C7366: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C7366 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 102 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.51 |
| HSL | 35.45º | 0.1% | 0.44% | - |
| HSV(B) | 35.45º | 0.18% | 0.49% | - |
| XYZ | 16.84 | 17.51 | 15.06 | - |
| YUV | 116.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 102 | 0 | 0.07 | 0.18 | 0.51 | 35.45 | 0.1 | 0.44 |
| Hex | 7C | 73 | 66 | 0 | 7 | 12 | 33 | 23 | A | 2C |
| Octal | 174 | 163 | 146 | 0 | 7 | 22 | 63 | 43 | 12 | 54 |
| Binary | 1111100 | 1110011 | 1100110 | 0 | 111 | 10010 | 110011 | 100011 | 1010 | 101100 |
Color Harmonies of #7C7366
Complementary color
Monochromatic Colors of #7C7366
Black with #7C7366
Text Example
Text Example
White with #7C7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7366; }
p { color: rgb(124,115,102); }
H1.HeaderClassName
{
color: #7C7366;
}
.AnyTagClassName
{
color: #7C7366;
}
</style>
background-color css
<style>
a { background-color: #7C7366; }
a { background-color: rgb(124,115,102); }
div.DivClassName
{
background-color: #7C7366;
}
.BgClassName
{
background-color: #7C7366;
}
</style>
border-color css
<style>
span { border-color: #7C7366; }
span { border-color: rgb(124,115,102); }
td.TdClassName
{
border-color: #7C7366;
}
.TagClassName
{
border-color: #7C7366;
}
</style>