Shades of Jumbo #908F7E
Tints of Jumbo #908F7E
RGB
CMYK
RGB Variations
Color information
#908F7E (or 0x908F7E) is known color: Jumbo. HEX triplet: 90, 8F and 7E. RGB value is (144,143,126). Sum of RGB (Red+Green+Blue) = 144+143+126=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #908F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908F7E is #6F7081. Grayscale: #8D8D8D. Windows color (decimal): -7303298 or 8294288. OLE color: 8294288.
HSL color Cylindrical-coordinate representation of color #908F7E: hue angle of 56.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908F7E is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 143 | 126 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.44 |
| HSL | 56.67º | 0.08% | 0.53% | - |
| HSV(B) | 56.67º | 0.13% | 0.56% | - |
| XYZ | 25.09 | 27.08 | 23.64 | - |
| YUV | 141.36 | 119.33 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 143 | 126 | 0 | 0.01 | 0.12 | 0.44 | 56.67 | 0.08 | 0.53 |
| Hex | 90 | 8F | 7E | 0 | 1 | C | 2C | 39 | 8 | 35 |
| Octal | 220 | 217 | 176 | 0 | 1 | 14 | 54 | 71 | 10 | 65 |
| Binary | 10010000 | 10001111 | 1111110 | 0 | 1 | 1100 | 101100 | 111001 | 1000 | 110101 |
Color Harmonies of #908F7E
Complementary color
Monochromatic Colors of #908F7E
Black with #908F7E
Text Example
Text Example
White with #908F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908F7E; }
p { color: rgb(144,143,126); }
H1.HeaderClassName
{
color: #908F7E;
}
.AnyTagClassName
{
color: #908F7E;
}
</style>
background-color css
<style>
a { background-color: #908F7E; }
a { background-color: rgb(144,143,126); }
div.DivClassName
{
background-color: #908F7E;
}
.BgClassName
{
background-color: #908F7E;
}
</style>
border-color css
<style>
span { border-color: #908F7E; }
span { border-color: rgb(144,143,126); }
td.TdClassName
{
border-color: #908F7E;
}
.TagClassName
{
border-color: #908F7E;
}
</style>