Shades of Ferra #8D726A
Tints of Ferra #8D726A
RGB
CMYK
RGB Variations
Color information
#8D726A (or 0x8D726A) is known color: Ferra. HEX triplet: 8D, 72 and 6A. RGB value is (141,114,106). Sum of RGB (Red+Green+Blue) = 141+114+106=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D726A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D726A is #728D95. Grayscale: #797979. Windows color (decimal): -7507350 or 6976141. OLE color: 6976141.
HSL color Cylindrical-coordinate representation of color #8D726A: hue angle of 13.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D726A is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 114 | 106 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.45 |
| HSL | 13.71º | 0.14% | 0.48% | - |
| HSV(B) | 13.71º | 0.25% | 0.55% | - |
| XYZ | 19.6 | 18.74 | 16.22 | - |
| YUV | 121.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 106 | 0 | 0.19 | 0.25 | 0.45 | 13.71 | 0.14 | 0.48 |
| Hex | 8D | 72 | 6A | 0 | 13 | 19 | 2D | E | E | 30 |
| Octal | 215 | 162 | 152 | 0 | 23 | 31 | 55 | 16 | 16 | 60 |
| Binary | 10001101 | 1110010 | 1101010 | 0 | 10011 | 11001 | 101101 | 1110 | 1110 | 110000 |
Color Harmonies of #8D726A
Complementary color
Monochromatic Colors of #8D726A
Black with #8D726A
Text Example
Text Example
White with #8D726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D726A; }
p { color: rgb(141,114,106); }
H1.HeaderClassName
{
color: #8D726A;
}
.AnyTagClassName
{
color: #8D726A;
}
</style>
background-color css
<style>
a { background-color: #8D726A; }
a { background-color: rgb(141,114,106); }
div.DivClassName
{
background-color: #8D726A;
}
.BgClassName
{
background-color: #8D726A;
}
</style>
border-color css
<style>
span { border-color: #8D726A; }
span { border-color: rgb(141,114,106); }
td.TdClassName
{
border-color: #8D726A;
}
.TagClassName
{
border-color: #8D726A;
}
</style>