Shades of Jumbo #898C7E
Tints of Jumbo #898C7E
RGB
CMYK
RGB Variations
Color information
#898C7E (or 0x898C7E) is known color: Jumbo. HEX triplet: 89, 8C and 7E. RGB value is (137,140,126). Sum of RGB (Red+Green+Blue) = 137+140+126=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 140 - color contains mainly: green. Hex color #898C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C7E is #767381. Grayscale: #898989. Windows color (decimal): -7762818 or 8293513. OLE color: 8293513.
HSL color Cylindrical-coordinate representation of color #898C7E: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #898C7E is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 126 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.45 |
| HSL | 72.86º | 0.06% | 0.52% | - |
| HSV(B) | 72.86º | 0.1% | 0.55% | - |
| XYZ | 23.46 | 25.58 | 23.44 | - |
| YUV | 137.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 126 | 0.02 | 0 | 0.10 | 0.45 | 72.86 | 0.06 | 0.52 |
| Hex | 89 | 8C | 7E | 2 | 0 | A | 2D | 49 | 6 | 34 |
| Octal | 211 | 214 | 176 | 2 | 0 | 12 | 55 | 111 | 6 | 64 |
| Binary | 10001001 | 10001100 | 1111110 | 10 | 0 | 1010 | 101101 | 1001001 | 110 | 110100 |
Color Harmonies of #898C7E
Complementary color
Monochromatic Colors of #898C7E
Black with #898C7E
Text Example
Text Example
White with #898C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C7E; }
p { color: rgb(137,140,126); }
H1.HeaderClassName
{
color: #898C7E;
}
.AnyTagClassName
{
color: #898C7E;
}
</style>
background-color css
<style>
a { background-color: #898C7E; }
a { background-color: rgb(137,140,126); }
div.DivClassName
{
background-color: #898C7E;
}
.BgClassName
{
background-color: #898C7E;
}
</style>
border-color css
<style>
span { border-color: #898C7E; }
span { border-color: rgb(137,140,126); }
td.TdClassName
{
border-color: #898C7E;
}
.TagClassName
{
border-color: #898C7E;
}
</style>