Shades of Ferra #7C706F
Tints of Ferra #7C706F
RGB
CMYK
RGB Variations
Color information
#7C706F (or 0x7C706F) is known color: Ferra. HEX triplet: 7C, 70 and 6F. RGB value is (124,112,111). Sum of RGB (Red+Green+Blue) = 124+112+111=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C706F is #838F90. Grayscale: #737373. Windows color (decimal): -8621969 or 7303292. OLE color: 7303292.
HSL color Cylindrical-coordinate representation of color #7C706F: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C706F is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 111 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.51 |
| HSL | 4.62º | 0.06% | 0.46% | - |
| HSV(B) | 4.62º | 0.1% | 0.49% | - |
| XYZ | 16.98 | 17.02 | 17.43 | - |
| YUV | 115.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 111 | 0 | 0.10 | 0.10 | 0.51 | 4.62 | 0.06 | 0.46 |
| Hex | 7C | 70 | 6F | 0 | A | A | 33 | 5 | 6 | 2E |
| Octal | 174 | 160 | 157 | 0 | 12 | 12 | 63 | 5 | 6 | 56 |
| Binary | 1111100 | 1110000 | 1101111 | 0 | 1010 | 1010 | 110011 | 101 | 110 | 101110 |
Color Harmonies of #7C706F
Complementary color
Monochromatic Colors of #7C706F
Black with #7C706F
Text Example
Text Example
White with #7C706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C706F; }
p { color: rgb(124,112,111); }
H1.HeaderClassName
{
color: #7C706F;
}
.AnyTagClassName
{
color: #7C706F;
}
</style>
background-color css
<style>
a { background-color: #7C706F; }
a { background-color: rgb(124,112,111); }
div.DivClassName
{
background-color: #7C706F;
}
.BgClassName
{
background-color: #7C706F;
}
</style>
border-color css
<style>
span { border-color: #7C706F; }
span { border-color: rgb(124,112,111); }
td.TdClassName
{
border-color: #7C706F;
}
.TagClassName
{
border-color: #7C706F;
}
</style>