Shades of Jumbo #908F87
Tints of Jumbo #908F87
RGB
CMYK
RGB Variations
Color information
#908F87 (or 0x908F87) is known color: Jumbo. HEX triplet: 90, 8F and 87. RGB value is (144,143,135). Sum of RGB (Red+Green+Blue) = 144+143+135=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 144 - color contains mainly: red. Hex color #908F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908F87 is #6F7078. Grayscale: #8E8E8E. Windows color (decimal): -7303289 or 8884112. OLE color: 8884112.
HSL color Cylindrical-coordinate representation of color #908F87: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908F87 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 135 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.44 |
| HSL | 53.33º | 0.04% | 0.55% | - |
| HSV(B) | 53.33º | 0.06% | 0.56% | - |
| XYZ | 25.7 | 27.32 | 26.84 | - |
| YUV | 142.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 135 | 0 | 0.01 | 0.06 | 0.44 | 53.33 | 0.04 | 0.55 |
| Hex | 90 | 8F | 87 | 0 | 1 | 6 | 2C | 35 | 4 | 37 |
| Octal | 220 | 217 | 207 | 0 | 1 | 6 | 54 | 65 | 4 | 67 |
| Binary | 10010000 | 10001111 | 10000111 | 0 | 1 | 110 | 101100 | 110101 | 100 | 110111 |
Color Harmonies of #908F87
Complementary color
Monochromatic Colors of #908F87
Black with #908F87
Text Example
Text Example
White with #908F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F87; }
p { color: rgb(144,143,135); }
H1.HeaderClassName
{
color: #908F87;
}
.AnyTagClassName
{
color: #908F87;
}
</style>
background-color css
<style>
a { background-color: #908F87; }
a { background-color: rgb(144,143,135); }
div.DivClassName
{
background-color: #908F87;
}
.BgClassName
{
background-color: #908F87;
}
</style>
border-color css
<style>
span { border-color: #908F87; }
span { border-color: rgb(144,143,135); }
td.TdClassName
{
border-color: #908F87;
}
.TagClassName
{
border-color: #908F87;
}
</style>