Shades of Stonewall #80785F
Tints of Stonewall #80785F
RGB
CMYK
RGB Variations
Color information
#80785F (or 0x80785F) is known color: Stonewall. HEX triplet: 80, 78 and 5F. RGB value is (128,120,95). Sum of RGB (Red+Green+Blue) = 128+120+95=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #80785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80785F is #7F87A0. Grayscale: #777777. Windows color (decimal): -8357793 or 6256768. OLE color: 6256768.
HSL color Cylindrical-coordinate representation of color #80785F: hue angle of 45.45º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80785F is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 95 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.50 |
| HSL | 45.45º | 0.15% | 0.44% | - |
| HSV(B) | 45.45º | 0.26% | 0.5% | - |
| XYZ | 17.68 | 18.85 | 13.53 | - |
| YUV | 119.54 | 114.15 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 95 | 0 | 0.06 | 0.26 | 0.50 | 45.45 | 0.15 | 0.44 |
| Hex | 80 | 78 | 5F | 0 | 6 | 1A | 32 | 2D | F | 2C |
| Octal | 200 | 170 | 137 | 0 | 6 | 32 | 62 | 55 | 17 | 54 |
| Binary | 10000000 | 1111000 | 1011111 | 0 | 110 | 11010 | 110010 | 101101 | 1111 | 101100 |
Color Harmonies of #80785F
Complementary color
Monochromatic Colors of #80785F
Black with #80785F
Text Example
Text Example
White with #80785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80785F; }
p { color: rgb(128,120,95); }
H1.HeaderClassName
{
color: #80785F;
}
.AnyTagClassName
{
color: #80785F;
}
</style>
background-color css
<style>
a { background-color: #80785F; }
a { background-color: rgb(128,120,95); }
div.DivClassName
{
background-color: #80785F;
}
.BgClassName
{
background-color: #80785F;
}
</style>
border-color css
<style>
span { border-color: #80785F; }
span { border-color: rgb(128,120,95); }
td.TdClassName
{
border-color: #80785F;
}
.TagClassName
{
border-color: #80785F;
}
</style>