Shades of Jumbo #8B8D83
Tints of Jumbo #8B8D83
RGB
CMYK
RGB Variations
Color information
#8B8D83 (or 0x8B8D83) is known color: Jumbo. HEX triplet: 8B, 8D and 83. RGB value is (139,141,131). Sum of RGB (Red+Green+Blue) = 139+141+131=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8D83 is #74727C. Grayscale: #8B8B8B. Windows color (decimal): -7631485 or 8621451. OLE color: 8621451.
HSL color Cylindrical-coordinate representation of color #8B8D83: hue angle of 72º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8B8D83 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 141 | 131 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.45 |
| HSL | 72º | 0.04% | 0.53% | - |
| HSV(B) | 72º | 0.07% | 0.55% | - |
| XYZ | 24.27 | 26.18 | 25.25 | - |
| YUV | 139.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 131 | 0.01 | 0 | 0.07 | 0.45 | 72 | 0.04 | 0.53 |
| Hex | 8B | 8D | 83 | 1 | 0 | 7 | 2D | 48 | 4 | 35 |
| Octal | 213 | 215 | 203 | 1 | 0 | 7 | 55 | 110 | 4 | 65 |
| Binary | 10001011 | 10001101 | 10000011 | 1 | 0 | 111 | 101101 | 1001000 | 100 | 110101 |
Color Harmonies of #8B8D83
Complementary color
Monochromatic Colors of #8B8D83
Black with #8B8D83
Text Example
Text Example
White with #8B8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D83; }
p { color: rgb(139,141,131); }
H1.HeaderClassName
{
color: #8B8D83;
}
.AnyTagClassName
{
color: #8B8D83;
}
</style>
background-color css
<style>
a { background-color: #8B8D83; }
a { background-color: rgb(139,141,131); }
div.DivClassName
{
background-color: #8B8D83;
}
.BgClassName
{
background-color: #8B8D83;
}
</style>
border-color css
<style>
span { border-color: #8B8D83; }
span { border-color: rgb(139,141,131); }
td.TdClassName
{
border-color: #8B8D83;
}
.TagClassName
{
border-color: #8B8D83;
}
</style>