Shades of Ferra #7E716D
Tints of Ferra #7E716D
RGB
CMYK
RGB Variations
Color information
#7E716D (or 0x7E716D) is known color: Ferra. HEX triplet: 7E, 71 and 6D. RGB value is (126,113,109). Sum of RGB (Red+Green+Blue) = 126+113+109=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 126 - color contains mainly: red. Hex color #7E716D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E716D is #818E92. Grayscale: #747474. Windows color (decimal): -8490643 or 7172478. OLE color: 7172478.
HSL color Cylindrical-coordinate representation of color #7E716D: hue angle of 14.12º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E716D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 113 | 109 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.51 |
| HSL | 14.12º | 0.07% | 0.46% | - |
| HSV(B) | 14.12º | 0.13% | 0.49% | - |
| XYZ | 17.27 | 17.35 | 16.91 | - |
| YUV | 116.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 113 | 109 | 0 | 0.10 | 0.13 | 0.51 | 14.12 | 0.07 | 0.46 |
| Hex | 7E | 71 | 6D | 0 | A | D | 33 | E | 7 | 2E |
| Octal | 176 | 161 | 155 | 0 | 12 | 15 | 63 | 16 | 7 | 56 |
| Binary | 1111110 | 1110001 | 1101101 | 0 | 1010 | 1101 | 110011 | 1110 | 111 | 101110 |
Color Harmonies of #7E716D
Complementary color
Monochromatic Colors of #7E716D
Black with #7E716D
Text Example
Text Example
White with #7E716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E716D; }
p { color: rgb(126,113,109); }
H1.HeaderClassName
{
color: #7E716D;
}
.AnyTagClassName
{
color: #7E716D;
}
</style>
background-color css
<style>
a { background-color: #7E716D; }
a { background-color: rgb(126,113,109); }
div.DivClassName
{
background-color: #7E716D;
}
.BgClassName
{
background-color: #7E716D;
}
</style>
border-color css
<style>
span { border-color: #7E716D; }
span { border-color: rgb(126,113,109); }
td.TdClassName
{
border-color: #7E716D;
}
.TagClassName
{
border-color: #7E716D;
}
</style>