Shades of Ferra #87726E
Tints of Ferra #87726E
RGB
CMYK
RGB Variations
Color information
#87726E (or 0x87726E) is known color: Ferra. HEX triplet: 87, 72 and 6E. RGB value is (135,114,110). Sum of RGB (Red+Green+Blue) = 135+114+110=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 135 - color contains mainly: red. Hex color #87726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87726E is #788D91. Grayscale: #777777. Windows color (decimal): -7900562 or 7238279. OLE color: 7238279.
HSL color Cylindrical-coordinate representation of color #87726E: hue angle of 9.6º degrees, saturation: 0.1, 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 #87726E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 110 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.47 |
| HSL | 9.6º | 0.1% | 0.48% | - |
| HSV(B) | 9.6º | 0.19% | 0.53% | - |
| XYZ | 18.82 | 18.31 | 17.29 | - |
| YUV | 119.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 110 | 0 | 0.16 | 0.19 | 0.47 | 9.6 | 0.1 | 0.48 |
| Hex | 87 | 72 | 6E | 0 | 10 | 13 | 2F | A | A | 30 |
| Octal | 207 | 162 | 156 | 0 | 20 | 23 | 57 | 12 | 12 | 60 |
| Binary | 10000111 | 1110010 | 1101110 | 0 | 10000 | 10011 | 101111 | 1010 | 1010 | 110000 |
Color Harmonies of #87726E
Complementary color
Monochromatic Colors of #87726E
Black with #87726E
Text Example
Text Example
White with #87726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87726E; }
p { color: rgb(135,114,110); }
H1.HeaderClassName
{
color: #87726E;
}
.AnyTagClassName
{
color: #87726E;
}
</style>
background-color css
<style>
a { background-color: #87726E; }
a { background-color: rgb(135,114,110); }
div.DivClassName
{
background-color: #87726E;
}
.BgClassName
{
background-color: #87726E;
}
</style>
border-color css
<style>
span { border-color: #87726E; }
span { border-color: rgb(135,114,110); }
td.TdClassName
{
border-color: #87726E;
}
.TagClassName
{
border-color: #87726E;
}
</style>