Shades of Ferra #88716F
Tints of Ferra #88716F
RGB
CMYK
RGB Variations
Color information
#88716F (or 0x88716F) is known color: Ferra. HEX triplet: 88, 71 and 6F. RGB value is (136,113,111). Sum of RGB (Red+Green+Blue) = 136+113+111=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88716F is #778E90. Grayscale: #777777. Windows color (decimal): -7835281 or 7303560. OLE color: 7303560.
HSL color Cylindrical-coordinate representation of color #88716F: hue angle of 4.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #88716F is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 111 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.47 |
| HSL | 4.8º | 0.1% | 0.48% | - |
| HSV(B) | 4.8º | 0.18% | 0.53% | - |
| XYZ | 18.93 | 18.19 | 17.55 | - |
| YUV | 119.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 111 | 0 | 0.17 | 0.18 | 0.47 | 4.8 | 0.1 | 0.48 |
| Hex | 88 | 71 | 6F | 0 | 11 | 12 | 2F | 5 | A | 30 |
| Octal | 210 | 161 | 157 | 0 | 21 | 22 | 57 | 5 | 12 | 60 |
| Binary | 10001000 | 1110001 | 1101111 | 0 | 10001 | 10010 | 101111 | 101 | 1010 | 110000 |
Color Harmonies of #88716F
Complementary color
Monochromatic Colors of #88716F
Black with #88716F
Text Example
Text Example
White with #88716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88716F; }
p { color: rgb(136,113,111); }
H1.HeaderClassName
{
color: #88716F;
}
.AnyTagClassName
{
color: #88716F;
}
</style>
background-color css
<style>
a { background-color: #88716F; }
a { background-color: rgb(136,113,111); }
div.DivClassName
{
background-color: #88716F;
}
.BgClassName
{
background-color: #88716F;
}
</style>
border-color css
<style>
span { border-color: #88716F; }
span { border-color: rgb(136,113,111); }
td.TdClassName
{
border-color: #88716F;
}
.TagClassName
{
border-color: #88716F;
}
</style>