Shades of Jumbo #8B8B83
Tints of Jumbo #8B8B83
RGB
CMYK
RGB Variations
Color information
#8B8B83 (or 0x8B8B83) is known color: Jumbo. HEX triplet: 8B, 8B and 83. RGB value is (139,139,131). Sum of RGB (Red+Green+Blue) = 139+139+131=409 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.99% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 139 - color contains mainly: red, green. Hex color #8B8B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8B83 is #74747C. Grayscale: #8A8A8A. Windows color (decimal): -7631997 or 8620939. OLE color: 8620939.
HSL color Cylindrical-coordinate representation of color #8B8B83: 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.06%. Process color model (Four color, CMYK) of #8B8B83 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 139 | 131 | - |
| CMYK | 0 | 0 | 0.06 | 0.45 |
| HSL | 60º | 0.03% | 0.53% | - |
| HSV(B) | 60º | 0.06% | 0.55% | - |
| XYZ | 23.98 | 25.59 | 25.15 | - |
| YUV | 138.09 | 124 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 139 | 131 | 0 | 0 | 0.06 | 0.45 | 60 | 0.03 | 0.53 |
| Hex | 8B | 8B | 83 | 0 | 0 | 6 | 2D | 3C | 3 | 35 |
| Octal | 213 | 213 | 203 | 0 | 0 | 6 | 55 | 74 | 3 | 65 |
| Binary | 10001011 | 10001011 | 10000011 | 0 | 0 | 110 | 101101 | 111100 | 11 | 110101 |
Color Harmonies of #8B8B83
Complementary color
Monochromatic Colors of #8B8B83
Black with #8B8B83
Text Example
Text Example
White with #8B8B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8B83; }
p { color: rgb(139,139,131); }
H1.HeaderClassName
{
color: #8B8B83;
}
.AnyTagClassName
{
color: #8B8B83;
}
</style>
background-color css
<style>
a { background-color: #8B8B83; }
a { background-color: rgb(139,139,131); }
div.DivClassName
{
background-color: #8B8B83;
}
.BgClassName
{
background-color: #8B8B83;
}
</style>
border-color css
<style>
span { border-color: #8B8B83; }
span { border-color: rgb(139,139,131); }
td.TdClassName
{
border-color: #8B8B83;
}
.TagClassName
{
border-color: #8B8B83;
}
</style>