Shades of Stonewall #7F7860
Tints of Stonewall #7F7860
RGB
CMYK
RGB Variations
Color information
#7F7860 (or 0x7F7860) is known color: Stonewall. HEX triplet: 7F, 78 and 60. RGB value is (127,120,96). Sum of RGB (Red+Green+Blue) = 127+120+96=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7860 is #80879F. Grayscale: #777777. Windows color (decimal): -8423328 or 6322303. OLE color: 6322303.
HSL color Cylindrical-coordinate representation of color #7F7860: hue angle of 46.45º 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 #7F7860 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 96 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.50 |
| HSL | 46.45º | 0.14% | 0.44% | - |
| HSV(B) | 46.45º | 0.24% | 0.5% | - |
| XYZ | 17.58 | 18.79 | 13.77 | - |
| YUV | 119.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 96 | 0 | 0.06 | 0.24 | 0.50 | 46.45 | 0.14 | 0.44 |
| Hex | 7F | 78 | 60 | 0 | 6 | 18 | 32 | 2E | E | 2C |
| Octal | 177 | 170 | 140 | 0 | 6 | 30 | 62 | 56 | 16 | 54 |
| Binary | 1111111 | 1111000 | 1100000 | 0 | 110 | 11000 | 110010 | 101110 | 1110 | 101100 |
Color Harmonies of #7F7860
Complementary color
Monochromatic Colors of #7F7860
Black with #7F7860
Text Example
Text Example
White with #7F7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7860; }
p { color: rgb(127,120,96); }
H1.HeaderClassName
{
color: #7F7860;
}
.AnyTagClassName
{
color: #7F7860;
}
</style>
background-color css
<style>
a { background-color: #7F7860; }
a { background-color: rgb(127,120,96); }
div.DivClassName
{
background-color: #7F7860;
}
.BgClassName
{
background-color: #7F7860;
}
</style>
border-color css
<style>
span { border-color: #7F7860; }
span { border-color: rgb(127,120,96); }
td.TdClassName
{
border-color: #7F7860;
}
.TagClassName
{
border-color: #7F7860;
}
</style>