Shades of Jumbo #8B8C82
Tints of Jumbo #8B8C82
RGB
CMYK
RGB Variations
Color information
#8B8C82 (or 0x8B8C82) is known color: Jumbo. HEX triplet: 8B, 8C and 82. RGB value is (139,140,130). Sum of RGB (Red+Green+Blue) = 139+140+130=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 140 - color contains mainly: green. Hex color #8B8C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8C82 is #74737D. Grayscale: #8A8A8A. Windows color (decimal): -7631742 or 8555659. OLE color: 8555659.
HSL color Cylindrical-coordinate representation of color #8B8C82: hue angle of 66º 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 #8B8C82 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 140 | 130 | - |
| CMYK | 0.01 | 0 | 0.07 | 0.45 |
| HSL | 66º | 0.04% | 0.53% | - |
| HSV(B) | 66º | 0.07% | 0.55% | - |
| XYZ | 24.05 | 25.86 | 24.84 | - |
| YUV | 138.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 140 | 130 | 0.01 | 0 | 0.07 | 0.45 | 66 | 0.04 | 0.53 |
| Hex | 8B | 8C | 82 | 1 | 0 | 7 | 2D | 42 | 4 | 35 |
| Octal | 213 | 214 | 202 | 1 | 0 | 7 | 55 | 102 | 4 | 65 |
| Binary | 10001011 | 10001100 | 10000010 | 1 | 0 | 111 | 101101 | 1000010 | 100 | 110101 |
Color Harmonies of #8B8C82
Complementary color
Monochromatic Colors of #8B8C82
Black with #8B8C82
Text Example
Text Example
White with #8B8C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8C82; }
p { color: rgb(139,140,130); }
H1.HeaderClassName
{
color: #8B8C82;
}
.AnyTagClassName
{
color: #8B8C82;
}
</style>
background-color css
<style>
a { background-color: #8B8C82; }
a { background-color: rgb(139,140,130); }
div.DivClassName
{
background-color: #8B8C82;
}
.BgClassName
{
background-color: #8B8C82;
}
</style>
border-color css
<style>
span { border-color: #8B8C82; }
span { border-color: rgb(139,140,130); }
td.TdClassName
{
border-color: #8B8C82;
}
.TagClassName
{
border-color: #8B8C82;
}
</style>