Shades of Jumbo #8A8980
Tints of Jumbo #8A8980
RGB
CMYK
RGB Variations
Color information
#8A8980 (or 0x8A8980) is known color: Jumbo. HEX triplet: 8A, 89 and 80. RGB value is (138,137,128). Sum of RGB (Red+Green+Blue) = 138+137+128=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8980 is #75767F. Grayscale: #888888. Windows color (decimal): -7698048 or 8423818. OLE color: 8423818.
HSL color Cylindrical-coordinate representation of color #8A8980: hue angle of 54º 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 #8A8980 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 128 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.46 |
| HSL | 54º | 0.04% | 0.52% | - |
| HSV(B) | 54º | 0.07% | 0.54% | - |
| XYZ | 23.32 | 24.85 | 23.99 | - |
| YUV | 136.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 128 | 0 | 0.01 | 0.07 | 0.46 | 54 | 0.04 | 0.52 |
| Hex | 8A | 89 | 80 | 0 | 1 | 7 | 2E | 36 | 4 | 34 |
| Octal | 212 | 211 | 200 | 0 | 1 | 7 | 56 | 66 | 4 | 64 |
| Binary | 10001010 | 10001001 | 10000000 | 0 | 1 | 111 | 101110 | 110110 | 100 | 110100 |
Color Harmonies of #8A8980
Complementary color
Monochromatic Colors of #8A8980
Black with #8A8980
Text Example
Text Example
White with #8A8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8980; }
p { color: rgb(138,137,128); }
H1.HeaderClassName
{
color: #8A8980;
}
.AnyTagClassName
{
color: #8A8980;
}
</style>
background-color css
<style>
a { background-color: #8A8980; }
a { background-color: rgb(138,137,128); }
div.DivClassName
{
background-color: #8A8980;
}
.BgClassName
{
background-color: #8A8980;
}
</style>
border-color css
<style>
span { border-color: #8A8980; }
span { border-color: rgb(138,137,128); }
td.TdClassName
{
border-color: #8A8980;
}
.TagClassName
{
border-color: #8A8980;
}
</style>