Shades of Ferra #8C736E
Tints of Ferra #8C736E
RGB
CMYK
RGB Variations
Color information
#8C736E (or 0x8C736E) is known color: Ferra. HEX triplet: 8C, 73 and 6E. RGB value is (140,115,110). Sum of RGB (Red+Green+Blue) = 140+115+110=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C736E is #738C91. Grayscale: #797979. Windows color (decimal): -7572626 or 7238540. OLE color: 7238540.
HSL color Cylindrical-coordinate representation of color #8C736E: hue angle of 10º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C736E is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 110 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.45 |
| HSL | 10º | 0.12% | 0.49% | - |
| HSV(B) | 10º | 0.21% | 0.55% | - |
| XYZ | 19.76 | 18.96 | 17.37 | - |
| YUV | 121.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 110 | 0 | 0.18 | 0.21 | 0.45 | 10 | 0.12 | 0.49 |
| Hex | 8C | 73 | 6E | 0 | 12 | 15 | 2D | A | C | 31 |
| Octal | 214 | 163 | 156 | 0 | 22 | 25 | 55 | 12 | 14 | 61 |
| Binary | 10001100 | 1110011 | 1101110 | 0 | 10010 | 10101 | 101101 | 1010 | 1100 | 110001 |
Color Harmonies of #8C736E
Complementary color
Monochromatic Colors of #8C736E
Black with #8C736E
Text Example
Text Example
White with #8C736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C736E; }
p { color: rgb(140,115,110); }
H1.HeaderClassName
{
color: #8C736E;
}
.AnyTagClassName
{
color: #8C736E;
}
</style>
background-color css
<style>
a { background-color: #8C736E; }
a { background-color: rgb(140,115,110); }
div.DivClassName
{
background-color: #8C736E;
}
.BgClassName
{
background-color: #8C736E;
}
</style>
border-color css
<style>
span { border-color: #8C736E; }
span { border-color: rgb(140,115,110); }
td.TdClassName
{
border-color: #8C736E;
}
.TagClassName
{
border-color: #8C736E;
}
</style>