Shades of Jumbo #8A897C
Tints of Jumbo #8A897C
RGB
CMYK
RGB Variations
Color information
#8A897C (or 0x8A897C) is known color: Jumbo. HEX triplet: 8A, 89 and 7C. RGB value is (138,137,124). Sum of RGB (Red+Green+Blue) = 138+137+124=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 138 - color contains mainly: red. Hex color #8A897C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A897C is #757683. Grayscale: #878787. Windows color (decimal): -7698052 or 8161674. OLE color: 8161674.
HSL color Cylindrical-coordinate representation of color #8A897C: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A897C is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 137 | 124 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.46 |
| HSL | 55.71º | 0.06% | 0.51% | - |
| HSV(B) | 55.71º | 0.1% | 0.54% | - |
| XYZ | 23.06 | 24.75 | 22.63 | - |
| YUV | 135.82 | 121.33 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 137 | 124 | 0 | 0.01 | 0.10 | 0.46 | 55.71 | 0.06 | 0.51 |
| Hex | 8A | 89 | 7C | 0 | 1 | A | 2E | 38 | 6 | 33 |
| Octal | 212 | 211 | 174 | 0 | 1 | 12 | 56 | 70 | 6 | 63 |
| Binary | 10001010 | 10001001 | 1111100 | 0 | 1 | 1010 | 101110 | 111000 | 110 | 110011 |
Color Harmonies of #8A897C
Complementary color
Monochromatic Colors of #8A897C
Black with #8A897C
Text Example
Text Example
White with #8A897C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A897C; }
p { color: rgb(138,137,124); }
H1.HeaderClassName
{
color: #8A897C;
}
.AnyTagClassName
{
color: #8A897C;
}
</style>
background-color css
<style>
a { background-color: #8A897C; }
a { background-color: rgb(138,137,124); }
div.DivClassName
{
background-color: #8A897C;
}
.BgClassName
{
background-color: #8A897C;
}
</style>
border-color css
<style>
span { border-color: #8A897C; }
span { border-color: rgb(138,137,124); }
td.TdClassName
{
border-color: #8A897C;
}
.TagClassName
{
border-color: #8A897C;
}
</style>