Shades of Ferra #7F7070
Tints of Ferra #7F7070
RGB
CMYK
RGB Variations
Color information
#7F7070 (or 0x7F7070) is known color: Ferra. HEX triplet: 7F, 70 and 70. RGB value is (127,112,112). Sum of RGB (Red+Green+Blue) = 127+112+112=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7070 is #808F8F. Grayscale: #747474. Windows color (decimal): -8425360 or 7368831. OLE color: 7368831.
HSL color Cylindrical-coordinate representation of color #7F7070: hue angle of 0º degrees, saturation: 0.06, 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 #7F7070 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 112 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.50 |
| HSL | 0º | 0.06% | 0.47% | - |
| HSV(B) | 0º | 0.12% | 0.5% | - |
| XYZ | 17.47 | 17.27 | 17.74 | - |
| YUV | 116.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 112 | 0 | 0.12 | 0.12 | 0.50 | 0 | 0.06 | 0.47 |
| Hex | 7F | 70 | 70 | 0 | C | C | 32 | 0 | 6 | 2F |
| Octal | 177 | 160 | 160 | 0 | 14 | 14 | 62 | 0 | 6 | 57 |
| Binary | 1111111 | 1110000 | 1110000 | 0 | 1100 | 1100 | 110010 | 0 | 110 | 101111 |
Color Harmonies of #7F7070
Complementary color
Monochromatic Colors of #7F7070
Black with #7F7070
Text Example
Text Example
White with #7F7070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7070; }
p { color: rgb(127,112,112); }
H1.HeaderClassName
{
color: #7F7070;
}
.AnyTagClassName
{
color: #7F7070;
}
</style>
background-color css
<style>
a { background-color: #7F7070; }
a { background-color: rgb(127,112,112); }
div.DivClassName
{
background-color: #7F7070;
}
.BgClassName
{
background-color: #7F7070;
}
</style>
border-color css
<style>
span { border-color: #7F7070; }
span { border-color: rgb(127,112,112); }
td.TdClassName
{
border-color: #7F7070;
}
.TagClassName
{
border-color: #7F7070;
}
</style>