Shades of Jumbo #88877B
Tints of Jumbo #88877B
RGB
CMYK
RGB Variations
Color information
#88877B (or 0x88877B) is known color: Jumbo. HEX triplet: 88, 87 and 7B. RGB value is (136,135,123). Sum of RGB (Red+Green+Blue) = 136+135+123=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 136 - color contains mainly: red. Hex color #88877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88877B is #777884. Grayscale: #858585. Windows color (decimal): -7829637 or 8095624. OLE color: 8095624.
HSL color Cylindrical-coordinate representation of color #88877B: hue angle of 55.38º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #88877B is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 135 | 123 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.47 |
| HSL | 55.38º | 0.05% | 0.51% | - |
| HSV(B) | 55.38º | 0.1% | 0.53% | - |
| XYZ | 22.39 | 23.99 | 22.19 | - |
| YUV | 133.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 135 | 123 | 0 | 0.01 | 0.10 | 0.47 | 55.38 | 0.05 | 0.51 |
| Hex | 88 | 87 | 7B | 0 | 1 | A | 2F | 37 | 5 | 33 |
| Octal | 210 | 207 | 173 | 0 | 1 | 12 | 57 | 67 | 5 | 63 |
| Binary | 10001000 | 10000111 | 1111011 | 0 | 1 | 1010 | 101111 | 110111 | 101 | 110011 |
Color Harmonies of #88877B
Complementary color
Monochromatic Colors of #88877B
Black with #88877B
Text Example
Text Example
White with #88877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88877B; }
p { color: rgb(136,135,123); }
H1.HeaderClassName
{
color: #88877B;
}
.AnyTagClassName
{
color: #88877B;
}
</style>
background-color css
<style>
a { background-color: #88877B; }
a { background-color: rgb(136,135,123); }
div.DivClassName
{
background-color: #88877B;
}
.BgClassName
{
background-color: #88877B;
}
</style>
border-color css
<style>
span { border-color: #88877B; }
span { border-color: rgb(136,135,123); }
td.TdClassName
{
border-color: #88877B;
}
.TagClassName
{
border-color: #88877B;
}
</style>