Shades of Ferra #88716C
Tints of Ferra #88716C
RGB
CMYK
RGB Variations
Color information
#88716C (or 0x88716C) is known color: Ferra. HEX triplet: 88, 71 and 6C. RGB value is (136,113,108). Sum of RGB (Red+Green+Blue) = 136+113+108=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #88716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88716C is #778E93. Grayscale: #777777. Windows color (decimal): -7835284 or 7106952. OLE color: 7106952.
HSL color Cylindrical-coordinate representation of color #88716C: hue angle of 10.71º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #88716C is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 108 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.47 |
| HSL | 10.71º | 0.11% | 0.48% | - |
| HSV(B) | 10.71º | 0.21% | 0.53% | - |
| XYZ | 18.77 | 18.13 | 16.7 | - |
| YUV | 119.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 108 | 0 | 0.17 | 0.21 | 0.47 | 10.71 | 0.11 | 0.48 |
| Hex | 88 | 71 | 6C | 0 | 11 | 15 | 2F | B | B | 30 |
| Octal | 210 | 161 | 154 | 0 | 21 | 25 | 57 | 13 | 13 | 60 |
| Binary | 10001000 | 1110001 | 1101100 | 0 | 10001 | 10101 | 101111 | 1011 | 1011 | 110000 |
Color Harmonies of #88716C
Complementary color
Monochromatic Colors of #88716C
Black with #88716C
Text Example
Text Example
White with #88716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88716C; }
p { color: rgb(136,113,108); }
H1.HeaderClassName
{
color: #88716C;
}
.AnyTagClassName
{
color: #88716C;
}
</style>
background-color css
<style>
a { background-color: #88716C; }
a { background-color: rgb(136,113,108); }
div.DivClassName
{
background-color: #88716C;
}
.BgClassName
{
background-color: #88716C;
}
</style>
border-color css
<style>
span { border-color: #88716C; }
span { border-color: rgb(136,113,108); }
td.TdClassName
{
border-color: #88716C;
}
.TagClassName
{
border-color: #88716C;
}
</style>