Shades of Ferra #7C706E
Tints of Ferra #7C706E
RGB
CMYK
RGB Variations
Color information
#7C706E (or 0x7C706E) is known color: Ferra. HEX triplet: 7C, 70 and 6E. RGB value is (124,112,110). Sum of RGB (Red+Green+Blue) = 124+112+110=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 124 - color contains mainly: red. Hex color #7C706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C706E is #838F91. Grayscale: #737373. Windows color (decimal): -8621970 or 7237756. OLE color: 7237756.
HSL color Cylindrical-coordinate representation of color #7C706E: hue angle of 8.57º 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 #7C706E is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 110 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.51 |
| HSL | 8.57º | 0.06% | 0.46% | - |
| HSV(B) | 8.57º | 0.11% | 0.49% | - |
| XYZ | 16.92 | 17 | 17.14 | - |
| YUV | 115.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 110 | 0 | 0.10 | 0.11 | 0.51 | 8.57 | 0.06 | 0.46 |
| Hex | 7C | 70 | 6E | 0 | A | B | 33 | 9 | 6 | 2E |
| Octal | 174 | 160 | 156 | 0 | 12 | 13 | 63 | 11 | 6 | 56 |
| Binary | 1111100 | 1110000 | 1101110 | 0 | 1010 | 1011 | 110011 | 1001 | 110 | 101110 |
Color Harmonies of #7C706E
Complementary color
Monochromatic Colors of #7C706E
Black with #7C706E
Text Example
Text Example
White with #7C706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C706E; }
p { color: rgb(124,112,110); }
H1.HeaderClassName
{
color: #7C706E;
}
.AnyTagClassName
{
color: #7C706E;
}
</style>
background-color css
<style>
a { background-color: #7C706E; }
a { background-color: rgb(124,112,110); }
div.DivClassName
{
background-color: #7C706E;
}
.BgClassName
{
background-color: #7C706E;
}
</style>
border-color css
<style>
span { border-color: #7C706E; }
span { border-color: rgb(124,112,110); }
td.TdClassName
{
border-color: #7C706E;
}
.TagClassName
{
border-color: #7C706E;
}
</style>