Shades of Ferra #88716A
Tints of Ferra #88716A
RGB
CMYK
RGB Variations
Color information
#88716A (or 0x88716A) is known color: Ferra. HEX triplet: 88, 71 and 6A. RGB value is (136,113,106). Sum of RGB (Red+Green+Blue) = 136+113+106=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #88716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88716A is #778E95. Grayscale: #777777. Windows color (decimal): -7835286 or 6975880. OLE color: 6975880.
HSL color Cylindrical-coordinate representation of color #88716A: hue angle of 14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #88716A is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 113 | 106 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.47 |
| HSL | 14º | 0.12% | 0.47% | - |
| HSV(B) | 14º | 0.22% | 0.53% | - |
| XYZ | 18.66 | 18.09 | 16.14 | - |
| YUV | 119.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 106 | 0 | 0.17 | 0.22 | 0.47 | 14 | 0.12 | 0.47 |
| Hex | 88 | 71 | 6A | 0 | 11 | 16 | 2F | E | C | 2F |
| Octal | 210 | 161 | 152 | 0 | 21 | 26 | 57 | 16 | 14 | 57 |
| Binary | 10001000 | 1110001 | 1101010 | 0 | 10001 | 10110 | 101111 | 1110 | 1100 | 101111 |
Color Harmonies of #88716A
Complementary color
Monochromatic Colors of #88716A
Black with #88716A
Text Example
Text Example
White with #88716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88716A; }
p { color: rgb(136,113,106); }
H1.HeaderClassName
{
color: #88716A;
}
.AnyTagClassName
{
color: #88716A;
}
</style>
background-color css
<style>
a { background-color: #88716A; }
a { background-color: rgb(136,113,106); }
div.DivClassName
{
background-color: #88716A;
}
.BgClassName
{
background-color: #88716A;
}
</style>
border-color css
<style>
span { border-color: #88716A; }
span { border-color: rgb(136,113,106); }
td.TdClassName
{
border-color: #88716A;
}
.TagClassName
{
border-color: #88716A;
}
</style>