Shades of Ferra #88736E
Tints of Ferra #88736E
RGB
CMYK
RGB Variations
Color information
#88736E (or 0x88736E) is known color: Ferra. HEX triplet: 88, 73 and 6E. RGB value is (136,115,110). Sum of RGB (Red+Green+Blue) = 136+115+110=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 136 - color contains mainly: red. Hex color #88736E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88736E is #778C91. Grayscale: #787878. Windows color (decimal): -7834770 or 7238536. OLE color: 7238536.
HSL color Cylindrical-coordinate representation of color #88736E: hue angle of 11.54º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #88736E is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 110 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.47 |
| HSL | 11.54º | 0.11% | 0.48% | - |
| HSV(B) | 11.54º | 0.19% | 0.53% | - |
| XYZ | 19.1 | 18.62 | 17.34 | - |
| YUV | 120.71 | 121.96 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 110 | 0 | 0.15 | 0.19 | 0.47 | 11.54 | 0.11 | 0.48 |
| Hex | 88 | 73 | 6E | 0 | F | 13 | 2F | C | B | 30 |
| Octal | 210 | 163 | 156 | 0 | 17 | 23 | 57 | 14 | 13 | 60 |
| Binary | 10001000 | 1110011 | 1101110 | 0 | 1111 | 10011 | 101111 | 1100 | 1011 | 110000 |
Color Harmonies of #88736E
Complementary color
Monochromatic Colors of #88736E
Black with #88736E
Text Example
Text Example
White with #88736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88736E; }
p { color: rgb(136,115,110); }
H1.HeaderClassName
{
color: #88736E;
}
.AnyTagClassName
{
color: #88736E;
}
</style>
background-color css
<style>
a { background-color: #88736E; }
a { background-color: rgb(136,115,110); }
div.DivClassName
{
background-color: #88736E;
}
.BgClassName
{
background-color: #88736E;
}
</style>
border-color css
<style>
span { border-color: #88736E; }
span { border-color: rgb(136,115,110); }
td.TdClassName
{
border-color: #88736E;
}
.TagClassName
{
border-color: #88736E;
}
</style>