Shades of Jumbo #8C8C88
Tints of Jumbo #8C8C88
RGB
CMYK
RGB Variations
Color information
#8C8C88 (or 0x8C8C88) is known color: Jumbo. HEX triplet: 8C, 8C and 88. RGB value is (140,140,136). Sum of RGB (Red+Green+Blue) = 140+140+136=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 140 - color contains mainly: red, green. Hex color #8C8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8C88 is #737377. Grayscale: #8B8B8B. Windows color (decimal): -7566200 or 8948876. OLE color: 8948876.
HSL color Cylindrical-coordinate representation of color #8C8C88: hue angle of 60º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8C8C88 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 140 | 136 | - |
CMYK | 0 | 0 | 0.03 | 0.45 |
HSL | 60º | 0.02% | 0.54% | - |
HSV(B) | 60º | 0.03% | 0.55% | - |
XYZ | 24.64 | 26.11 | 27.03 | - |
YUV | 139.54 | 126 | 128.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 140 | 136 | 0 | 0 | 0.03 | 0.45 | 60 | 0.02 | 0.54 |
Hex | 8C | 8C | 88 | 0 | 0 | 3 | 2D | 3C | 2 | 36 |
Octal | 214 | 214 | 210 | 0 | 0 | 3 | 55 | 74 | 2 | 66 |
Binary | 10001100 | 10001100 | 10001000 | 0 | 0 | 11 | 101101 | 111100 | 10 | 110110 |
Color Harmonies of #8C8C88
Complementary color
Monochromatic Colors of #8C8C88
Black with #8C8C88
Text Example
Text Example
White with #8C8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8C88; }
p { color: rgb(140,140,136); }
H1.HeaderClassName
{
color: #8C8C88;
}
.AnyTagClassName
{
color: #8C8C88;
}
</style>
background-color css
<style>
a { background-color: #8C8C88; }
a { background-color: rgb(140,140,136); }
div.DivClassName
{
background-color: #8C8C88;
}
.BgClassName
{
background-color: #8C8C88;
}
</style>
border-color css
<style>
span { border-color: #8C8C88; }
span { border-color: rgb(140,140,136); }
td.TdClassName
{
border-color: #8C8C88;
}
.TagClassName
{
border-color: #8C8C88;
}
</style>