Shades of Jumbo #888A7F
Tints of Jumbo #888A7F
RGB
CMYK
RGB Variations
Color information
#888A7F (or 0x888A7F) is known color: Jumbo. HEX triplet: 88, 8A and 7F. RGB value is (136,138,127). Sum of RGB (Red+Green+Blue) = 136+138+127=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 138 - color contains mainly: green. Hex color #888A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888A7F is #777580. Grayscale: #888888. Windows color (decimal): -7828865 or 8358536. OLE color: 8358536.
HSL color Cylindrical-coordinate representation of color #888A7F: hue angle of 70.91º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #888A7F is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 138 | 127 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.46 |
| HSL | 70.91º | 0.04% | 0.52% | - |
| HSV(B) | 70.91º | 0.08% | 0.54% | - |
| XYZ | 23.07 | 24.94 | 23.68 | - |
| YUV | 136.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 138 | 127 | 0.01 | 0 | 0.08 | 0.46 | 70.91 | 0.04 | 0.52 |
| Hex | 88 | 8A | 7F | 1 | 0 | 8 | 2E | 47 | 4 | 34 |
| Octal | 210 | 212 | 177 | 1 | 0 | 10 | 56 | 107 | 4 | 64 |
| Binary | 10001000 | 10001010 | 1111111 | 1 | 0 | 1000 | 101110 | 1000111 | 100 | 110100 |
Color Harmonies of #888A7F
Complementary color
Monochromatic Colors of #888A7F
Black with #888A7F
Text Example
Text Example
White with #888A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888A7F; }
p { color: rgb(136,138,127); }
H1.HeaderClassName
{
color: #888A7F;
}
.AnyTagClassName
{
color: #888A7F;
}
</style>
background-color css
<style>
a { background-color: #888A7F; }
a { background-color: rgb(136,138,127); }
div.DivClassName
{
background-color: #888A7F;
}
.BgClassName
{
background-color: #888A7F;
}
</style>
border-color css
<style>
span { border-color: #888A7F; }
span { border-color: rgb(136,138,127); }
td.TdClassName
{
border-color: #888A7F;
}
.TagClassName
{
border-color: #888A7F;
}
</style>