Shades of Stonewall #7E765E
Tints of Stonewall #7E765E
RGB
CMYK
RGB Variations
Color information
#7E765E (or 0x7E765E) is known color: Stonewall. HEX triplet: 7E, 76 and 5E. RGB value is (126,118,94). Sum of RGB (Red+Green+Blue) = 126+118+94=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 126 - color contains mainly: red. Hex color #7E765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E765E is #8189A1. Grayscale: #757575. Windows color (decimal): -8489378 or 6190718. OLE color: 6190718.
HSL color Cylindrical-coordinate representation of color #7E765E: hue angle of 45º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7E765E is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 118 | 94 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.51 |
| HSL | 45º | 0.15% | 0.43% | - |
| HSV(B) | 45º | 0.25% | 0.49% | - |
| XYZ | 17.1 | 18.2 | 13.2 | - |
| YUV | 117.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 118 | 94 | 0 | 0.06 | 0.25 | 0.51 | 45 | 0.15 | 0.43 |
| Hex | 7E | 76 | 5E | 0 | 6 | 19 | 33 | 2D | F | 2B |
| Octal | 176 | 166 | 136 | 0 | 6 | 31 | 63 | 55 | 17 | 53 |
| Binary | 1111110 | 1110110 | 1011110 | 0 | 110 | 11001 | 110011 | 101101 | 1111 | 101011 |
Color Harmonies of #7E765E
Complementary color
Monochromatic Colors of #7E765E
Black with #7E765E
Text Example
Text Example
White with #7E765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E765E; }
p { color: rgb(126,118,94); }
H1.HeaderClassName
{
color: #7E765E;
}
.AnyTagClassName
{
color: #7E765E;
}
</style>
background-color css
<style>
a { background-color: #7E765E; }
a { background-color: rgb(126,118,94); }
div.DivClassName
{
background-color: #7E765E;
}
.BgClassName
{
background-color: #7E765E;
}
</style>
border-color css
<style>
span { border-color: #7E765E; }
span { border-color: rgb(126,118,94); }
td.TdClassName
{
border-color: #7E765E;
}
.TagClassName
{
border-color: #7E765E;
}
</style>