Shades of Jumbo #8B8D82
Tints of Jumbo #8B8D82
RGB
CMYK
RGB Variations
Color information
#8B8D82 (or 0x8B8D82) is known color: Jumbo. HEX triplet: 8B, 8D and 82. RGB value is (139,141,130). Sum of RGB (Red+Green+Blue) = 139+141+130=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 141 - color contains mainly: green. Hex color #8B8D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8D82 is #74727D. Grayscale: #8B8B8B. Windows color (decimal): -7631486 or 8555915. OLE color: 8555915.
HSL color Cylindrical-coordinate representation of color #8B8D82: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B8D82 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 141 | 130 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.45 |
| HSL | 70.91º | 0.05% | 0.53% | - |
| HSV(B) | 70.91º | 0.08% | 0.55% | - |
| XYZ | 24.2 | 26.15 | 24.89 | - |
| YUV | 139.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 141 | 130 | 0.01 | 0 | 0.08 | 0.45 | 70.91 | 0.05 | 0.53 |
| Hex | 8B | 8D | 82 | 1 | 0 | 8 | 2D | 47 | 5 | 35 |
| Octal | 213 | 215 | 202 | 1 | 0 | 10 | 55 | 107 | 5 | 65 |
| Binary | 10001011 | 10001101 | 10000010 | 1 | 0 | 1000 | 101101 | 1000111 | 101 | 110101 |
Color Harmonies of #8B8D82
Complementary color
Monochromatic Colors of #8B8D82
Black with #8B8D82
Text Example
Text Example
White with #8B8D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8D82; }
p { color: rgb(139,141,130); }
H1.HeaderClassName
{
color: #8B8D82;
}
.AnyTagClassName
{
color: #8B8D82;
}
</style>
background-color css
<style>
a { background-color: #8B8D82; }
a { background-color: rgb(139,141,130); }
div.DivClassName
{
background-color: #8B8D82;
}
.BgClassName
{
background-color: #8B8D82;
}
</style>
border-color css
<style>
span { border-color: #8B8D82; }
span { border-color: rgb(139,141,130); }
td.TdClassName
{
border-color: #8B8D82;
}
.TagClassName
{
border-color: #8B8D82;
}
</style>