Shades of Ferra #80716F
Tints of Ferra #80716F
RGB
CMYK
RGB Variations
Color information
#80716F (or 0x80716F) is known color: Ferra. HEX triplet: 80, 71 and 6F. RGB value is (128,113,111). Sum of RGB (Red+Green+Blue) = 128+113+111=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #80716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80716F is #7F8E90. Grayscale: #757575. Windows color (decimal): -8359569 or 7303552. OLE color: 7303552.
HSL color Cylindrical-coordinate representation of color #80716F: hue angle of 7.06º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80716F is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 113 | 111 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.50 |
| HSL | 7.06º | 0.07% | 0.47% | - |
| HSV(B) | 7.06º | 0.13% | 0.5% | - |
| XYZ | 17.68 | 17.55 | 17.49 | - |
| YUV | 117.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 113 | 111 | 0 | 0.12 | 0.13 | 0.50 | 7.06 | 0.07 | 0.47 |
| Hex | 80 | 71 | 6F | 0 | C | D | 32 | 7 | 7 | 2F |
| Octal | 200 | 161 | 157 | 0 | 14 | 15 | 62 | 7 | 7 | 57 |
| Binary | 10000000 | 1110001 | 1101111 | 0 | 1100 | 1101 | 110010 | 111 | 111 | 101111 |
Color Harmonies of #80716F
Complementary color
Monochromatic Colors of #80716F
Black with #80716F
Text Example
Text Example
White with #80716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80716F; }
p { color: rgb(128,113,111); }
H1.HeaderClassName
{
color: #80716F;
}
.AnyTagClassName
{
color: #80716F;
}
</style>
background-color css
<style>
a { background-color: #80716F; }
a { background-color: rgb(128,113,111); }
div.DivClassName
{
background-color: #80716F;
}
.BgClassName
{
background-color: #80716F;
}
</style>
border-color css
<style>
span { border-color: #80716F; }
span { border-color: rgb(128,113,111); }
td.TdClassName
{
border-color: #80716F;
}
.TagClassName
{
border-color: #80716F;
}
</style>