Shades of Ferra #8C716C
Tints of Ferra #8C716C
RGB
CMYK
RGB Variations
Color information
#8C716C (or 0x8C716C) is known color: Ferra. HEX triplet: 8C, 71 and 6C. RGB value is (140,113,108). Sum of RGB (Red+Green+Blue) = 140+113+108=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C716C is #738E93. Grayscale: #787878. Windows color (decimal): -7573140 or 7106956. OLE color: 7106956.
HSL color Cylindrical-coordinate representation of color #8C716C: hue angle of 9.38º 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 #8C716C is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 108 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.45 |
| HSL | 9.38º | 0.13% | 0.49% | - |
| HSV(B) | 9.38º | 0.23% | 0.55% | - |
| XYZ | 19.43 | 18.47 | 16.73 | - |
| YUV | 120.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 108 | 0 | 0.19 | 0.23 | 0.45 | 9.38 | 0.13 | 0.49 |
| Hex | 8C | 71 | 6C | 0 | 13 | 17 | 2D | 9 | D | 31 |
| Octal | 214 | 161 | 154 | 0 | 23 | 27 | 55 | 11 | 15 | 61 |
| Binary | 10001100 | 1110001 | 1101100 | 0 | 10011 | 10111 | 101101 | 1001 | 1101 | 110001 |
Color Harmonies of #8C716C
Complementary color
Monochromatic Colors of #8C716C
Black with #8C716C
Text Example
Text Example
White with #8C716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C716C; }
p { color: rgb(140,113,108); }
H1.HeaderClassName
{
color: #8C716C;
}
.AnyTagClassName
{
color: #8C716C;
}
</style>
background-color css
<style>
a { background-color: #8C716C; }
a { background-color: rgb(140,113,108); }
div.DivClassName
{
background-color: #8C716C;
}
.BgClassName
{
background-color: #8C716C;
}
</style>
border-color css
<style>
span { border-color: #8C716C; }
span { border-color: rgb(140,113,108); }
td.TdClassName
{
border-color: #8C716C;
}
.TagClassName
{
border-color: #8C716C;
}
</style>