Shades of Stonewall #7E7666
Tints of Stonewall #7E7666
RGB
CMYK
RGB Variations
Color information
#7E7666 (or 0x7E7666) is known color: Stonewall. HEX triplet: 7E, 76 and 66. RGB value is (126,118,102). Sum of RGB (Red+Green+Blue) = 126+118+102=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7666 is #818999. Grayscale: #767676. Windows color (decimal): -8489370 or 6715006. OLE color: 6715006.
HSL color Cylindrical-coordinate representation of color #7E7666: hue angle of 40º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E7666 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 102 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.51 |
| HSL | 40º | 0.11% | 0.45% | - |
| HSV(B) | 40º | 0.19% | 0.49% | - |
| XYZ | 17.48 | 18.35 | 15.19 | - |
| YUV | 118.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 102 | 0 | 0.06 | 0.19 | 0.51 | 40 | 0.11 | 0.45 |
| Hex | 7E | 76 | 66 | 0 | 6 | 13 | 33 | 28 | B | 2D |
| Octal | 176 | 166 | 146 | 0 | 6 | 23 | 63 | 50 | 13 | 55 |
| Binary | 1111110 | 1110110 | 1100110 | 0 | 110 | 10011 | 110011 | 101000 | 1011 | 101101 |
Color Harmonies of #7E7666
Complementary color
Monochromatic Colors of #7E7666
Black with #7E7666
Text Example
Text Example
White with #7E7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7666; }
p { color: rgb(126,118,102); }
H1.HeaderClassName
{
color: #7E7666;
}
.AnyTagClassName
{
color: #7E7666;
}
</style>
background-color css
<style>
a { background-color: #7E7666; }
a { background-color: rgb(126,118,102); }
div.DivClassName
{
background-color: #7E7666;
}
.BgClassName
{
background-color: #7E7666;
}
</style>
border-color css
<style>
span { border-color: #7E7666; }
span { border-color: rgb(126,118,102); }
td.TdClassName
{
border-color: #7E7666;
}
.TagClassName
{
border-color: #7E7666;
}
</style>