Shades of Ferra #7C7472
Tints of Ferra #7C7472
RGB
CMYK
RGB Variations
Color information
#7C7472 (or 0x7C7472) is known color: Ferra. HEX triplet: 7C, 74 and 72. RGB value is (124,116,114). Sum of RGB (Red+Green+Blue) = 124+116+114=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7472 is #838B8D. Grayscale: #767676. Windows color (decimal): -8620942 or 7500924. OLE color: 7500924.
HSL color Cylindrical-coordinate representation of color #7C7472: hue angle of 12º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7C7472 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 116 | 114 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.51 |
| HSL | 12º | 0.04% | 0.47% | - |
| HSV(B) | 12º | 0.08% | 0.49% | - |
| XYZ | 17.59 | 17.99 | 18.46 | - |
| YUV | 118.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 116 | 114 | 0 | 0.06 | 0.08 | 0.51 | 12 | 0.04 | 0.47 |
| Hex | 7C | 74 | 72 | 0 | 6 | 8 | 33 | C | 4 | 2F |
| Octal | 174 | 164 | 162 | 0 | 6 | 10 | 63 | 14 | 4 | 57 |
| Binary | 1111100 | 1110100 | 1110010 | 0 | 110 | 1000 | 110011 | 1100 | 100 | 101111 |
Color Harmonies of #7C7472
Complementary color
Monochromatic Colors of #7C7472
Black with #7C7472
Text Example
Text Example
White with #7C7472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7472; }
p { color: rgb(124,116,114); }
H1.HeaderClassName
{
color: #7C7472;
}
.AnyTagClassName
{
color: #7C7472;
}
</style>
background-color css
<style>
a { background-color: #7C7472; }
a { background-color: rgb(124,116,114); }
div.DivClassName
{
background-color: #7C7472;
}
.BgClassName
{
background-color: #7C7472;
}
</style>
border-color css
<style>
span { border-color: #7C7472; }
span { border-color: rgb(124,116,114); }
td.TdClassName
{
border-color: #7C7472;
}
.TagClassName
{
border-color: #7C7472;
}
</style>