Shades of Ferra #876E6A
Tints of Ferra #876E6A
RGB
CMYK
RGB Variations
Color information
#876E6A (or 0x876E6A) is known color: Ferra. HEX triplet: 87, 6E and 6A. RGB value is (135,110,106). Sum of RGB (Red+Green+Blue) = 135+110+106=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #876E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E6A is #789195. Grayscale: #757575. Windows color (decimal): -7901590 or 6975111. OLE color: 6975111.
HSL color Cylindrical-coordinate representation of color #876E6A: hue angle of 8.28º 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 #876E6A is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 106 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.47 |
| HSL | 8.28º | 0.12% | 0.47% | - |
| HSV(B) | 8.28º | 0.21% | 0.53% | - |
| XYZ | 18.17 | 17.34 | 16.03 | - |
| YUV | 117.02 | 121.78 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 106 | 0 | 0.19 | 0.21 | 0.47 | 8.28 | 0.12 | 0.47 |
| Hex | 87 | 6E | 6A | 0 | 13 | 15 | 2F | 8 | C | 2F |
| Octal | 207 | 156 | 152 | 0 | 23 | 25 | 57 | 10 | 14 | 57 |
| Binary | 10000111 | 1101110 | 1101010 | 0 | 10011 | 10101 | 101111 | 1000 | 1100 | 101111 |
Color Harmonies of #876E6A
Complementary color
Monochromatic Colors of #876E6A
Black with #876E6A
Text Example
Text Example
White with #876E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E6A; }
p { color: rgb(135,110,106); }
H1.HeaderClassName
{
color: #876E6A;
}
.AnyTagClassName
{
color: #876E6A;
}
</style>
background-color css
<style>
a { background-color: #876E6A; }
a { background-color: rgb(135,110,106); }
div.DivClassName
{
background-color: #876E6A;
}
.BgClassName
{
background-color: #876E6A;
}
</style>
border-color css
<style>
span { border-color: #876E6A; }
span { border-color: rgb(135,110,106); }
td.TdClassName
{
border-color: #876E6A;
}
.TagClassName
{
border-color: #876E6A;
}
</style>