Shades of Ferra #87726B
Tints of Ferra #87726B
RGB
CMYK
RGB Variations
Color information
#87726B (or 0x87726B) is known color: Ferra. HEX triplet: 87, 72 and 6B. RGB value is (135,114,107). Sum of RGB (Red+Green+Blue) = 135+114+107=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #87726B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87726B is #788D94. Grayscale: #777777. Windows color (decimal): -7900565 or 7041671. OLE color: 7041671.
HSL color Cylindrical-coordinate representation of color #87726B: hue angle of 15º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87726B is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 114 | 107 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.47 |
| HSL | 15º | 0.12% | 0.47% | - |
| HSV(B) | 15º | 0.21% | 0.53% | - |
| XYZ | 18.66 | 18.25 | 16.45 | - |
| YUV | 119.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 114 | 107 | 0 | 0.16 | 0.21 | 0.47 | 15 | 0.12 | 0.47 |
| Hex | 87 | 72 | 6B | 0 | 10 | 15 | 2F | F | C | 2F |
| Octal | 207 | 162 | 153 | 0 | 20 | 25 | 57 | 17 | 14 | 57 |
| Binary | 10000111 | 1110010 | 1101011 | 0 | 10000 | 10101 | 101111 | 1111 | 1100 | 101111 |
Color Harmonies of #87726B
Complementary color
Monochromatic Colors of #87726B
Black with #87726B
Text Example
Text Example
White with #87726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87726B; }
p { color: rgb(135,114,107); }
H1.HeaderClassName
{
color: #87726B;
}
.AnyTagClassName
{
color: #87726B;
}
</style>
background-color css
<style>
a { background-color: #87726B; }
a { background-color: rgb(135,114,107); }
div.DivClassName
{
background-color: #87726B;
}
.BgClassName
{
background-color: #87726B;
}
</style>
border-color css
<style>
span { border-color: #87726B; }
span { border-color: rgb(135,114,107); }
td.TdClassName
{
border-color: #87726B;
}
.TagClassName
{
border-color: #87726B;
}
</style>