Shades of Jumbo #898B81
Tints of Jumbo #898B81
RGB
CMYK
RGB Variations
Color information
#898B81 (or 0x898B81) is known color: Jumbo. HEX triplet: 89, 8B and 81. RGB value is (137,139,129). Sum of RGB (Red+Green+Blue) = 137+139+129=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 139 - color contains mainly: green. Hex color #898B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B81 is #76747E. Grayscale: #898989. Windows color (decimal): -7763071 or 8489865. OLE color: 8489865.
HSL color Cylindrical-coordinate representation of color #898B81: hue angle of 72º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898B81 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 129 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.45 |
| HSL | 72º | 0.04% | 0.53% | - |
| HSV(B) | 72º | 0.07% | 0.55% | - |
| XYZ | 23.51 | 25.37 | 24.43 | - |
| YUV | 137.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 129 | 0.01 | 0 | 0.07 | 0.45 | 72 | 0.04 | 0.53 |
| Hex | 89 | 8B | 81 | 1 | 0 | 7 | 2D | 48 | 4 | 35 |
| Octal | 211 | 213 | 201 | 1 | 0 | 7 | 55 | 110 | 4 | 65 |
| Binary | 10001001 | 10001011 | 10000001 | 1 | 0 | 111 | 101101 | 1001000 | 100 | 110101 |
Color Harmonies of #898B81
Complementary color
Monochromatic Colors of #898B81
Black with #898B81
Text Example
Text Example
White with #898B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B81; }
p { color: rgb(137,139,129); }
H1.HeaderClassName
{
color: #898B81;
}
.AnyTagClassName
{
color: #898B81;
}
</style>
background-color css
<style>
a { background-color: #898B81; }
a { background-color: rgb(137,139,129); }
div.DivClassName
{
background-color: #898B81;
}
.BgClassName
{
background-color: #898B81;
}
</style>
border-color css
<style>
span { border-color: #898B81; }
span { border-color: rgb(137,139,129); }
td.TdClassName
{
border-color: #898B81;
}
.TagClassName
{
border-color: #898B81;
}
</style>