Shades of Jumbo #88897F
Tints of Jumbo #88897F
RGB
CMYK
RGB Variations
Color information
#88897F (or 0x88897F) is known color: Jumbo. HEX triplet: 88, 89 and 7F. RGB value is (136,137,127). Sum of RGB (Red+Green+Blue) = 136+137+127=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 137 - color contains mainly: green. Hex color #88897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88897F is #777680. Grayscale: #878787. Windows color (decimal): -7829121 or 8358280. OLE color: 8358280.
HSL color Cylindrical-coordinate representation of color #88897F: hue angle of 66º 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 #88897F is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
RGB | 136 | 137 | 127 | - |
CMYK | 0.01 | 0 | 0.07 | 0.46 |
HSL | 66º | 0.04% | 0.52% | - |
HSV(B) | 66º | 0.07% | 0.54% | - |
XYZ | 22.93 | 24.66 | 23.63 | - |
YUV | 135.56 | 123.17 | 128.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 137 | 127 | 0.01 | 0 | 0.07 | 0.46 | 66 | 0.04 | 0.52 |
Hex | 88 | 89 | 7F | 1 | 0 | 7 | 2E | 42 | 4 | 34 |
Octal | 210 | 211 | 177 | 1 | 0 | 7 | 56 | 102 | 4 | 64 |
Binary | 10001000 | 10001001 | 1111111 | 1 | 0 | 111 | 101110 | 1000010 | 100 | 110100 |
Color Harmonies of #88897F
Complementary color
Monochromatic Colors of #88897F
Black with #88897F
Text Example
Text Example
White with #88897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88897F; }
p { color: rgb(136,137,127); }
H1.HeaderClassName
{
color: #88897F;
}
.AnyTagClassName
{
color: #88897F;
}
</style>
background-color css
<style>
a { background-color: #88897F; }
a { background-color: rgb(136,137,127); }
div.DivClassName
{
background-color: #88897F;
}
.BgClassName
{
background-color: #88897F;
}
</style>
border-color css
<style>
span { border-color: #88897F; }
span { border-color: rgb(136,137,127); }
td.TdClassName
{
border-color: #88897F;
}
.TagClassName
{
border-color: #88897F;
}
</style>