Shades of Jumbo #908F8A
Tints of Jumbo #908F8A
RGB
CMYK
RGB Variations
Color information
#908F8A (or 0x908F8A) is known color: Jumbo. HEX triplet: 90, 8F and 8A. RGB value is (144,143,138). Sum of RGB (Red+Green+Blue) = 144+143+138=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 144 - color contains mainly: red. Hex color #908F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908F8A is #6F7075. Grayscale: #8E8E8E. Windows color (decimal): -7303286 or 9080720. OLE color: 9080720.
HSL color Cylindrical-coordinate representation of color #908F8A: hue angle of 50º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #908F8A is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 138 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.44 |
| HSL | 50º | 0.03% | 0.55% | - |
| HSV(B) | 50º | 0.04% | 0.56% | - |
| XYZ | 25.91 | 27.41 | 27.97 | - |
| YUV | 142.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 138 | 0 | 0.01 | 0.04 | 0.44 | 50 | 0.03 | 0.55 |
| Hex | 90 | 8F | 8A | 0 | 1 | 4 | 2C | 32 | 3 | 37 |
| Octal | 220 | 217 | 212 | 0 | 1 | 4 | 54 | 62 | 3 | 67 |
| Binary | 10010000 | 10001111 | 10001010 | 0 | 1 | 100 | 101100 | 110010 | 11 | 110111 |
Color Harmonies of #908F8A
Complementary color
Monochromatic Colors of #908F8A
Black with #908F8A
Text Example
Text Example
White with #908F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F8A; }
p { color: rgb(144,143,138); }
H1.HeaderClassName
{
color: #908F8A;
}
.AnyTagClassName
{
color: #908F8A;
}
</style>
background-color css
<style>
a { background-color: #908F8A; }
a { background-color: rgb(144,143,138); }
div.DivClassName
{
background-color: #908F8A;
}
.BgClassName
{
background-color: #908F8A;
}
</style>
border-color css
<style>
span { border-color: #908F8A; }
span { border-color: rgb(144,143,138); }
td.TdClassName
{
border-color: #908F8A;
}
.TagClassName
{
border-color: #908F8A;
}
</style>