Shades of Jumbo #898C7F
Tints of Jumbo #898C7F
RGB
CMYK
RGB Variations
Color information
#898C7F (or 0x898C7F) is known color: Jumbo. HEX triplet: 89, 8C and 7F. RGB value is (137,140,127). Sum of RGB (Red+Green+Blue) = 137+140+127=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 140 - color contains mainly: green. Hex color #898C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898C7F is #767380. Grayscale: #898989. Windows color (decimal): -7762817 or 8359049. OLE color: 8359049.
HSL color Cylindrical-coordinate representation of color #898C7F: hue angle of 73.85º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #898C7F is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 140 | 127 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.45 |
| HSL | 73.85º | 0.05% | 0.52% | - |
| HSV(B) | 73.85º | 0.09% | 0.55% | - |
| XYZ | 23.53 | 25.61 | 23.78 | - |
| YUV | 137.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 127 | 0.02 | 0 | 0.09 | 0.45 | 73.85 | 0.05 | 0.52 |
| Hex | 89 | 8C | 7F | 2 | 0 | 9 | 2D | 4A | 5 | 34 |
| Octal | 211 | 214 | 177 | 2 | 0 | 11 | 55 | 112 | 5 | 64 |
| Binary | 10001001 | 10001100 | 1111111 | 10 | 0 | 1001 | 101101 | 1001010 | 101 | 110100 |
Color Harmonies of #898C7F
Complementary color
Monochromatic Colors of #898C7F
Black with #898C7F
Text Example
Text Example
White with #898C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898C7F; }
p { color: rgb(137,140,127); }
H1.HeaderClassName
{
color: #898C7F;
}
.AnyTagClassName
{
color: #898C7F;
}
</style>
background-color css
<style>
a { background-color: #898C7F; }
a { background-color: rgb(137,140,127); }
div.DivClassName
{
background-color: #898C7F;
}
.BgClassName
{
background-color: #898C7F;
}
</style>
border-color css
<style>
span { border-color: #898C7F; }
span { border-color: rgb(137,140,127); }
td.TdClassName
{
border-color: #898C7F;
}
.TagClassName
{
border-color: #898C7F;
}
</style>