Shades of Jumbo #8B8B82
Tints of Jumbo #8B8B82
RGB
CMYK
RGB Variations
Color information
#8B8B82 (or 0x8B8B82) is known color: Jumbo. HEX triplet: 8B, 8B and 82. RGB value is (139,139,130). Sum of RGB (Red+Green+Blue) = 139+139+130=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8B82 is #74747D. Grayscale: #8A8A8A. Windows color (decimal): -7631998 or 8555403. OLE color: 8555403.
HSL color Cylindrical-coordinate representation of color #8B8B82: hue angle of 60º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8B82 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 139 | 130 | - |
| CMYK | 0 | 0 | 0.06 | 0.45 |
| HSL | 60º | 0.04% | 0.53% | - |
| HSV(B) | 60º | 0.06% | 0.55% | - |
| XYZ | 23.91 | 25.57 | 24.79 | - |
| YUV | 137.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 139 | 130 | 0 | 0 | 0.06 | 0.45 | 60 | 0.04 | 0.53 |
| Hex | 8B | 8B | 82 | 0 | 0 | 6 | 2D | 3C | 4 | 35 |
| Octal | 213 | 213 | 202 | 0 | 0 | 6 | 55 | 74 | 4 | 65 |
| Binary | 10001011 | 10001011 | 10000010 | 0 | 0 | 110 | 101101 | 111100 | 100 | 110101 |
Color Harmonies of #8B8B82
Complementary color
Monochromatic Colors of #8B8B82
Black with #8B8B82
Text Example
Text Example
White with #8B8B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8B82; }
p { color: rgb(139,139,130); }
H1.HeaderClassName
{
color: #8B8B82;
}
.AnyTagClassName
{
color: #8B8B82;
}
</style>
background-color css
<style>
a { background-color: #8B8B82; }
a { background-color: rgb(139,139,130); }
div.DivClassName
{
background-color: #8B8B82;
}
.BgClassName
{
background-color: #8B8B82;
}
</style>
border-color css
<style>
span { border-color: #8B8B82; }
span { border-color: rgb(139,139,130); }
td.TdClassName
{
border-color: #8B8B82;
}
.TagClassName
{
border-color: #8B8B82;
}
</style>