Shades of Jumbo #8A8981
Tints of Jumbo #8A8981
RGB
CMYK
RGB Variations
Color information
#8A8981 (or 0x8A8981) is known color: Jumbo. HEX triplet: 8A, 89 and 81. RGB value is (138,137,129). Sum of RGB (Red+Green+Blue) = 138+137+129=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8981 is #75767E. Grayscale: #888888. Windows color (decimal): -7698047 or 8489354. OLE color: 8489354.
HSL color Cylindrical-coordinate representation of color #8A8981: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8981 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 129 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.46 |
| HSL | 53.33º | 0.04% | 0.52% | - |
| HSV(B) | 53.33º | 0.07% | 0.54% | - |
| XYZ | 23.39 | 24.88 | 24.34 | - |
| YUV | 136.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 129 | 0 | 0.01 | 0.07 | 0.46 | 53.33 | 0.04 | 0.52 |
| Hex | 8A | 89 | 81 | 0 | 1 | 7 | 2E | 35 | 4 | 34 |
| Octal | 212 | 211 | 201 | 0 | 1 | 7 | 56 | 65 | 4 | 64 |
| Binary | 10001010 | 10001001 | 10000001 | 0 | 1 | 111 | 101110 | 110101 | 100 | 110100 |
Color Harmonies of #8A8981
Complementary color
Monochromatic Colors of #8A8981
Black with #8A8981
Text Example
Text Example
White with #8A8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8981; }
p { color: rgb(138,137,129); }
H1.HeaderClassName
{
color: #8A8981;
}
.AnyTagClassName
{
color: #8A8981;
}
</style>
background-color css
<style>
a { background-color: #8A8981; }
a { background-color: rgb(138,137,129); }
div.DivClassName
{
background-color: #8A8981;
}
.BgClassName
{
background-color: #8A8981;
}
</style>
border-color css
<style>
span { border-color: #8A8981; }
span { border-color: rgb(138,137,129); }
td.TdClassName
{
border-color: #8A8981;
}
.TagClassName
{
border-color: #8A8981;
}
</style>