Shades of Jumbo #8E8C80
Tints of Jumbo #8E8C80
RGB
CMYK
RGB Variations
Color information
#8E8C80 (or 0x8E8C80) is known color: Jumbo. HEX triplet: 8E, 8C and 80. RGB value is (142,140,128). Sum of RGB (Red+Green+Blue) = 142+140+128=410 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.63% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8C80 is #71737F. Grayscale: #8B8B8B. Windows color (decimal): -7435136 or 8424590. OLE color: 8424590.
HSL color Cylindrical-coordinate representation of color #8E8C80: hue angle of 51.43º 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 #8E8C80 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 140 | 128 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.44 |
| HSL | 51.43º | 0.06% | 0.53% | - |
| HSV(B) | 51.43º | 0.1% | 0.56% | - |
| XYZ | 24.43 | 26.07 | 24.17 | - |
| YUV | 139.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 128 | 0 | 0.01 | 0.10 | 0.44 | 51.43 | 0.06 | 0.53 |
| Hex | 8E | 8C | 80 | 0 | 1 | A | 2C | 33 | 6 | 35 |
| Octal | 216 | 214 | 200 | 0 | 1 | 12 | 54 | 63 | 6 | 65 |
| Binary | 10001110 | 10001100 | 10000000 | 0 | 1 | 1010 | 101100 | 110011 | 110 | 110101 |
Color Harmonies of #8E8C80
Complementary color
Monochromatic Colors of #8E8C80
Black with #8E8C80
Text Example
Text Example
White with #8E8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8C80; }
p { color: rgb(142,140,128); }
H1.HeaderClassName
{
color: #8E8C80;
}
.AnyTagClassName
{
color: #8E8C80;
}
</style>
background-color css
<style>
a { background-color: #8E8C80; }
a { background-color: rgb(142,140,128); }
div.DivClassName
{
background-color: #8E8C80;
}
.BgClassName
{
background-color: #8E8C80;
}
</style>
border-color css
<style>
span { border-color: #8E8C80; }
span { border-color: rgb(142,140,128); }
td.TdClassName
{
border-color: #8E8C80;
}
.TagClassName
{
border-color: #8E8C80;
}
</style>