Shades of Ferra #7F726E
Tints of Ferra #7F726E
RGB
CMYK
RGB Variations
Color information
#7F726E (or 0x7F726E) is known color: Ferra. HEX triplet: 7F, 72 and 6E. RGB value is (127,114,110). Sum of RGB (Red+Green+Blue) = 127+114+110=351 (46% of max value = 765). Red value is 127 (50% from 255 or 36.18% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 127 - color contains mainly: red. Hex color #7F726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F726E is #808D91. Grayscale: #757575. Windows color (decimal): -8424850 or 7238271. OLE color: 7238271.
HSL color Cylindrical-coordinate representation of color #7F726E: hue angle of 14.12º 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 #7F726E is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 114 | 110 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.50 |
| HSL | 14.12º | 0.07% | 0.46% | - |
| HSV(B) | 14.12º | 0.13% | 0.5% | - |
| XYZ | 17.58 | 17.67 | 17.24 | - |
| YUV | 117.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 110 | 0 | 0.10 | 0.13 | 0.50 | 14.12 | 0.07 | 0.46 |
| Hex | 7F | 72 | 6E | 0 | A | D | 32 | E | 7 | 2E |
| Octal | 177 | 162 | 156 | 0 | 12 | 15 | 62 | 16 | 7 | 56 |
| Binary | 1111111 | 1110010 | 1101110 | 0 | 1010 | 1101 | 110010 | 1110 | 111 | 101110 |
Color Harmonies of #7F726E
Complementary color
Monochromatic Colors of #7F726E
Black with #7F726E
Text Example
Text Example
White with #7F726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F726E; }
p { color: rgb(127,114,110); }
H1.HeaderClassName
{
color: #7F726E;
}
.AnyTagClassName
{
color: #7F726E;
}
</style>
background-color css
<style>
a { background-color: #7F726E; }
a { background-color: rgb(127,114,110); }
div.DivClassName
{
background-color: #7F726E;
}
.BgClassName
{
background-color: #7F726E;
}
</style>
border-color css
<style>
span { border-color: #7F726E; }
span { border-color: rgb(127,114,110); }
td.TdClassName
{
border-color: #7F726E;
}
.TagClassName
{
border-color: #7F726E;
}
</style>