Shades of Ferra #87716D
Tints of Ferra #87716D
RGB
CMYK
RGB Variations
Color information
#87716D (or 0x87716D) is known color: Ferra. HEX triplet: 87, 71 and 6D. RGB value is (135,113,109). Sum of RGB (Red+Green+Blue) = 135+113+109=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87716D is #788E92. Grayscale: #777777. Windows color (decimal): -7900819 or 7172487. OLE color: 7172487.
HSL color Cylindrical-coordinate representation of color #87716D: hue angle of 9.23º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87716D is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 113 | 109 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.47 |
| HSL | 9.23º | 0.11% | 0.48% | - |
| HSV(B) | 9.23º | 0.19% | 0.53% | - |
| XYZ | 18.66 | 18.07 | 16.97 | - |
| YUV | 119.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 109 | 0 | 0.16 | 0.19 | 0.47 | 9.23 | 0.11 | 0.48 |
| Hex | 87 | 71 | 6D | 0 | 10 | 13 | 2F | 9 | B | 30 |
| Octal | 207 | 161 | 155 | 0 | 20 | 23 | 57 | 11 | 13 | 60 |
| Binary | 10000111 | 1110001 | 1101101 | 0 | 10000 | 10011 | 101111 | 1001 | 1011 | 110000 |
Color Harmonies of #87716D
Complementary color
Monochromatic Colors of #87716D
Black with #87716D
Text Example
Text Example
White with #87716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87716D; }
p { color: rgb(135,113,109); }
H1.HeaderClassName
{
color: #87716D;
}
.AnyTagClassName
{
color: #87716D;
}
</style>
background-color css
<style>
a { background-color: #87716D; }
a { background-color: rgb(135,113,109); }
div.DivClassName
{
background-color: #87716D;
}
.BgClassName
{
background-color: #87716D;
}
</style>
border-color css
<style>
span { border-color: #87716D; }
span { border-color: rgb(135,113,109); }
td.TdClassName
{
border-color: #87716D;
}
.TagClassName
{
border-color: #87716D;
}
</style>