Shades of Ferra #8D726C
Tints of Ferra #8D726C
RGB
CMYK
RGB Variations
Color information
#8D726C (or 0x8D726C) is known color: Ferra. HEX triplet: 8D, 72 and 6C. RGB value is (141,114,108). Sum of RGB (Red+Green+Blue) = 141+114+108=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D726C is #728D93. Grayscale: #797979. Windows color (decimal): -7507348 or 7107213. OLE color: 7107213.
HSL color Cylindrical-coordinate representation of color #8D726C: hue angle of 10.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D726C is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 114 | 108 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.45 |
| HSL | 10.91º | 0.13% | 0.49% | - |
| HSV(B) | 10.91º | 0.23% | 0.55% | - |
| XYZ | 19.71 | 18.78 | 16.77 | - |
| YUV | 121.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 108 | 0 | 0.19 | 0.23 | 0.45 | 10.91 | 0.13 | 0.49 |
| Hex | 8D | 72 | 6C | 0 | 13 | 17 | 2D | B | D | 31 |
| Octal | 215 | 162 | 154 | 0 | 23 | 27 | 55 | 13 | 15 | 61 |
| Binary | 10001101 | 1110010 | 1101100 | 0 | 10011 | 10111 | 101101 | 1011 | 1101 | 110001 |
Color Harmonies of #8D726C
Complementary color
Monochromatic Colors of #8D726C
Black with #8D726C
Text Example
Text Example
White with #8D726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D726C; }
p { color: rgb(141,114,108); }
H1.HeaderClassName
{
color: #8D726C;
}
.AnyTagClassName
{
color: #8D726C;
}
</style>
background-color css
<style>
a { background-color: #8D726C; }
a { background-color: rgb(141,114,108); }
div.DivClassName
{
background-color: #8D726C;
}
.BgClassName
{
background-color: #8D726C;
}
</style>
border-color css
<style>
span { border-color: #8D726C; }
span { border-color: rgb(141,114,108); }
td.TdClassName
{
border-color: #8D726C;
}
.TagClassName
{
border-color: #8D726C;
}
</style>