Shades of Jumbo #8A8982
Tints of Jumbo #8A8982
RGB
CMYK
RGB Variations
Color information
#8A8982 (or 0x8A8982) is known color: Jumbo. HEX triplet: 8A, 89 and 82. RGB value is (138,137,130). Sum of RGB (Red+Green+Blue) = 138+137+130=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8982 is #75767D. Grayscale: #888888. Windows color (decimal): -7698046 or 8554890. OLE color: 8554890.
HSL color Cylindrical-coordinate representation of color #8A8982: hue angle of 52.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A8982 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 130 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.46 |
| HSL | 52.5º | 0.03% | 0.53% | - |
| HSV(B) | 52.5º | 0.06% | 0.54% | - |
| XYZ | 23.46 | 24.91 | 24.69 | - |
| YUV | 136.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 130 | 0 | 0.01 | 0.06 | 0.46 | 52.5 | 0.03 | 0.53 |
| Hex | 8A | 89 | 82 | 0 | 1 | 6 | 2E | 34 | 3 | 35 |
| Octal | 212 | 211 | 202 | 0 | 1 | 6 | 56 | 64 | 3 | 65 |
| Binary | 10001010 | 10001001 | 10000010 | 0 | 1 | 110 | 101110 | 110100 | 11 | 110101 |
Color Harmonies of #8A8982
Complementary color
Monochromatic Colors of #8A8982
Black with #8A8982
Text Example
Text Example
White with #8A8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8982; }
p { color: rgb(138,137,130); }
H1.HeaderClassName
{
color: #8A8982;
}
.AnyTagClassName
{
color: #8A8982;
}
</style>
background-color css
<style>
a { background-color: #8A8982; }
a { background-color: rgb(138,137,130); }
div.DivClassName
{
background-color: #8A8982;
}
.BgClassName
{
background-color: #8A8982;
}
</style>
border-color css
<style>
span { border-color: #8A8982; }
span { border-color: rgb(138,137,130); }
td.TdClassName
{
border-color: #8A8982;
}
.TagClassName
{
border-color: #8A8982;
}
</style>