Shades of Ferra #876E6E
Tints of Ferra #876E6E
RGB
CMYK
RGB Variations
Color information
#876E6E (or 0x876E6E) is known color: Ferra. HEX triplet: 87, 6E and 6E. RGB value is (135,110,110). Sum of RGB (Red+Green+Blue) = 135+110+110=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #876E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E6E is #789191. Grayscale: #757575. Windows color (decimal): -7901586 or 7237255. OLE color: 7237255.
HSL color Cylindrical-coordinate representation of color #876E6E: hue angle of 0º 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 #876E6E is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 110 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.47 |
| HSL | 0º | 0.1% | 0.48% | - |
| HSV(B) | 0º | 0.19% | 0.53% | - |
| XYZ | 18.38 | 17.43 | 17.15 | - |
| YUV | 117.48 | 123.78 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 110 | 0 | 0.19 | 0.19 | 0.47 | 0 | 0.1 | 0.48 |
| Hex | 87 | 6E | 6E | 0 | 13 | 13 | 2F | 0 | A | 30 |
| Octal | 207 | 156 | 156 | 0 | 23 | 23 | 57 | 0 | 12 | 60 |
| Binary | 10000111 | 1101110 | 1101110 | 0 | 10011 | 10011 | 101111 | 0 | 1010 | 110000 |
Color Harmonies of #876E6E
Complementary color
Monochromatic Colors of #876E6E
Black with #876E6E
Text Example
Text Example
White with #876E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E6E; }
p { color: rgb(135,110,110); }
H1.HeaderClassName
{
color: #876E6E;
}
.AnyTagClassName
{
color: #876E6E;
}
</style>
background-color css
<style>
a { background-color: #876E6E; }
a { background-color: rgb(135,110,110); }
div.DivClassName
{
background-color: #876E6E;
}
.BgClassName
{
background-color: #876E6E;
}
</style>
border-color css
<style>
span { border-color: #876E6E; }
span { border-color: rgb(135,110,110); }
td.TdClassName
{
border-color: #876E6E;
}
.TagClassName
{
border-color: #876E6E;
}
</style>