Shades of Jumbo #8B8B85
Tints of Jumbo #8B8B85
RGB
CMYK
RGB Variations
Color information
#8B8B85 (or 0x8B8B85) is known color: Jumbo. HEX triplet: 8B, 8B and 85. RGB value is (139,139,133). Sum of RGB (Red+Green+Blue) = 139+139+133=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8B85 is #74747A. Grayscale: #8A8A8A. Windows color (decimal): -7631995 or 8752011. OLE color: 8752011.
HSL color Cylindrical-coordinate representation of color #8B8B85: hue angle of 60º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B8B85 is Cyan = 0, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 139 | 133 | - |
| CMYK | 0 | 0 | 0.04 | 0.45 |
| HSL | 60º | 0.03% | 0.53% | - |
| HSV(B) | 60º | 0.04% | 0.55% | - |
| XYZ | 24.11 | 25.65 | 25.87 | - |
| YUV | 138.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 139 | 133 | 0 | 0 | 0.04 | 0.45 | 60 | 0.03 | 0.53 |
| Hex | 8B | 8B | 85 | 0 | 0 | 4 | 2D | 3C | 3 | 35 |
| Octal | 213 | 213 | 205 | 0 | 0 | 4 | 55 | 74 | 3 | 65 |
| Binary | 10001011 | 10001011 | 10000101 | 0 | 0 | 100 | 101101 | 111100 | 11 | 110101 |
Color Harmonies of #8B8B85
Complementary color
Monochromatic Colors of #8B8B85
Black with #8B8B85
Text Example
Text Example
White with #8B8B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8B85; }
p { color: rgb(139,139,133); }
H1.HeaderClassName
{
color: #8B8B85;
}
.AnyTagClassName
{
color: #8B8B85;
}
</style>
background-color css
<style>
a { background-color: #8B8B85; }
a { background-color: rgb(139,139,133); }
div.DivClassName
{
background-color: #8B8B85;
}
.BgClassName
{
background-color: #8B8B85;
}
</style>
border-color css
<style>
span { border-color: #8B8B85; }
span { border-color: rgb(139,139,133); }
td.TdClassName
{
border-color: #8B8B85;
}
.TagClassName
{
border-color: #8B8B85;
}
</style>