Shades of Stonewall #7C7664
Tints of Stonewall #7C7664
RGB
CMYK
RGB Variations
Color information
#7C7664 (or 0x7C7664) is known color: Stonewall. HEX triplet: 7C, 76 and 64. RGB value is (124,118,100). Sum of RGB (Red+Green+Blue) = 124+118+100=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7664 is #83899B. Grayscale: #757575. Windows color (decimal): -8620444 or 6583932. OLE color: 6583932.
HSL color Cylindrical-coordinate representation of color #7C7664: hue angle of 45º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C7664 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 100 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.51 |
| HSL | 45º | 0.11% | 0.44% | - |
| HSV(B) | 45º | 0.19% | 0.49% | - |
| XYZ | 17.09 | 18.16 | 14.66 | - |
| YUV | 117.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 100 | 0 | 0.05 | 0.19 | 0.51 | 45 | 0.11 | 0.44 |
| Hex | 7C | 76 | 64 | 0 | 5 | 13 | 33 | 2D | B | 2C |
| Octal | 174 | 166 | 144 | 0 | 5 | 23 | 63 | 55 | 13 | 54 |
| Binary | 1111100 | 1110110 | 1100100 | 0 | 101 | 10011 | 110011 | 101101 | 1011 | 101100 |
Color Harmonies of #7C7664
Complementary color
Monochromatic Colors of #7C7664
Black with #7C7664
Text Example
Text Example
White with #7C7664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7664; }
p { color: rgb(124,118,100); }
H1.HeaderClassName
{
color: #7C7664;
}
.AnyTagClassName
{
color: #7C7664;
}
</style>
background-color css
<style>
a { background-color: #7C7664; }
a { background-color: rgb(124,118,100); }
div.DivClassName
{
background-color: #7C7664;
}
.BgClassName
{
background-color: #7C7664;
}
</style>
border-color css
<style>
span { border-color: #7C7664; }
span { border-color: rgb(124,118,100); }
td.TdClassName
{
border-color: #7C7664;
}
.TagClassName
{
border-color: #7C7664;
}
</style>