Shades of Ferra #87736D
Tints of Ferra #87736D
RGB
CMYK
RGB Variations
Color information
#87736D (or 0x87736D) is known color: Ferra. HEX triplet: 87, 73 and 6D. RGB value is (135,115,109). Sum of RGB (Red+Green+Blue) = 135+115+109=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87736D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87736D is #788C92. Grayscale: #787878. Windows color (decimal): -7900307 or 7172999. OLE color: 7172999.
HSL color Cylindrical-coordinate representation of color #87736D: hue angle of 13.85º 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 #87736D is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 115 | 109 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.47 |
| HSL | 13.85º | 0.11% | 0.48% | - |
| HSV(B) | 13.85º | 0.19% | 0.53% | - |
| XYZ | 18.88 | 18.52 | 17.05 | - |
| YUV | 120.3 | 121.63 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 109 | 0 | 0.15 | 0.19 | 0.47 | 13.85 | 0.11 | 0.48 |
| Hex | 87 | 73 | 6D | 0 | F | 13 | 2F | E | B | 30 |
| Octal | 207 | 163 | 155 | 0 | 17 | 23 | 57 | 16 | 13 | 60 |
| Binary | 10000111 | 1110011 | 1101101 | 0 | 1111 | 10011 | 101111 | 1110 | 1011 | 110000 |
Color Harmonies of #87736D
Complementary color
Monochromatic Colors of #87736D
Black with #87736D
Text Example
Text Example
White with #87736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87736D; }
p { color: rgb(135,115,109); }
H1.HeaderClassName
{
color: #87736D;
}
.AnyTagClassName
{
color: #87736D;
}
</style>
background-color css
<style>
a { background-color: #87736D; }
a { background-color: rgb(135,115,109); }
div.DivClassName
{
background-color: #87736D;
}
.BgClassName
{
background-color: #87736D;
}
</style>
border-color css
<style>
span { border-color: #87736D; }
span { border-color: rgb(135,115,109); }
td.TdClassName
{
border-color: #87736D;
}
.TagClassName
{
border-color: #87736D;
}
</style>