Shades of Jumbo #909080
Tints of Jumbo #909080
RGB
CMYK
RGB Variations
Color information
#909080 (or 0x909080) is known color: Jumbo. HEX triplet: 90, 90 and 80. RGB value is (144,144,128). Sum of RGB (Red+Green+Blue) = 144+144+128=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 144 - color contains mainly: red, green. Hex color #909080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909080 is #6F6F7F. Grayscale: #8E8E8E. Windows color (decimal): -7303040 or 8425616. OLE color: 8425616.
HSL color Cylindrical-coordinate representation of color #909080: hue angle of 60º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #909080 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 144 | 128 | - |
| CMYK | 0 | 0 | 0.11 | 0.44 |
| HSL | 60º | 0.07% | 0.53% | - |
| HSV(B) | 60º | 0.11% | 0.56% | - |
| XYZ | 25.37 | 27.43 | 24.38 | - |
| YUV | 142.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 144 | 128 | 0 | 0 | 0.11 | 0.44 | 60 | 0.07 | 0.53 |
| Hex | 90 | 90 | 80 | 0 | 0 | B | 2C | 3C | 7 | 35 |
| Octal | 220 | 220 | 200 | 0 | 0 | 13 | 54 | 74 | 7 | 65 |
| Binary | 10010000 | 10010000 | 10000000 | 0 | 0 | 1011 | 101100 | 111100 | 111 | 110101 |
Color Harmonies of #909080
Complementary color
Monochromatic Colors of #909080
Black with #909080
Text Example
Text Example
White with #909080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909080; }
p { color: rgb(144,144,128); }
H1.HeaderClassName
{
color: #909080;
}
.AnyTagClassName
{
color: #909080;
}
</style>
background-color css
<style>
a { background-color: #909080; }
a { background-color: rgb(144,144,128); }
div.DivClassName
{
background-color: #909080;
}
.BgClassName
{
background-color: #909080;
}
</style>
border-color css
<style>
span { border-color: #909080; }
span { border-color: rgb(144,144,128); }
td.TdClassName
{
border-color: #909080;
}
.TagClassName
{
border-color: #909080;
}
</style>