Shades of Ferra #8E726D
Tints of Ferra #8E726D
RGB
CMYK
RGB Variations
Color information
#8E726D (or 0x8E726D) is known color: Ferra. HEX triplet: 8E, 72 and 6D. RGB value is (142,114,109). Sum of RGB (Red+Green+Blue) = 142+114+109=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 142 - color contains mainly: red. Hex color #8E726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E726D is #718D92. Grayscale: #797979. Windows color (decimal): -7441811 or 7172750. OLE color: 7172750.
HSL color Cylindrical-coordinate representation of color #8E726D: hue angle of 9.09º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E726D is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 109 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.44 |
| HSL | 9.09º | 0.13% | 0.49% | - |
| HSV(B) | 9.09º | 0.23% | 0.56% | - |
| XYZ | 19.93 | 18.89 | 17.06 | - |
| YUV | 121.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 109 | 0 | 0.20 | 0.23 | 0.44 | 9.09 | 0.13 | 0.49 |
| Hex | 8E | 72 | 6D | 0 | 14 | 17 | 2C | 9 | D | 31 |
| Octal | 216 | 162 | 155 | 0 | 24 | 27 | 54 | 11 | 15 | 61 |
| Binary | 10001110 | 1110010 | 1101101 | 0 | 10100 | 10111 | 101100 | 1001 | 1101 | 110001 |
Color Harmonies of #8E726D
Complementary color
Monochromatic Colors of #8E726D
Black with #8E726D
Text Example
Text Example
White with #8E726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E726D; }
p { color: rgb(142,114,109); }
H1.HeaderClassName
{
color: #8E726D;
}
.AnyTagClassName
{
color: #8E726D;
}
</style>
background-color css
<style>
a { background-color: #8E726D; }
a { background-color: rgb(142,114,109); }
div.DivClassName
{
background-color: #8E726D;
}
.BgClassName
{
background-color: #8E726D;
}
</style>
border-color css
<style>
span { border-color: #8E726D; }
span { border-color: rgb(142,114,109); }
td.TdClassName
{
border-color: #8E726D;
}
.TagClassName
{
border-color: #8E726D;
}
</style>