Shades of Ferra #80706D
Tints of Ferra #80706D
RGB
CMYK
RGB Variations
Color information
#80706D (or 0x80706D) is known color: Ferra. HEX triplet: 80, 70 and 6D. RGB value is (128,112,109). Sum of RGB (Red+Green+Blue) = 128+112+109=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #80706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80706D is #7F8F92. Grayscale: #747474. Windows color (decimal): -8359827 or 7172224. OLE color: 7172224.
HSL color Cylindrical-coordinate representation of color #80706D: hue angle of 9.47º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80706D is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 109 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.50 |
| HSL | 9.47º | 0.08% | 0.46% | - |
| HSV(B) | 9.47º | 0.15% | 0.5% | - |
| XYZ | 17.46 | 17.28 | 16.88 | - |
| YUV | 116.44 | 123.8 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 109 | 0 | 0.12 | 0.15 | 0.50 | 9.47 | 0.08 | 0.46 |
| Hex | 80 | 70 | 6D | 0 | C | F | 32 | 9 | 8 | 2E |
| Octal | 200 | 160 | 155 | 0 | 14 | 17 | 62 | 11 | 10 | 56 |
| Binary | 10000000 | 1110000 | 1101101 | 0 | 1100 | 1111 | 110010 | 1001 | 1000 | 101110 |
Color Harmonies of #80706D
Complementary color
Monochromatic Colors of #80706D
Black with #80706D
Text Example
Text Example
White with #80706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80706D; }
p { color: rgb(128,112,109); }
H1.HeaderClassName
{
color: #80706D;
}
.AnyTagClassName
{
color: #80706D;
}
</style>
background-color css
<style>
a { background-color: #80706D; }
a { background-color: rgb(128,112,109); }
div.DivClassName
{
background-color: #80706D;
}
.BgClassName
{
background-color: #80706D;
}
</style>
border-color css
<style>
span { border-color: #80706D; }
span { border-color: rgb(128,112,109); }
td.TdClassName
{
border-color: #80706D;
}
.TagClassName
{
border-color: #80706D;
}
</style>