Shades of Ferra #876A68
Tints of Ferra #876A68
RGB
CMYK
RGB Variations
Color information
#876A68 (or 0x876A68) is known color: Ferra. HEX triplet: 87, 6A and 68. RGB value is (135,106,104). Sum of RGB (Red+Green+Blue) = 135+106+104=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #876A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A68 is #789597. Grayscale: #727272. Windows color (decimal): -7902616 or 6843015. OLE color: 6843015.
HSL color Cylindrical-coordinate representation of color #876A68: hue angle of 3.87º 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 #876A68 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 106 | 104 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.47 |
| HSL | 3.87º | 0.13% | 0.47% | - |
| HSV(B) | 3.87º | 0.23% | 0.53% | - |
| XYZ | 17.64 | 16.46 | 15.34 | - |
| YUV | 114.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 104 | 0 | 0.21 | 0.23 | 0.47 | 3.87 | 0.13 | 0.47 |
| Hex | 87 | 6A | 68 | 0 | 15 | 17 | 2F | 4 | D | 2F |
| Octal | 207 | 152 | 150 | 0 | 25 | 27 | 57 | 4 | 15 | 57 |
| Binary | 10000111 | 1101010 | 1101000 | 0 | 10101 | 10111 | 101111 | 100 | 1101 | 101111 |
Color Harmonies of #876A68
Complementary color
Monochromatic Colors of #876A68
Black with #876A68
Text Example
Text Example
White with #876A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876A68; }
p { color: rgb(135,106,104); }
H1.HeaderClassName
{
color: #876A68;
}
.AnyTagClassName
{
color: #876A68;
}
</style>
background-color css
<style>
a { background-color: #876A68; }
a { background-color: rgb(135,106,104); }
div.DivClassName
{
background-color: #876A68;
}
.BgClassName
{
background-color: #876A68;
}
</style>
border-color css
<style>
span { border-color: #876A68; }
span { border-color: rgb(135,106,104); }
td.TdClassName
{
border-color: #876A68;
}
.TagClassName
{
border-color: #876A68;
}
</style>