Shades of Ferra #7F706E
Tints of Ferra #7F706E
RGB
CMYK
RGB Variations
Color information
#7F706E (or 0x7F706E) is known color: Ferra. HEX triplet: 7F, 70 and 6E. RGB value is (127,112,110). Sum of RGB (Red+Green+Blue) = 127+112+110=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 127 - color contains mainly: red. Hex color #7F706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F706E is #808F91. Grayscale: #747474. Windows color (decimal): -8425362 or 7237759. OLE color: 7237759.
HSL color Cylindrical-coordinate representation of color #7F706E: hue angle of 7.06º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F706E is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 110 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.50 |
| HSL | 7.06º | 0.07% | 0.46% | - |
| HSV(B) | 7.06º | 0.13% | 0.5% | - |
| XYZ | 17.36 | 17.23 | 17.16 | - |
| YUV | 116.26 | 124.47 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 110 | 0 | 0.12 | 0.13 | 0.50 | 7.06 | 0.07 | 0.46 |
| Hex | 7F | 70 | 6E | 0 | C | D | 32 | 7 | 7 | 2E |
| Octal | 177 | 160 | 156 | 0 | 14 | 15 | 62 | 7 | 7 | 56 |
| Binary | 1111111 | 1110000 | 1101110 | 0 | 1100 | 1101 | 110010 | 111 | 111 | 101110 |
Color Harmonies of #7F706E
Complementary color
Monochromatic Colors of #7F706E
Black with #7F706E
Text Example
Text Example
White with #7F706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F706E; }
p { color: rgb(127,112,110); }
H1.HeaderClassName
{
color: #7F706E;
}
.AnyTagClassName
{
color: #7F706E;
}
</style>
background-color css
<style>
a { background-color: #7F706E; }
a { background-color: rgb(127,112,110); }
div.DivClassName
{
background-color: #7F706E;
}
.BgClassName
{
background-color: #7F706E;
}
</style>
border-color css
<style>
span { border-color: #7F706E; }
span { border-color: rgb(127,112,110); }
td.TdClassName
{
border-color: #7F706E;
}
.TagClassName
{
border-color: #7F706E;
}
</style>