Shades of Jumbo #88887B
Tints of Jumbo #88887B
RGB
CMYK
RGB Variations
Color information
#88887B (or 0x88887B) is known color: Jumbo. HEX triplet: 88, 88 and 7B. RGB value is (136,136,123). Sum of RGB (Red+Green+Blue) = 136+136+123=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 136 - color contains mainly: red, green. Hex color #88887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88887B is #777784. Grayscale: #868686. Windows color (decimal): -7829381 or 8095880. OLE color: 8095880.
HSL color Cylindrical-coordinate representation of color #88887B: hue angle of 60º 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 #88887B is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 136 | 123 | - |
| CMYK | 0 | 0 | 0.10 | 0.47 |
| HSL | 60º | 0.05% | 0.51% | - |
| HSV(B) | 60º | 0.1% | 0.53% | - |
| XYZ | 22.53 | 24.27 | 22.24 | - |
| YUV | 134.52 | 121.5 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 123 | 0 | 0 | 0.10 | 0.47 | 60 | 0.05 | 0.51 |
| Hex | 88 | 88 | 7B | 0 | 0 | A | 2F | 3C | 5 | 33 |
| Octal | 210 | 210 | 173 | 0 | 0 | 12 | 57 | 74 | 5 | 63 |
| Binary | 10001000 | 10001000 | 1111011 | 0 | 0 | 1010 | 101111 | 111100 | 101 | 110011 |
Color Harmonies of #88887B
Complementary color
Monochromatic Colors of #88887B
Black with #88887B
Text Example
Text Example
White with #88887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88887B; }
p { color: rgb(136,136,123); }
H1.HeaderClassName
{
color: #88887B;
}
.AnyTagClassName
{
color: #88887B;
}
</style>
background-color css
<style>
a { background-color: #88887B; }
a { background-color: rgb(136,136,123); }
div.DivClassName
{
background-color: #88887B;
}
.BgClassName
{
background-color: #88887B;
}
</style>
border-color css
<style>
span { border-color: #88887B; }
span { border-color: rgb(136,136,123); }
td.TdClassName
{
border-color: #88887B;
}
.TagClassName
{
border-color: #88887B;
}
</style>