Shades of Ferra #8E706A
Tints of Ferra #8E706A
RGB
CMYK
RGB Variations
Color information
#8E706A (or 0x8E706A) is known color: Ferra. HEX triplet: 8E, 70 and 6A. RGB value is (142,112,106). Sum of RGB (Red+Green+Blue) = 142+112+106=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E706A is #718F95. Grayscale: #787878. Windows color (decimal): -7442326 or 6975630. OLE color: 6975630.
HSL color Cylindrical-coordinate representation of color #8E706A: hue angle of 10º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E706A is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 106 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.44 |
| HSL | 10º | 0.15% | 0.49% | - |
| HSV(B) | 10º | 0.25% | 0.56% | - |
| XYZ | 19.55 | 18.38 | 16.15 | - |
| YUV | 120.29 | 119.94 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 106 | 0 | 0.21 | 0.25 | 0.44 | 10 | 0.15 | 0.49 |
| Hex | 8E | 70 | 6A | 0 | 15 | 19 | 2C | A | F | 31 |
| Octal | 216 | 160 | 152 | 0 | 25 | 31 | 54 | 12 | 17 | 61 |
| Binary | 10001110 | 1110000 | 1101010 | 0 | 10101 | 11001 | 101100 | 1010 | 1111 | 110001 |
Color Harmonies of #8E706A
Complementary color
Monochromatic Colors of #8E706A
Black with #8E706A
Text Example
Text Example
White with #8E706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E706A; }
p { color: rgb(142,112,106); }
H1.HeaderClassName
{
color: #8E706A;
}
.AnyTagClassName
{
color: #8E706A;
}
</style>
background-color css
<style>
a { background-color: #8E706A; }
a { background-color: rgb(142,112,106); }
div.DivClassName
{
background-color: #8E706A;
}
.BgClassName
{
background-color: #8E706A;
}
</style>
border-color css
<style>
span { border-color: #8E706A; }
span { border-color: rgb(142,112,106); }
td.TdClassName
{
border-color: #8E706A;
}
.TagClassName
{
border-color: #8E706A;
}
</style>