Shades of Jumbo #8C8E7F
Tints of Jumbo #8C8E7F
RGB
CMYK
RGB Variations
Color information
#8C8E7F (or 0x8C8E7F) is known color: Jumbo. HEX triplet: 8C, 8E and 7F. RGB value is (140,142,127). Sum of RGB (Red+Green+Blue) = 140+142+127=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 142 - color contains mainly: green. Hex color #8C8E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8E7F is #737180. Grayscale: #8B8B8B. Windows color (decimal): -7565697 or 8359564. OLE color: 8359564.
HSL color Cylindrical-coordinate representation of color #8C8E7F: hue angle of 68º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C8E7F is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 142 | 127 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.44 |
| HSL | 68º | 0.06% | 0.53% | - |
| HSV(B) | 68º | 0.11% | 0.56% | - |
| XYZ | 24.32 | 26.45 | 23.9 | - |
| YUV | 139.69 | 120.84 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 142 | 127 | 0.01 | 0 | 0.11 | 0.44 | 68 | 0.06 | 0.53 |
| Hex | 8C | 8E | 7F | 1 | 0 | B | 2C | 44 | 6 | 35 |
| Octal | 214 | 216 | 177 | 1 | 0 | 13 | 54 | 104 | 6 | 65 |
| Binary | 10001100 | 10001110 | 1111111 | 1 | 0 | 1011 | 101100 | 1000100 | 110 | 110101 |
Color Harmonies of #8C8E7F
Complementary color
Monochromatic Colors of #8C8E7F
Black with #8C8E7F
Text Example
Text Example
White with #8C8E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8E7F; }
p { color: rgb(140,142,127); }
H1.HeaderClassName
{
color: #8C8E7F;
}
.AnyTagClassName
{
color: #8C8E7F;
}
</style>
background-color css
<style>
a { background-color: #8C8E7F; }
a { background-color: rgb(140,142,127); }
div.DivClassName
{
background-color: #8C8E7F;
}
.BgClassName
{
background-color: #8C8E7F;
}
</style>
border-color css
<style>
span { border-color: #8C8E7F; }
span { border-color: rgb(140,142,127); }
td.TdClassName
{
border-color: #8C8E7F;
}
.TagClassName
{
border-color: #8C8E7F;
}
</style>