Shades of Jumbo #8B8C88
Tints of Jumbo #8B8C88
RGB
CMYK
RGB Variations
Color information
#8B8C88 (or 0x8B8C88) is known color: Jumbo. HEX triplet: 8B, 8C and 88. RGB value is (139,140,136). Sum of RGB (Red+Green+Blue) = 139+140+136=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 140 - color contains mainly: green. Hex color #8B8C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8C88 is #747377. Grayscale: #8B8B8B. Windows color (decimal): -7631736 or 8948875. OLE color: 8948875.
HSL color Cylindrical-coordinate representation of color #8B8C88: hue angle of 75º 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 #8B8C88 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 140 | 136 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.45 |
| HSL | 75º | 0.02% | 0.54% | - |
| HSV(B) | 75º | 0.03% | 0.55% | - |
| XYZ | 24.47 | 26.02 | 27.03 | - |
| YUV | 139.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 140 | 136 | 0.01 | 0 | 0.03 | 0.45 | 75 | 0.02 | 0.54 |
| Hex | 8B | 8C | 88 | 1 | 0 | 3 | 2D | 4B | 2 | 36 |
| Octal | 213 | 214 | 210 | 1 | 0 | 3 | 55 | 113 | 2 | 66 |
| Binary | 10001011 | 10001100 | 10001000 | 1 | 0 | 11 | 101101 | 1001011 | 10 | 110110 |
Color Harmonies of #8B8C88
Complementary color
Monochromatic Colors of #8B8C88
Black with #8B8C88
Text Example
Text Example
White with #8B8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8C88; }
p { color: rgb(139,140,136); }
H1.HeaderClassName
{
color: #8B8C88;
}
.AnyTagClassName
{
color: #8B8C88;
}
</style>
background-color css
<style>
a { background-color: #8B8C88; }
a { background-color: rgb(139,140,136); }
div.DivClassName
{
background-color: #8B8C88;
}
.BgClassName
{
background-color: #8B8C88;
}
</style>
border-color css
<style>
span { border-color: #8B8C88; }
span { border-color: rgb(139,140,136); }
td.TdClassName
{
border-color: #8B8C88;
}
.TagClassName
{
border-color: #8B8C88;
}
</style>