Shades of Jumbo #919084
Tints of Jumbo #919084
RGB
CMYK
RGB Variations
Color information
#919084 (or 0x919084) is known color: Jumbo. HEX triplet: 91, 90 and 84. RGB value is (145,144,132). Sum of RGB (Red+Green+Blue) = 145+144+132=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 145 - color contains mainly: red. Hex color #919084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919084 is #6E6F7B. Grayscale: #8E8E8E. Windows color (decimal): -7237500 or 8687761. OLE color: 8687761.
HSL color Cylindrical-coordinate representation of color #919084: hue angle of 55.38º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #919084 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 144 | 132 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.43 |
| HSL | 55.38º | 0.06% | 0.54% | - |
| HSV(B) | 55.38º | 0.09% | 0.57% | - |
| XYZ | 25.82 | 27.63 | 25.8 | - |
| YUV | 142.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 132 | 0 | 0.01 | 0.09 | 0.43 | 55.38 | 0.06 | 0.54 |
| Hex | 91 | 90 | 84 | 0 | 1 | 9 | 2B | 37 | 6 | 36 |
| Octal | 221 | 220 | 204 | 0 | 1 | 11 | 53 | 67 | 6 | 66 |
| Binary | 10010001 | 10010000 | 10000100 | 0 | 1 | 1001 | 101011 | 110111 | 110 | 110110 |
Color Harmonies of #919084
Complementary color
Monochromatic Colors of #919084
Black with #919084
Text Example
Text Example
White with #919084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919084; }
p { color: rgb(145,144,132); }
H1.HeaderClassName
{
color: #919084;
}
.AnyTagClassName
{
color: #919084;
}
</style>
background-color css
<style>
a { background-color: #919084; }
a { background-color: rgb(145,144,132); }
div.DivClassName
{
background-color: #919084;
}
.BgClassName
{
background-color: #919084;
}
</style>
border-color css
<style>
span { border-color: #919084; }
span { border-color: rgb(145,144,132); }
td.TdClassName
{
border-color: #919084;
}
.TagClassName
{
border-color: #919084;
}
</style>