Shades of Ferra #7F7371
Tints of Ferra #7F7371
RGB
CMYK
RGB Variations
Color information
#7F7371 (or 0x7F7371) is known color: Ferra. HEX triplet: 7F, 73 and 71. RGB value is (127,115,113). Sum of RGB (Red+Green+Blue) = 127+115+113=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7371 is #808C8E. Grayscale: #767676. Windows color (decimal): -8424591 or 7435135. OLE color: 7435135.
HSL color Cylindrical-coordinate representation of color #7F7371: hue angle of 8.57º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F7371 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 115 | 113 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.50 |
| HSL | 8.57º | 0.06% | 0.47% | - |
| HSV(B) | 8.57º | 0.11% | 0.5% | - |
| XYZ | 17.86 | 17.97 | 18.15 | - |
| YUV | 118.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 113 | 0 | 0.09 | 0.11 | 0.50 | 8.57 | 0.06 | 0.47 |
| Hex | 7F | 73 | 71 | 0 | 9 | B | 32 | 9 | 6 | 2F |
| Octal | 177 | 163 | 161 | 0 | 11 | 13 | 62 | 11 | 6 | 57 |
| Binary | 1111111 | 1110011 | 1110001 | 0 | 1001 | 1011 | 110010 | 1001 | 110 | 101111 |
Color Harmonies of #7F7371
Complementary color
Monochromatic Colors of #7F7371
Black with #7F7371
Text Example
Text Example
White with #7F7371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7371; }
p { color: rgb(127,115,113); }
H1.HeaderClassName
{
color: #7F7371;
}
.AnyTagClassName
{
color: #7F7371;
}
</style>
background-color css
<style>
a { background-color: #7F7371; }
a { background-color: rgb(127,115,113); }
div.DivClassName
{
background-color: #7F7371;
}
.BgClassName
{
background-color: #7F7371;
}
</style>
border-color css
<style>
span { border-color: #7F7371; }
span { border-color: rgb(127,115,113); }
td.TdClassName
{
border-color: #7F7371;
}
.TagClassName
{
border-color: #7F7371;
}
</style>