Shades of Ferra #7F716F
Tints of Ferra #7F716F
RGB
CMYK
RGB Variations
Color information
#7F716F (or 0x7F716F) is known color: Ferra. HEX triplet: 7F, 71 and 6F. RGB value is (127,113,111). Sum of RGB (Red+Green+Blue) = 127+113+111=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 127 - color contains mainly: red. Hex color #7F716F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F716F is #808E90. Grayscale: #747474. Windows color (decimal): -8425105 or 7303551. OLE color: 7303551.
HSL color Cylindrical-coordinate representation of color #7F716F: hue angle of 7.5º 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 #7F716F is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 111 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.50 |
| HSL | 7.5º | 0.07% | 0.47% | - |
| HSV(B) | 7.5º | 0.13% | 0.5% | - |
| XYZ | 17.53 | 17.47 | 17.49 | - |
| YUV | 116.96 | 124.64 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 111 | 0 | 0.11 | 0.13 | 0.50 | 7.5 | 0.07 | 0.47 |
| Hex | 7F | 71 | 6F | 0 | B | D | 32 | 8 | 7 | 2F |
| Octal | 177 | 161 | 157 | 0 | 13 | 15 | 62 | 10 | 7 | 57 |
| Binary | 1111111 | 1110001 | 1101111 | 0 | 1011 | 1101 | 110010 | 1000 | 111 | 101111 |
Color Harmonies of #7F716F
Complementary color
Monochromatic Colors of #7F716F
Black with #7F716F
Text Example
Text Example
White with #7F716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F716F; }
p { color: rgb(127,113,111); }
H1.HeaderClassName
{
color: #7F716F;
}
.AnyTagClassName
{
color: #7F716F;
}
</style>
background-color css
<style>
a { background-color: #7F716F; }
a { background-color: rgb(127,113,111); }
div.DivClassName
{
background-color: #7F716F;
}
.BgClassName
{
background-color: #7F716F;
}
</style>
border-color css
<style>
span { border-color: #7F716F; }
span { border-color: rgb(127,113,111); }
td.TdClassName
{
border-color: #7F716F;
}
.TagClassName
{
border-color: #7F716F;
}
</style>