Shades of Jumbo #888B7B
Tints of Jumbo #888B7B
RGB
CMYK
RGB Variations
Color information
#888B7B (or 0x888B7B) is known color: Jumbo. HEX triplet: 88, 8B and 7B. RGB value is (136,139,123). Sum of RGB (Red+Green+Blue) = 136+139+123=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 139 - color contains mainly: green. Hex color #888B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888B7B is #777484. Grayscale: #888888. Windows color (decimal): -7828613 or 8096648. OLE color: 8096648.
HSL color Cylindrical-coordinate representation of color #888B7B: hue angle of 71.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #888B7B is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
RGB | 136 | 139 | 123 | - |
CMYK | 0.02 | 0 | 0.12 | 0.45 |
HSL | 71.25º | 0.06% | 0.51% | - |
HSV(B) | 71.25º | 0.12% | 0.55% | - |
XYZ | 22.96 | 25.13 | 22.38 | - |
YUV | 136.28 | 120.51 | 127.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 139 | 123 | 0.02 | 0 | 0.12 | 0.45 | 71.25 | 0.06 | 0.51 |
Hex | 88 | 8B | 7B | 2 | 0 | C | 2D | 47 | 6 | 33 |
Octal | 210 | 213 | 173 | 2 | 0 | 14 | 55 | 107 | 6 | 63 |
Binary | 10001000 | 10001011 | 1111011 | 10 | 0 | 1100 | 101101 | 1000111 | 110 | 110011 |
Color Harmonies of #888B7B
Complementary color
Monochromatic Colors of #888B7B
Black with #888B7B
Text Example
Text Example
White with #888B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888B7B; }
p { color: rgb(136,139,123); }
H1.HeaderClassName
{
color: #888B7B;
}
.AnyTagClassName
{
color: #888B7B;
}
</style>
background-color css
<style>
a { background-color: #888B7B; }
a { background-color: rgb(136,139,123); }
div.DivClassName
{
background-color: #888B7B;
}
.BgClassName
{
background-color: #888B7B;
}
</style>
border-color css
<style>
span { border-color: #888B7B; }
span { border-color: rgb(136,139,123); }
td.TdClassName
{
border-color: #888B7B;
}
.TagClassName
{
border-color: #888B7B;
}
</style>