Shades of Ferra #807070
Tints of Ferra #807070
RGB
CMYK
RGB Variations
Color information
#807070 (or 0x807070) is known color: Ferra. HEX triplet: 80, 70 and 70. RGB value is (128,112,112). Sum of RGB (Red+Green+Blue) = 128+112+112=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #807070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807070 is #7F8F8F. Grayscale: #747474. Windows color (decimal): -8359824 or 7368832. OLE color: 7368832.
HSL color Cylindrical-coordinate representation of color #807070: hue angle of 0º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #807070 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 112 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.50 |
| HSL | 0º | 0.07% | 0.47% | - |
| HSV(B) | 0º | 0.13% | 0.5% | - |
| XYZ | 17.62 | 17.35 | 17.75 | - |
| YUV | 116.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 112 | 0 | 0.12 | 0.12 | 0.50 | 0 | 0.07 | 0.47 |
| Hex | 80 | 70 | 70 | 0 | C | C | 32 | 0 | 7 | 2F |
| Octal | 200 | 160 | 160 | 0 | 14 | 14 | 62 | 0 | 7 | 57 |
| Binary | 10000000 | 1110000 | 1110000 | 0 | 1100 | 1100 | 110010 | 0 | 111 | 101111 |
Color Harmonies of #807070
Complementary color
Monochromatic Colors of #807070
Black with #807070
Text Example
Text Example
White with #807070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807070; }
p { color: rgb(128,112,112); }
H1.HeaderClassName
{
color: #807070;
}
.AnyTagClassName
{
color: #807070;
}
</style>
background-color css
<style>
a { background-color: #807070; }
a { background-color: rgb(128,112,112); }
div.DivClassName
{
background-color: #807070;
}
.BgClassName
{
background-color: #807070;
}
</style>
border-color css
<style>
span { border-color: #807070; }
span { border-color: rgb(128,112,112); }
td.TdClassName
{
border-color: #807070;
}
.TagClassName
{
border-color: #807070;
}
</style>