Shades of Stonewall #7E755F
Tints of Stonewall #7E755F
RGB
CMYK
RGB Variations
Color information
#7E755F (or 0x7E755F) is known color: Stonewall. HEX triplet: 7E, 75 and 5F. RGB value is (126,117,95). Sum of RGB (Red+Green+Blue) = 126+117+95=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 126 - color contains mainly: red. Hex color #7E755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E755F is #818AA0. Grayscale: #757575. Windows color (decimal): -8489633 or 6255998. OLE color: 6255998.
HSL color Cylindrical-coordinate representation of color #7E755F: hue angle of 42.58º degrees, saturation: 0.14, 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 #7E755F is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 117 | 95 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.51 |
| HSL | 42.58º | 0.14% | 0.43% | - |
| HSV(B) | 42.58º | 0.25% | 0.49% | - |
| XYZ | 17.03 | 17.98 | 13.4 | - |
| YUV | 117.18 | 115.48 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 117 | 95 | 0 | 0.07 | 0.25 | 0.51 | 42.58 | 0.14 | 0.43 |
| Hex | 7E | 75 | 5F | 0 | 7 | 19 | 33 | 2B | E | 2B |
| Octal | 176 | 165 | 137 | 0 | 7 | 31 | 63 | 53 | 16 | 53 |
| Binary | 1111110 | 1110101 | 1011111 | 0 | 111 | 11001 | 110011 | 101011 | 1110 | 101011 |
Color Harmonies of #7E755F
Complementary color
Monochromatic Colors of #7E755F
Black with #7E755F
Text Example
Text Example
White with #7E755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E755F; }
p { color: rgb(126,117,95); }
H1.HeaderClassName
{
color: #7E755F;
}
.AnyTagClassName
{
color: #7E755F;
}
</style>
background-color css
<style>
a { background-color: #7E755F; }
a { background-color: rgb(126,117,95); }
div.DivClassName
{
background-color: #7E755F;
}
.BgClassName
{
background-color: #7E755F;
}
</style>
border-color css
<style>
span { border-color: #7E755F; }
span { border-color: rgb(126,117,95); }
td.TdClassName
{
border-color: #7E755F;
}
.TagClassName
{
border-color: #7E755F;
}
</style>