Shades of Stonewall #7F785F
Tints of Stonewall #7F785F
RGB
CMYK
RGB Variations
Color information
#7F785F (or 0x7F785F) is known color: Stonewall. HEX triplet: 7F, 78 and 5F. RGB value is (127,120,95). Sum of RGB (Red+Green+Blue) = 127+120+95=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F785F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F785F is #8087A0. Grayscale: #777777. Windows color (decimal): -8423329 or 6256767. OLE color: 6256767.
HSL color Cylindrical-coordinate representation of color #7F785F: hue angle of 46.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F785F is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 95 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.50 |
| HSL | 46.88º | 0.14% | 0.44% | - |
| HSV(B) | 46.88º | 0.25% | 0.5% | - |
| XYZ | 17.53 | 18.77 | 13.53 | - |
| YUV | 119.24 | 114.32 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 95 | 0 | 0.06 | 0.25 | 0.50 | 46.88 | 0.14 | 0.44 |
| Hex | 7F | 78 | 5F | 0 | 6 | 19 | 32 | 2F | E | 2C |
| Octal | 177 | 170 | 137 | 0 | 6 | 31 | 62 | 57 | 16 | 54 |
| Binary | 1111111 | 1111000 | 1011111 | 0 | 110 | 11001 | 110010 | 101111 | 1110 | 101100 |
Color Harmonies of #7F785F
Complementary color
Monochromatic Colors of #7F785F
Black with #7F785F
Text Example
Text Example
White with #7F785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F785F; }
p { color: rgb(127,120,95); }
H1.HeaderClassName
{
color: #7F785F;
}
.AnyTagClassName
{
color: #7F785F;
}
</style>
background-color css
<style>
a { background-color: #7F785F; }
a { background-color: rgb(127,120,95); }
div.DivClassName
{
background-color: #7F785F;
}
.BgClassName
{
background-color: #7F785F;
}
</style>
border-color css
<style>
span { border-color: #7F785F; }
span { border-color: rgb(127,120,95); }
td.TdClassName
{
border-color: #7F785F;
}
.TagClassName
{
border-color: #7F785F;
}
</style>