Shades of Ferra #88706D
Tints of Ferra #88706D
RGB
CMYK
RGB Variations
Color information
#88706D (or 0x88706D) is known color: Ferra. HEX triplet: 88, 70 and 6D. RGB value is (136,112,109). Sum of RGB (Red+Green+Blue) = 136+112+109=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #88706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88706D is #778F92. Grayscale: #767676. Windows color (decimal): -7835539 or 7172232. OLE color: 7172232.
HSL color Cylindrical-coordinate representation of color #88706D: hue angle of 6.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #88706D is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 109 | - |
| CMYK | 0 | 0.18 | 0.20 | 0.47 |
| HSL | 6.67º | 0.11% | 0.48% | - |
| HSV(B) | 6.67º | 0.2% | 0.53% | - |
| XYZ | 18.71 | 17.93 | 16.94 | - |
| YUV | 118.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 109 | 0 | 0.18 | 0.20 | 0.47 | 6.67 | 0.11 | 0.48 |
| Hex | 88 | 70 | 6D | 0 | 12 | 14 | 2F | 7 | B | 30 |
| Octal | 210 | 160 | 155 | 0 | 22 | 24 | 57 | 7 | 13 | 60 |
| Binary | 10001000 | 1110000 | 1101101 | 0 | 10010 | 10100 | 101111 | 111 | 1011 | 110000 |
Color Harmonies of #88706D
Complementary color
Monochromatic Colors of #88706D
Black with #88706D
Text Example
Text Example
White with #88706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88706D; }
p { color: rgb(136,112,109); }
H1.HeaderClassName
{
color: #88706D;
}
.AnyTagClassName
{
color: #88706D;
}
</style>
background-color css
<style>
a { background-color: #88706D; }
a { background-color: rgb(136,112,109); }
div.DivClassName
{
background-color: #88706D;
}
.BgClassName
{
background-color: #88706D;
}
</style>
border-color css
<style>
span { border-color: #88706D; }
span { border-color: rgb(136,112,109); }
td.TdClassName
{
border-color: #88706D;
}
.TagClassName
{
border-color: #88706D;
}
</style>