Shades of Jumbo #909084
Tints of Jumbo #909084
RGB
CMYK
RGB Variations
Color information
#909084 (or 0x909084) is known color: Jumbo. HEX triplet: 90, 90 and 84. RGB value is (144,144,132). Sum of RGB (Red+Green+Blue) = 144+144+132=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 132 (51.95% from 255 or 31.43% from 420); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909084 is #6F6F7B. Grayscale: #8E8E8E. Windows color (decimal): -7303036 or 8687760. OLE color: 8687760.
HSL color Cylindrical-coordinate representation of color #909084: hue angle of 60º 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 #909084 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 132 | - |
| CMYK | 0 | 0 | 0.08 | 0.44 |
| HSL | 60º | 0.05% | 0.54% | - |
| HSV(B) | 60º | 0.08% | 0.56% | - |
| XYZ | 25.64 | 27.54 | 25.79 | - |
| YUV | 142.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 132 | 0 | 0 | 0.08 | 0.44 | 60 | 0.05 | 0.54 |
| Hex | 90 | 90 | 84 | 0 | 0 | 8 | 2C | 3C | 5 | 36 |
| Octal | 220 | 220 | 204 | 0 | 0 | 10 | 54 | 74 | 5 | 66 |
| Binary | 10010000 | 10010000 | 10000100 | 0 | 0 | 1000 | 101100 | 111100 | 101 | 110110 |
Color Harmonies of #909084
Complementary color
Monochromatic Colors of #909084
Black with #909084
Text Example
Text Example
White with #909084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909084; }
p { color: rgb(144,144,132); }
H1.HeaderClassName
{
color: #909084;
}
.AnyTagClassName
{
color: #909084;
}
</style>
background-color css
<style>
a { background-color: #909084; }
a { background-color: rgb(144,144,132); }
div.DivClassName
{
background-color: #909084;
}
.BgClassName
{
background-color: #909084;
}
</style>
border-color css
<style>
span { border-color: #909084; }
span { border-color: rgb(144,144,132); }
td.TdClassName
{
border-color: #909084;
}
.TagClassName
{
border-color: #909084;
}
</style>