Shades of Ferra #7E7473
Tints of Ferra #7E7473
RGB
CMYK
RGB Variations
Color information
#7E7473 (or 0x7E7473) is known color: Ferra. HEX triplet: 7E, 74 and 73. RGB value is (126,116,115). Sum of RGB (Red+Green+Blue) = 126+116+115=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7473 is #818B8C. Grayscale: #767676. Windows color (decimal): -8489869 or 7566462. OLE color: 7566462.
HSL color Cylindrical-coordinate representation of color #7E7473: hue angle of 5.45º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E7473 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 116 | 115 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.51 |
| HSL | 5.45º | 0.05% | 0.47% | - |
| HSV(B) | 5.45º | 0.09% | 0.49% | - |
| XYZ | 17.94 | 18.16 | 18.78 | - |
| YUV | 118.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 116 | 115 | 0 | 0.08 | 0.09 | 0.51 | 5.45 | 0.05 | 0.47 |
| Hex | 7E | 74 | 73 | 0 | 8 | 9 | 33 | 5 | 5 | 2F |
| Octal | 176 | 164 | 163 | 0 | 10 | 11 | 63 | 5 | 5 | 57 |
| Binary | 1111110 | 1110100 | 1110011 | 0 | 1000 | 1001 | 110011 | 101 | 101 | 101111 |
Color Harmonies of #7E7473
Complementary color
Monochromatic Colors of #7E7473
Black with #7E7473
Text Example
Text Example
White with #7E7473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7473; }
p { color: rgb(126,116,115); }
H1.HeaderClassName
{
color: #7E7473;
}
.AnyTagClassName
{
color: #7E7473;
}
</style>
background-color css
<style>
a { background-color: #7E7473; }
a { background-color: rgb(126,116,115); }
div.DivClassName
{
background-color: #7E7473;
}
.BgClassName
{
background-color: #7E7473;
}
</style>
border-color css
<style>
span { border-color: #7E7473; }
span { border-color: rgb(126,116,115); }
td.TdClassName
{
border-color: #7E7473;
}
.TagClassName
{
border-color: #7E7473;
}
</style>