Shades of Jumbo #8C8D84
Tints of Jumbo #8C8D84
RGB
CMYK
RGB Variations
Color information
#8C8D84 (or 0x8C8D84) is known color: Jumbo. HEX triplet: 8C, 8D and 84. RGB value is (140,141,132). Sum of RGB (Red+Green+Blue) = 140+141+132=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8D84 is #73727B. Grayscale: #8B8B8B. Windows color (decimal): -7565948 or 8686988. OLE color: 8686988.
HSL color Cylindrical-coordinate representation of color #8C8D84: hue angle of 66.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8C8D84 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 141 | 132 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.45 |
| HSL | 66.67º | 0.04% | 0.54% | - |
| HSV(B) | 66.67º | 0.06% | 0.55% | - |
| XYZ | 24.5 | 26.29 | 25.61 | - |
| YUV | 139.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 141 | 132 | 0.01 | 0 | 0.06 | 0.45 | 66.67 | 0.04 | 0.54 |
| Hex | 8C | 8D | 84 | 1 | 0 | 6 | 2D | 43 | 4 | 36 |
| Octal | 214 | 215 | 204 | 1 | 0 | 6 | 55 | 103 | 4 | 66 |
| Binary | 10001100 | 10001101 | 10000100 | 1 | 0 | 110 | 101101 | 1000011 | 100 | 110110 |
Color Harmonies of #8C8D84
Complementary color
Monochromatic Colors of #8C8D84
Black with #8C8D84
Text Example
Text Example
White with #8C8D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8D84; }
p { color: rgb(140,141,132); }
H1.HeaderClassName
{
color: #8C8D84;
}
.AnyTagClassName
{
color: #8C8D84;
}
</style>
background-color css
<style>
a { background-color: #8C8D84; }
a { background-color: rgb(140,141,132); }
div.DivClassName
{
background-color: #8C8D84;
}
.BgClassName
{
background-color: #8C8D84;
}
</style>
border-color css
<style>
span { border-color: #8C8D84; }
span { border-color: rgb(140,141,132); }
td.TdClassName
{
border-color: #8C8D84;
}
.TagClassName
{
border-color: #8C8D84;
}
</style>