Shades of Jumbo #89887C
Tints of Jumbo #89887C
RGB
CMYK
RGB Variations
Color information
#89887C (or 0x89887C) is known color: Jumbo. HEX triplet: 89, 88 and 7C. RGB value is (137,136,124). Sum of RGB (Red+Green+Blue) = 137+136+124=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 137 - color contains mainly: red. Hex color #89887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89887C is #767783. Grayscale: #868686. Windows color (decimal): -7763844 or 8161417. OLE color: 8161417.
HSL color Cylindrical-coordinate representation of color #89887C: hue angle of 55.38º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89887C is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 136 | 124 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.46 |
| HSL | 55.38º | 0.05% | 0.51% | - |
| HSV(B) | 55.38º | 0.09% | 0.54% | - |
| XYZ | 22.76 | 24.38 | 22.58 | - |
| YUV | 134.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 124 | 0 | 0.01 | 0.09 | 0.46 | 55.38 | 0.05 | 0.51 |
| Hex | 89 | 88 | 7C | 0 | 1 | 9 | 2E | 37 | 5 | 33 |
| Octal | 211 | 210 | 174 | 0 | 1 | 11 | 56 | 67 | 5 | 63 |
| Binary | 10001001 | 10001000 | 1111100 | 0 | 1 | 1001 | 101110 | 110111 | 101 | 110011 |
Color Harmonies of #89887C
Complementary color
Monochromatic Colors of #89887C
Black with #89887C
Text Example
Text Example
White with #89887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89887C; }
p { color: rgb(137,136,124); }
H1.HeaderClassName
{
color: #89887C;
}
.AnyTagClassName
{
color: #89887C;
}
</style>
background-color css
<style>
a { background-color: #89887C; }
a { background-color: rgb(137,136,124); }
div.DivClassName
{
background-color: #89887C;
}
.BgClassName
{
background-color: #89887C;
}
</style>
border-color css
<style>
span { border-color: #89887C; }
span { border-color: rgb(137,136,124); }
td.TdClassName
{
border-color: #89887C;
}
.TagClassName
{
border-color: #89887C;
}
</style>