Shades of Ferra #87726C
Tints of Ferra #87726C
RGB
CMYK
RGB Variations
Color information
#87726C (or 0x87726C) is known color: Ferra. HEX triplet: 87, 72 and 6C. RGB value is (135,114,108). Sum of RGB (Red+Green+Blue) = 135+114+108=357 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.82% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 135 - color contains mainly: red. Hex color #87726C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87726C is #788D93. Grayscale: #777777. Windows color (decimal): -7900564 or 7107207. OLE color: 7107207.
HSL color Cylindrical-coordinate representation of color #87726C: hue angle of 13.33º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87726C is Cyan = 0, Magento = 0.16, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 108 | - |
| CMYK | 0 | 0.16 | 0.2 | 0.47 |
| HSL | 13.33º | 0.11% | 0.48% | - |
| HSV(B) | 13.33º | 0.2% | 0.53% | - |
| XYZ | 18.72 | 18.27 | 16.73 | - |
| YUV | 119.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 108 | 0 | 0.16 | 0.2 | 0.47 | 13.33 | 0.11 | 0.48 |
| Hex | 87 | 72 | 6C | 0 | 10 | 14 | 2F | D | B | 30 |
| Octal | 207 | 162 | 154 | 0 | 20 | 24 | 57 | 15 | 13 | 60 |
| Binary | 10000111 | 1110010 | 1101100 | 0 | 10000 | 10100 | 101111 | 1101 | 1011 | 110000 |
Color Harmonies of #87726C
Complementary color
Monochromatic Colors of #87726C
Black with #87726C
Text Example
Text Example
White with #87726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87726C; }
p { color: rgb(135,114,108); }
H1.HeaderClassName
{
color: #87726C;
}
.AnyTagClassName
{
color: #87726C;
}
</style>
background-color css
<style>
a { background-color: #87726C; }
a { background-color: rgb(135,114,108); }
div.DivClassName
{
background-color: #87726C;
}
.BgClassName
{
background-color: #87726C;
}
</style>
border-color css
<style>
span { border-color: #87726C; }
span { border-color: rgb(135,114,108); }
td.TdClassName
{
border-color: #87726C;
}
.TagClassName
{
border-color: #87726C;
}
</style>