Shades of Jumbo #8A8A88
Tints of Jumbo #8A8A88
RGB
CMYK
RGB Variations
Color information
#8A8A88 (or 0x8A8A88) is known color: Jumbo. HEX triplet: 8A, 8A and 88. RGB value is (138,138,136). Sum of RGB (Red+Green+Blue) = 138+138+136=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 138 - color contains mainly: red, green. Hex color #8A8A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8A88 is #757577. Grayscale: #898989. Windows color (decimal): -7697784 or 8948362. OLE color: 8948362.
HSL color Cylindrical-coordinate representation of color #8A8A88: hue angle of 60º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8A8A88 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 138 | 136 | - |
| CMYK | 0 | 0 | 0.01 | 0.46 |
| HSL | 60º | 0.01% | 0.54% | - |
| HSV(B) | 60º | 0.01% | 0.54% | - |
| XYZ | 24.01 | 25.36 | 26.92 | - |
| YUV | 137.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 138 | 136 | 0 | 0 | 0.01 | 0.46 | 60 | 0.01 | 0.54 |
| Hex | 8A | 8A | 88 | 0 | 0 | 1 | 2E | 3C | 1 | 36 |
| Octal | 212 | 212 | 210 | 0 | 0 | 1 | 56 | 74 | 1 | 66 |
| Binary | 10001010 | 10001010 | 10001000 | 0 | 0 | 1 | 101110 | 111100 | 1 | 110110 |
Color Harmonies of #8A8A88
Complementary color
Monochromatic Colors of #8A8A88
Black with #8A8A88
Text Example
Text Example
White with #8A8A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8A88; }
p { color: rgb(138,138,136); }
H1.HeaderClassName
{
color: #8A8A88;
}
.AnyTagClassName
{
color: #8A8A88;
}
</style>
background-color css
<style>
a { background-color: #8A8A88; }
a { background-color: rgb(138,138,136); }
div.DivClassName
{
background-color: #8A8A88;
}
.BgClassName
{
background-color: #8A8A88;
}
</style>
border-color css
<style>
span { border-color: #8A8A88; }
span { border-color: rgb(138,138,136); }
td.TdClassName
{
border-color: #8A8A88;
}
.TagClassName
{
border-color: #8A8A88;
}
</style>