Shades of Ferra #876B68
Tints of Ferra #876B68
RGB
CMYK
RGB Variations
Color information
#876B68 (or 0x876B68) is known color: Ferra. HEX triplet: 87, 6B and 68. RGB value is (135,107,104). Sum of RGB (Red+Green+Blue) = 135+107+104=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #876B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B68 is #789497. Grayscale: #737373. Windows color (decimal): -7902360 or 6843271. OLE color: 6843271.
HSL color Cylindrical-coordinate representation of color #876B68: hue angle of 5.81º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #876B68 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 107 | 104 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.47 |
| HSL | 5.81º | 0.13% | 0.47% | - |
| HSV(B) | 5.81º | 0.23% | 0.53% | - |
| XYZ | 17.75 | 16.67 | 15.38 | - |
| YUV | 115.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 104 | 0 | 0.21 | 0.23 | 0.47 | 5.81 | 0.13 | 0.47 |
| Hex | 87 | 6B | 68 | 0 | 15 | 17 | 2F | 6 | D | 2F |
| Octal | 207 | 153 | 150 | 0 | 25 | 27 | 57 | 6 | 15 | 57 |
| Binary | 10000111 | 1101011 | 1101000 | 0 | 10101 | 10111 | 101111 | 110 | 1101 | 101111 |
Color Harmonies of #876B68
Complementary color
Monochromatic Colors of #876B68
Black with #876B68
Text Example
Text Example
White with #876B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B68; }
p { color: rgb(135,107,104); }
H1.HeaderClassName
{
color: #876B68;
}
.AnyTagClassName
{
color: #876B68;
}
</style>
background-color css
<style>
a { background-color: #876B68; }
a { background-color: rgb(135,107,104); }
div.DivClassName
{
background-color: #876B68;
}
.BgClassName
{
background-color: #876B68;
}
</style>
border-color css
<style>
span { border-color: #876B68; }
span { border-color: rgb(135,107,104); }
td.TdClassName
{
border-color: #876B68;
}
.TagClassName
{
border-color: #876B68;
}
</style>