Shades of Ferra #8C736C
Tints of Ferra #8C736C
RGB
CMYK
RGB Variations
Color information
#8C736C (or 0x8C736C) is known color: Ferra. HEX triplet: 8C, 73 and 6C. RGB value is (140,115,108). Sum of RGB (Red+Green+Blue) = 140+115+108=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C736C is #738C93. Grayscale: #797979. Windows color (decimal): -7572628 or 7107468. OLE color: 7107468.
HSL color Cylindrical-coordinate representation of color #8C736C: hue angle of 13.12º 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 #8C736C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 108 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.45 |
| HSL | 13.13º | 0.13% | 0.49% | - |
| HSV(B) | 13.13º | 0.23% | 0.55% | - |
| XYZ | 19.65 | 18.92 | 16.8 | - |
| YUV | 121.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 108 | 0 | 0.18 | 0.23 | 0.45 | 13.13 | 0.13 | 0.49 |
| Hex | 8C | 73 | 6C | 0 | 12 | 17 | 2D | D | D | 31 |
| Octal | 214 | 163 | 154 | 0 | 22 | 27 | 55 | 15 | 15 | 61 |
| Binary | 10001100 | 1110011 | 1101100 | 0 | 10010 | 10111 | 101101 | 1101 | 1101 | 110001 |
Color Harmonies of #8C736C
Complementary color
Monochromatic Colors of #8C736C
Black with #8C736C
Text Example
Text Example
White with #8C736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C736C; }
p { color: rgb(140,115,108); }
H1.HeaderClassName
{
color: #8C736C;
}
.AnyTagClassName
{
color: #8C736C;
}
</style>
background-color css
<style>
a { background-color: #8C736C; }
a { background-color: rgb(140,115,108); }
div.DivClassName
{
background-color: #8C736C;
}
.BgClassName
{
background-color: #8C736C;
}
</style>
border-color css
<style>
span { border-color: #8C736C; }
span { border-color: rgb(140,115,108); }
td.TdClassName
{
border-color: #8C736C;
}
.TagClassName
{
border-color: #8C736C;
}
</style>