Shades of Ferra #7C716E
Tints of Ferra #7C716E
RGB
CMYK
RGB Variations
Color information
#7C716E (or 0x7C716E) is known color: Ferra. HEX triplet: 7C, 71 and 6E. RGB value is (124,113,110). Sum of RGB (Red+Green+Blue) = 124+113+110=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C716E is #838E91. Grayscale: #737373. Windows color (decimal): -8621714 or 7238012. OLE color: 7238012.
HSL color Cylindrical-coordinate representation of color #7C716E: hue angle of 12.86º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C716E is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 110 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.51 |
| HSL | 12.86º | 0.06% | 0.46% | - |
| HSV(B) | 12.86º | 0.11% | 0.49% | - |
| XYZ | 17.03 | 17.22 | 17.18 | - |
| YUV | 115.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 110 | 0 | 0.09 | 0.11 | 0.51 | 12.86 | 0.06 | 0.46 |
| Hex | 7C | 71 | 6E | 0 | 9 | B | 33 | D | 6 | 2E |
| Octal | 174 | 161 | 156 | 0 | 11 | 13 | 63 | 15 | 6 | 56 |
| Binary | 1111100 | 1110001 | 1101110 | 0 | 1001 | 1011 | 110011 | 1101 | 110 | 101110 |
Color Harmonies of #7C716E
Complementary color
Monochromatic Colors of #7C716E
Black with #7C716E
Text Example
Text Example
White with #7C716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C716E; }
p { color: rgb(124,113,110); }
H1.HeaderClassName
{
color: #7C716E;
}
.AnyTagClassName
{
color: #7C716E;
}
</style>
background-color css
<style>
a { background-color: #7C716E; }
a { background-color: rgb(124,113,110); }
div.DivClassName
{
background-color: #7C716E;
}
.BgClassName
{
background-color: #7C716E;
}
</style>
border-color css
<style>
span { border-color: #7C716E; }
span { border-color: rgb(124,113,110); }
td.TdClassName
{
border-color: #7C716E;
}
.TagClassName
{
border-color: #7C716E;
}
</style>