Shades of Ferra #88726E
Tints of Ferra #88726E
RGB
CMYK
RGB Variations
Color information
#88726E (or 0x88726E) is known color: Ferra. HEX triplet: 88, 72 and 6E. RGB value is (136,114,110). Sum of RGB (Red+Green+Blue) = 136+114+110=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88726E is #778D91. Grayscale: #787878. Windows color (decimal): -7835026 or 7238280. OLE color: 7238280.
HSL color Cylindrical-coordinate representation of color #88726E: hue angle of 9.23º 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 #88726E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 114 | 110 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.47 |
| HSL | 9.23º | 0.11% | 0.48% | - |
| HSV(B) | 9.23º | 0.19% | 0.53% | - |
| XYZ | 18.99 | 18.39 | 17.3 | - |
| YUV | 120.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 110 | 0 | 0.16 | 0.19 | 0.47 | 9.23 | 0.11 | 0.48 |
| Hex | 88 | 72 | 6E | 0 | 10 | 13 | 2F | 9 | B | 30 |
| Octal | 210 | 162 | 156 | 0 | 20 | 23 | 57 | 11 | 13 | 60 |
| Binary | 10001000 | 1110010 | 1101110 | 0 | 10000 | 10011 | 101111 | 1001 | 1011 | 110000 |
Color Harmonies of #88726E
Complementary color
Monochromatic Colors of #88726E
Black with #88726E
Text Example
Text Example
White with #88726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88726E; }
p { color: rgb(136,114,110); }
H1.HeaderClassName
{
color: #88726E;
}
.AnyTagClassName
{
color: #88726E;
}
</style>
background-color css
<style>
a { background-color: #88726E; }
a { background-color: rgb(136,114,110); }
div.DivClassName
{
background-color: #88726E;
}
.BgClassName
{
background-color: #88726E;
}
</style>
border-color css
<style>
span { border-color: #88726E; }
span { border-color: rgb(136,114,110); }
td.TdClassName
{
border-color: #88726E;
}
.TagClassName
{
border-color: #88726E;
}
</style>