Shades of Ferra #87716A
Tints of Ferra #87716A
RGB
CMYK
RGB Variations
Color information
#87716A (or 0x87716A) is known color: Ferra. HEX triplet: 87, 71 and 6A. RGB value is (135,113,106). Sum of RGB (Red+Green+Blue) = 135+113+106=354 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.14% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 135 - color contains mainly: red. Hex color #87716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87716A is #788E95. Grayscale: #767676. Windows color (decimal): -7900822 or 6975879. OLE color: 6975879.
HSL color Cylindrical-coordinate representation of color #87716A: hue angle of 14.48º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87716A is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 106 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.47 |
| HSL | 14.48º | 0.12% | 0.47% | - |
| HSV(B) | 14.48º | 0.21% | 0.53% | - |
| XYZ | 18.5 | 18 | 16.14 | - |
| YUV | 118.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 106 | 0 | 0.16 | 0.21 | 0.47 | 14.48 | 0.12 | 0.47 |
| Hex | 87 | 71 | 6A | 0 | 10 | 15 | 2F | E | C | 2F |
| Octal | 207 | 161 | 152 | 0 | 20 | 25 | 57 | 16 | 14 | 57 |
| Binary | 10000111 | 1110001 | 1101010 | 0 | 10000 | 10101 | 101111 | 1110 | 1100 | 101111 |
Color Harmonies of #87716A
Complementary color
Monochromatic Colors of #87716A
Black with #87716A
Text Example
Text Example
White with #87716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87716A; }
p { color: rgb(135,113,106); }
H1.HeaderClassName
{
color: #87716A;
}
.AnyTagClassName
{
color: #87716A;
}
</style>
background-color css
<style>
a { background-color: #87716A; }
a { background-color: rgb(135,113,106); }
div.DivClassName
{
background-color: #87716A;
}
.BgClassName
{
background-color: #87716A;
}
</style>
border-color css
<style>
span { border-color: #87716A; }
span { border-color: rgb(135,113,106); }
td.TdClassName
{
border-color: #87716A;
}
.TagClassName
{
border-color: #87716A;
}
</style>