Shades of Jumbo #8E8C7C
Tints of Jumbo #8E8C7C
RGB
CMYK
RGB Variations
Color information
#8E8C7C (or 0x8E8C7C) is known color: Jumbo. HEX triplet: 8E, 8C and 7C. RGB value is (142,140,124). Sum of RGB (Red+Green+Blue) = 142+140+124=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8C7C is #717383. Grayscale: #8A8A8A. Windows color (decimal): -7435140 or 8162446. OLE color: 8162446.
HSL color Cylindrical-coordinate representation of color #8E8C7C: hue angle of 53.33º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E8C7C is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 140 | 124 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.44 |
| HSL | 53.33º | 0.07% | 0.52% | - |
| HSV(B) | 53.33º | 0.13% | 0.56% | - |
| XYZ | 24.17 | 25.96 | 22.81 | - |
| YUV | 138.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 124 | 0 | 0.01 | 0.13 | 0.44 | 53.33 | 0.07 | 0.52 |
| Hex | 8E | 8C | 7C | 0 | 1 | D | 2C | 35 | 7 | 34 |
| Octal | 216 | 214 | 174 | 0 | 1 | 15 | 54 | 65 | 7 | 64 |
| Binary | 10001110 | 10001100 | 1111100 | 0 | 1 | 1101 | 101100 | 110101 | 111 | 110100 |
Color Harmonies of #8E8C7C
Complementary color
Monochromatic Colors of #8E8C7C
Black with #8E8C7C
Text Example
Text Example
White with #8E8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8C7C; }
p { color: rgb(142,140,124); }
H1.HeaderClassName
{
color: #8E8C7C;
}
.AnyTagClassName
{
color: #8E8C7C;
}
</style>
background-color css
<style>
a { background-color: #8E8C7C; }
a { background-color: rgb(142,140,124); }
div.DivClassName
{
background-color: #8E8C7C;
}
.BgClassName
{
background-color: #8E8C7C;
}
</style>
border-color css
<style>
span { border-color: #8E8C7C; }
span { border-color: rgb(142,140,124); }
td.TdClassName
{
border-color: #8E8C7C;
}
.TagClassName
{
border-color: #8E8C7C;
}
</style>