Shades of Ferra #7F726F
Tints of Ferra #7F726F
RGB
CMYK
RGB Variations
Color information
#7F726F (or 0x7F726F) is known color: Ferra. HEX triplet: 7F, 72 and 6F. RGB value is (127,114,111). Sum of RGB (Red+Green+Blue) = 127+114+111=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 127 - color contains mainly: red. Hex color #7F726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F726F is #808D90. Grayscale: #757575. Windows color (decimal): -8424849 or 7303807. OLE color: 7303807.
HSL color Cylindrical-coordinate representation of color #7F726F: hue angle of 11.25º 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 #7F726F is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 114 | 111 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.50 |
| HSL | 11.25º | 0.07% | 0.47% | - |
| HSV(B) | 11.25º | 0.13% | 0.5% | - |
| XYZ | 17.64 | 17.69 | 17.52 | - |
| YUV | 117.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 111 | 0 | 0.10 | 0.13 | 0.50 | 11.25 | 0.07 | 0.47 |
| Hex | 7F | 72 | 6F | 0 | A | D | 32 | B | 7 | 2F |
| Octal | 177 | 162 | 157 | 0 | 12 | 15 | 62 | 13 | 7 | 57 |
| Binary | 1111111 | 1110010 | 1101111 | 0 | 1010 | 1101 | 110010 | 1011 | 111 | 101111 |
Color Harmonies of #7F726F
Complementary color
Monochromatic Colors of #7F726F
Black with #7F726F
Text Example
Text Example
White with #7F726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F726F; }
p { color: rgb(127,114,111); }
H1.HeaderClassName
{
color: #7F726F;
}
.AnyTagClassName
{
color: #7F726F;
}
</style>
background-color css
<style>
a { background-color: #7F726F; }
a { background-color: rgb(127,114,111); }
div.DivClassName
{
background-color: #7F726F;
}
.BgClassName
{
background-color: #7F726F;
}
</style>
border-color css
<style>
span { border-color: #7F726F; }
span { border-color: rgb(127,114,111); }
td.TdClassName
{
border-color: #7F726F;
}
.TagClassName
{
border-color: #7F726F;
}
</style>