Shades of Ferra #876D6D
Tints of Ferra #876D6D
RGB
CMYK
RGB Variations
Color information
#876D6D (or 0x876D6D) is known color: Ferra. HEX triplet: 87, 6D and 6D. RGB value is (135,109,109). Sum of RGB (Red+Green+Blue) = 135+109+109=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876D6D is #789292. Grayscale: #747474. Windows color (decimal): -7901843 or 7171463. OLE color: 7171463.
HSL color Cylindrical-coordinate representation of color #876D6D: hue angle of 0º degrees, saturation: 0.11, 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 #876D6D is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 109 | 109 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.47 |
| HSL | 0º | 0.11% | 0.48% | - |
| HSV(B) | 0º | 0.19% | 0.53% | - |
| XYZ | 18.22 | 17.19 | 16.83 | - |
| YUV | 116.77 | 123.61 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 109 | 0 | 0.19 | 0.19 | 0.47 | 0 | 0.11 | 0.48 |
| Hex | 87 | 6D | 6D | 0 | 13 | 13 | 2F | 0 | B | 30 |
| Octal | 207 | 155 | 155 | 0 | 23 | 23 | 57 | 0 | 13 | 60 |
| Binary | 10000111 | 1101101 | 1101101 | 0 | 10011 | 10011 | 101111 | 0 | 1011 | 110000 |
Color Harmonies of #876D6D
Complementary color
Monochromatic Colors of #876D6D
Black with #876D6D
Text Example
Text Example
White with #876D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876D6D; }
p { color: rgb(135,109,109); }
H1.HeaderClassName
{
color: #876D6D;
}
.AnyTagClassName
{
color: #876D6D;
}
</style>
background-color css
<style>
a { background-color: #876D6D; }
a { background-color: rgb(135,109,109); }
div.DivClassName
{
background-color: #876D6D;
}
.BgClassName
{
background-color: #876D6D;
}
</style>
border-color css
<style>
span { border-color: #876D6D; }
span { border-color: rgb(135,109,109); }
td.TdClassName
{
border-color: #876D6D;
}
.TagClassName
{
border-color: #876D6D;
}
</style>