Shades of Ferra #88716D
Tints of Ferra #88716D
RGB
CMYK
RGB Variations
Color information
#88716D (or 0x88716D) is known color: Ferra. HEX triplet: 88, 71 and 6D. RGB value is (136,113,109). Sum of RGB (Red+Green+Blue) = 136+113+109=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #88716D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88716D is #778E92. Grayscale: #777777. Windows color (decimal): -7835283 or 7172488. OLE color: 7172488.
HSL color Cylindrical-coordinate representation of color #88716D: hue angle of 8.89º 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 #88716D is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 109 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.47 |
| HSL | 8.89º | 0.11% | 0.48% | - |
| HSV(B) | 8.89º | 0.2% | 0.53% | - |
| XYZ | 18.82 | 18.15 | 16.98 | - |
| YUV | 119.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 109 | 0 | 0.17 | 0.20 | 0.47 | 8.89 | 0.11 | 0.48 |
| Hex | 88 | 71 | 6D | 0 | 11 | 14 | 2F | 9 | B | 30 |
| Octal | 210 | 161 | 155 | 0 | 21 | 24 | 57 | 11 | 13 | 60 |
| Binary | 10001000 | 1110001 | 1101101 | 0 | 10001 | 10100 | 101111 | 1001 | 1011 | 110000 |
Color Harmonies of #88716D
Complementary color
Monochromatic Colors of #88716D
Black with #88716D
Text Example
Text Example
White with #88716D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88716D; }
p { color: rgb(136,113,109); }
H1.HeaderClassName
{
color: #88716D;
}
.AnyTagClassName
{
color: #88716D;
}
</style>
background-color css
<style>
a { background-color: #88716D; }
a { background-color: rgb(136,113,109); }
div.DivClassName
{
background-color: #88716D;
}
.BgClassName
{
background-color: #88716D;
}
</style>
border-color css
<style>
span { border-color: #88716D; }
span { border-color: rgb(136,113,109); }
td.TdClassName
{
border-color: #88716D;
}
.TagClassName
{
border-color: #88716D;
}
</style>