Shades of Jumbo #8A8D82
Tints of Jumbo #8A8D82
RGB
CMYK
RGB Variations
Color information
#8A8D82 (or 0x8A8D82) is known color: Jumbo. HEX triplet: 8A, 8D and 82. RGB value is (138,141,130). Sum of RGB (Red+Green+Blue) = 138+141+130=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 141 - color contains mainly: green. Hex color #8A8D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8D82 is #75727D. Grayscale: #8A8A8A. Windows color (decimal): -7697022 or 8555914. OLE color: 8555914.
HSL color Cylindrical-coordinate representation of color #8A8D82: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A8D82 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 141 | 130 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.45 |
| HSL | 76.36º | 0.05% | 0.53% | - |
| HSV(B) | 76.36º | 0.08% | 0.55% | - |
| XYZ | 24.04 | 26.06 | 24.88 | - |
| YUV | 138.85 | 123.01 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 141 | 130 | 0.02 | 0 | 0.08 | 0.45 | 76.36 | 0.05 | 0.53 |
| Hex | 8A | 8D | 82 | 2 | 0 | 8 | 2D | 4C | 5 | 35 |
| Octal | 212 | 215 | 202 | 2 | 0 | 10 | 55 | 114 | 5 | 65 |
| Binary | 10001010 | 10001101 | 10000010 | 10 | 0 | 1000 | 101101 | 1001100 | 101 | 110101 |
Color Harmonies of #8A8D82
Complementary color
Monochromatic Colors of #8A8D82
Black with #8A8D82
Text Example
Text Example
White with #8A8D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8D82; }
p { color: rgb(138,141,130); }
H1.HeaderClassName
{
color: #8A8D82;
}
.AnyTagClassName
{
color: #8A8D82;
}
</style>
background-color css
<style>
a { background-color: #8A8D82; }
a { background-color: rgb(138,141,130); }
div.DivClassName
{
background-color: #8A8D82;
}
.BgClassName
{
background-color: #8A8D82;
}
</style>
border-color css
<style>
span { border-color: #8A8D82; }
span { border-color: rgb(138,141,130); }
td.TdClassName
{
border-color: #8A8D82;
}
.TagClassName
{
border-color: #8A8D82;
}
</style>