Shades of Jumbo #908E84
Tints of Jumbo #908E84
RGB
CMYK
RGB Variations
Color information
#908E84 (or 0x908E84) is known color: Jumbo. HEX triplet: 90, 8E and 84. RGB value is (144,142,132). Sum of RGB (Red+Green+Blue) = 144+142+132=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 144 - color contains mainly: red. Hex color #908E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908E84 is #6F717B. Grayscale: #8D8D8D. Windows color (decimal): -7303548 or 8687248. OLE color: 8687248.
HSL color Cylindrical-coordinate representation of color #908E84: hue angle of 50º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908E84 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 142 | 132 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.44 |
| HSL | 50º | 0.05% | 0.54% | - |
| HSV(B) | 50º | 0.08% | 0.56% | - |
| XYZ | 25.34 | 26.94 | 25.69 | - |
| YUV | 141.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 132 | 0 | 0.01 | 0.08 | 0.44 | 50 | 0.05 | 0.54 |
| Hex | 90 | 8E | 84 | 0 | 1 | 8 | 2C | 32 | 5 | 36 |
| Octal | 220 | 216 | 204 | 0 | 1 | 10 | 54 | 62 | 5 | 66 |
| Binary | 10010000 | 10001110 | 10000100 | 0 | 1 | 1000 | 101100 | 110010 | 101 | 110110 |
Color Harmonies of #908E84
Complementary color
Monochromatic Colors of #908E84
Black with #908E84
Text Example
Text Example
White with #908E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E84; }
p { color: rgb(144,142,132); }
H1.HeaderClassName
{
color: #908E84;
}
.AnyTagClassName
{
color: #908E84;
}
</style>
background-color css
<style>
a { background-color: #908E84; }
a { background-color: rgb(144,142,132); }
div.DivClassName
{
background-color: #908E84;
}
.BgClassName
{
background-color: #908E84;
}
</style>
border-color css
<style>
span { border-color: #908E84; }
span { border-color: rgb(144,142,132); }
td.TdClassName
{
border-color: #908E84;
}
.TagClassName
{
border-color: #908E84;
}
</style>