Shades of Ferra #87736F
Tints of Ferra #87736F
RGB
CMYK
RGB Variations
Color information
#87736F (or 0x87736F) is known color: Ferra. HEX triplet: 87, 73 and 6F. RGB value is (135,115,111). Sum of RGB (Red+Green+Blue) = 135+115+111=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 135 - color contains mainly: red. Hex color #87736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87736F is #788C90. Grayscale: #787878. Windows color (decimal): -7900305 or 7304071. OLE color: 7304071.
HSL color Cylindrical-coordinate representation of color #87736F: hue angle of 10º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87736F is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 115 | 111 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.47 |
| HSL | 10º | 0.1% | 0.48% | - |
| HSV(B) | 10º | 0.18% | 0.53% | - |
| XYZ | 18.99 | 18.56 | 17.62 | - |
| YUV | 120.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 115 | 111 | 0 | 0.15 | 0.18 | 0.47 | 10 | 0.1 | 0.48 |
| Hex | 87 | 73 | 6F | 0 | F | 12 | 2F | A | A | 30 |
| Octal | 207 | 163 | 157 | 0 | 17 | 22 | 57 | 12 | 12 | 60 |
| Binary | 10000111 | 1110011 | 1101111 | 0 | 1111 | 10010 | 101111 | 1010 | 1010 | 110000 |
Color Harmonies of #87736F
Complementary color
Monochromatic Colors of #87736F
Black with #87736F
Text Example
Text Example
White with #87736F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87736F; }
p { color: rgb(135,115,111); }
H1.HeaderClassName
{
color: #87736F;
}
.AnyTagClassName
{
color: #87736F;
}
</style>
background-color css
<style>
a { background-color: #87736F; }
a { background-color: rgb(135,115,111); }
div.DivClassName
{
background-color: #87736F;
}
.BgClassName
{
background-color: #87736F;
}
</style>
border-color css
<style>
span { border-color: #87736F; }
span { border-color: rgb(135,115,111); }
td.TdClassName
{
border-color: #87736F;
}
.TagClassName
{
border-color: #87736F;
}
</style>