Shades of Ferra #87716C
Tints of Ferra #87716C
RGB
CMYK
RGB Variations
Color information
#87716C (or 0x87716C) is known color: Ferra. HEX triplet: 87, 71 and 6C. RGB value is (135,113,108). Sum of RGB (Red+Green+Blue) = 135+113+108=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87716C is #788E93. Grayscale: #777777. Windows color (decimal): -7900820 or 7106951. OLE color: 7106951.
HSL color Cylindrical-coordinate representation of color #87716C: hue angle of 11.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87716C is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 108 | - |
| CMYK | 0 | 0.16 | 0.2 | 0.47 |
| HSL | 11.11º | 0.11% | 0.48% | - |
| HSV(B) | 11.11º | 0.2% | 0.53% | - |
| XYZ | 18.6 | 18.04 | 16.69 | - |
| YUV | 119.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 108 | 0 | 0.16 | 0.2 | 0.47 | 11.11 | 0.11 | 0.48 |
| Hex | 87 | 71 | 6C | 0 | 10 | 14 | 2F | B | B | 30 |
| Octal | 207 | 161 | 154 | 0 | 20 | 24 | 57 | 13 | 13 | 60 |
| Binary | 10000111 | 1110001 | 1101100 | 0 | 10000 | 10100 | 101111 | 1011 | 1011 | 110000 |
Color Harmonies of #87716C
Complementary color
Monochromatic Colors of #87716C
Black with #87716C
Text Example
Text Example
White with #87716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87716C; }
p { color: rgb(135,113,108); }
H1.HeaderClassName
{
color: #87716C;
}
.AnyTagClassName
{
color: #87716C;
}
</style>
background-color css
<style>
a { background-color: #87716C; }
a { background-color: rgb(135,113,108); }
div.DivClassName
{
background-color: #87716C;
}
.BgClassName
{
background-color: #87716C;
}
</style>
border-color css
<style>
span { border-color: #87716C; }
span { border-color: rgb(135,113,108); }
td.TdClassName
{
border-color: #87716C;
}
.TagClassName
{
border-color: #87716C;
}
</style>