Shades of Ferra #876F6B
Tints of Ferra #876F6B
RGB
CMYK
RGB Variations
Color information
#876F6B (or 0x876F6B) is known color: Ferra. HEX triplet: 87, 6F and 6B. RGB value is (135,111,107). Sum of RGB (Red+Green+Blue) = 135+111+107=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #876F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F6B is #789094. Grayscale: #757575. Windows color (decimal): -7901333 or 7040903. OLE color: 7040903.
HSL color Cylindrical-coordinate representation of color #876F6B: hue angle of 8.57º 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 #876F6B is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 111 | 107 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.47 |
| HSL | 8.57º | 0.12% | 0.47% | - |
| HSV(B) | 8.57º | 0.21% | 0.53% | - |
| XYZ | 18.33 | 17.58 | 16.34 | - |
| YUV | 117.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 107 | 0 | 0.18 | 0.21 | 0.47 | 8.57 | 0.12 | 0.47 |
| Hex | 87 | 6F | 6B | 0 | 12 | 15 | 2F | 9 | C | 2F |
| Octal | 207 | 157 | 153 | 0 | 22 | 25 | 57 | 11 | 14 | 57 |
| Binary | 10000111 | 1101111 | 1101011 | 0 | 10010 | 10101 | 101111 | 1001 | 1100 | 101111 |
Color Harmonies of #876F6B
Complementary color
Monochromatic Colors of #876F6B
Black with #876F6B
Text Example
Text Example
White with #876F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876F6B; }
p { color: rgb(135,111,107); }
H1.HeaderClassName
{
color: #876F6B;
}
.AnyTagClassName
{
color: #876F6B;
}
</style>
background-color css
<style>
a { background-color: #876F6B; }
a { background-color: rgb(135,111,107); }
div.DivClassName
{
background-color: #876F6B;
}
.BgClassName
{
background-color: #876F6B;
}
</style>
border-color css
<style>
span { border-color: #876F6B; }
span { border-color: rgb(135,111,107); }
td.TdClassName
{
border-color: #876F6B;
}
.TagClassName
{
border-color: #876F6B;
}
</style>