Shades of Ferra #7F706D
Tints of Ferra #7F706D
RGB
CMYK
RGB Variations
Color information
#7F706D (or 0x7F706D) is known color: Ferra. HEX triplet: 7F, 70 and 6D. RGB value is (127,112,109). Sum of RGB (Red+Green+Blue) = 127+112+109=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 127 - color contains mainly: red. Hex color #7F706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F706D is #808F92. Grayscale: #747474. Windows color (decimal): -8425363 or 7172223. OLE color: 7172223.
HSL color Cylindrical-coordinate representation of color #7F706D: hue angle of 10º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F706D is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 109 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.50 |
| HSL | 10º | 0.08% | 0.46% | - |
| HSV(B) | 10º | 0.14% | 0.5% | - |
| XYZ | 17.31 | 17.2 | 16.88 | - |
| YUV | 116.14 | 123.97 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 109 | 0 | 0.12 | 0.14 | 0.50 | 10 | 0.08 | 0.46 |
| Hex | 7F | 70 | 6D | 0 | C | E | 32 | A | 8 | 2E |
| Octal | 177 | 160 | 155 | 0 | 14 | 16 | 62 | 12 | 10 | 56 |
| Binary | 1111111 | 1110000 | 1101101 | 0 | 1100 | 1110 | 110010 | 1010 | 1000 | 101110 |
Color Harmonies of #7F706D
Complementary color
Monochromatic Colors of #7F706D
Black with #7F706D
Text Example
Text Example
White with #7F706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F706D; }
p { color: rgb(127,112,109); }
H1.HeaderClassName
{
color: #7F706D;
}
.AnyTagClassName
{
color: #7F706D;
}
</style>
background-color css
<style>
a { background-color: #7F706D; }
a { background-color: rgb(127,112,109); }
div.DivClassName
{
background-color: #7F706D;
}
.BgClassName
{
background-color: #7F706D;
}
</style>
border-color css
<style>
span { border-color: #7F706D; }
span { border-color: rgb(127,112,109); }
td.TdClassName
{
border-color: #7F706D;
}
.TagClassName
{
border-color: #7F706D;
}
</style>