Shades of Jumbo #8E8D80
Tints of Jumbo #8E8D80
RGB
CMYK
RGB Variations
Color information
#8E8D80 (or 0x8E8D80) is known color: Jumbo. HEX triplet: 8E, 8D and 80. RGB value is (142,141,128). Sum of RGB (Red+Green+Blue) = 142+141+128=411 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.55% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8D80 is #71727F. Grayscale: #8B8B8B. Windows color (decimal): -7434880 or 8424846. OLE color: 8424846.
HSL color Cylindrical-coordinate representation of color #8E8D80: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E8D80 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 141 | 128 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.44 |
| HSL | 55.71º | 0.06% | 0.53% | - |
| HSV(B) | 55.71º | 0.1% | 0.56% | - |
| XYZ | 24.58 | 26.36 | 24.21 | - |
| YUV | 139.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 141 | 128 | 0 | 0.01 | 0.10 | 0.44 | 55.71 | 0.06 | 0.53 |
| Hex | 8E | 8D | 80 | 0 | 1 | A | 2C | 38 | 6 | 35 |
| Octal | 216 | 215 | 200 | 0 | 1 | 12 | 54 | 70 | 6 | 65 |
| Binary | 10001110 | 10001101 | 10000000 | 0 | 1 | 1010 | 101100 | 111000 | 110 | 110101 |
Color Harmonies of #8E8D80
Complementary color
Monochromatic Colors of #8E8D80
Black with #8E8D80
Text Example
Text Example
White with #8E8D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8D80; }
p { color: rgb(142,141,128); }
H1.HeaderClassName
{
color: #8E8D80;
}
.AnyTagClassName
{
color: #8E8D80;
}
</style>
background-color css
<style>
a { background-color: #8E8D80; }
a { background-color: rgb(142,141,128); }
div.DivClassName
{
background-color: #8E8D80;
}
.BgClassName
{
background-color: #8E8D80;
}
</style>
border-color css
<style>
span { border-color: #8E8D80; }
span { border-color: rgb(142,141,128); }
td.TdClassName
{
border-color: #8E8D80;
}
.TagClassName
{
border-color: #8E8D80;
}
</style>