Shades of Stonewall #7F7360
Tints of Stonewall #7F7360
RGB
CMYK
RGB Variations
Color information
#7F7360 (or 0x7F7360) is known color: Stonewall. HEX triplet: 7F, 73 and 60. RGB value is (127,115,96). Sum of RGB (Red+Green+Blue) = 127+115+96=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7360 is #808C9F. Grayscale: #747474. Windows color (decimal): -8424608 or 6321023. OLE color: 6321023.
HSL color Cylindrical-coordinate representation of color #7F7360: hue angle of 36.77º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F7360 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 96 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.50 |
| HSL | 36.77º | 0.14% | 0.44% | - |
| HSV(B) | 36.77º | 0.24% | 0.5% | - |
| XYZ | 16.99 | 17.62 | 13.57 | - |
| YUV | 116.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 96 | 0 | 0.09 | 0.24 | 0.50 | 36.77 | 0.14 | 0.44 |
| Hex | 7F | 73 | 60 | 0 | 9 | 18 | 32 | 25 | E | 2C |
| Octal | 177 | 163 | 140 | 0 | 11 | 30 | 62 | 45 | 16 | 54 |
| Binary | 1111111 | 1110011 | 1100000 | 0 | 1001 | 11000 | 110010 | 100101 | 1110 | 101100 |
Color Harmonies of #7F7360
Complementary color
Monochromatic Colors of #7F7360
Black with #7F7360
Text Example
Text Example
White with #7F7360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7360; }
p { color: rgb(127,115,96); }
H1.HeaderClassName
{
color: #7F7360;
}
.AnyTagClassName
{
color: #7F7360;
}
</style>
background-color css
<style>
a { background-color: #7F7360; }
a { background-color: rgb(127,115,96); }
div.DivClassName
{
background-color: #7F7360;
}
.BgClassName
{
background-color: #7F7360;
}
</style>
border-color css
<style>
span { border-color: #7F7360; }
span { border-color: rgb(127,115,96); }
td.TdClassName
{
border-color: #7F7360;
}
.TagClassName
{
border-color: #7F7360;
}
</style>