Shades of Stonewall #80785C
Tints of Stonewall #80785C
RGB
CMYK
RGB Variations
Color information
#80785C (or 0x80785C) is known color: Stonewall. HEX triplet: 80, 78 and 5C. RGB value is (128,120,92). Sum of RGB (Red+Green+Blue) = 128+120+92=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80785C is #7F87A3. Grayscale: #777777. Windows color (decimal): -8357796 or 6060160. OLE color: 6060160.
HSL color Cylindrical-coordinate representation of color #80785C: hue angle of 46.67º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80785C is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 120 | 92 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.50 |
| HSL | 46.67º | 0.16% | 0.43% | - |
| HSV(B) | 46.67º | 0.28% | 0.5% | - |
| XYZ | 17.55 | 18.79 | 12.83 | - |
| YUV | 119.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 120 | 92 | 0 | 0.06 | 0.28 | 0.50 | 46.67 | 0.16 | 0.43 |
| Hex | 80 | 78 | 5C | 0 | 6 | 1C | 32 | 2F | 10 | 2B |
| Octal | 200 | 170 | 134 | 0 | 6 | 34 | 62 | 57 | 20 | 53 |
| Binary | 10000000 | 1111000 | 1011100 | 0 | 110 | 11100 | 110010 | 101111 | 10000 | 101011 |
Color Harmonies of #80785C
Complementary color
Monochromatic Colors of #80785C
Black with #80785C
Text Example
Text Example
White with #80785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80785C; }
p { color: rgb(128,120,92); }
H1.HeaderClassName
{
color: #80785C;
}
.AnyTagClassName
{
color: #80785C;
}
</style>
background-color css
<style>
a { background-color: #80785C; }
a { background-color: rgb(128,120,92); }
div.DivClassName
{
background-color: #80785C;
}
.BgClassName
{
background-color: #80785C;
}
</style>
border-color css
<style>
span { border-color: #80785C; }
span { border-color: rgb(128,120,92); }
td.TdClassName
{
border-color: #80785C;
}
.TagClassName
{
border-color: #80785C;
}
</style>