Shades of Gumbo #688887
Tints of Gumbo #688887
RGB
CMYK
RGB Variations
Color information
#688887 (or 0x688887) is known color: Gumbo. HEX triplet: 68, 88 and 87. RGB value is (104,136,135). Sum of RGB (Red+Green+Blue) = 104+136+135=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #688887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688887 is #977778. Grayscale: #7E7E7E. Windows color (decimal): -9926521 or 8882280. OLE color: 8882280.
HSL color Cylindrical-coordinate representation of color #688887: hue angle of 178.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688887 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 135 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.47 |
| HSL | 178.13º | 0.13% | 0.47% | - |
| HSV(B) | 178.13º | 0.24% | 0.53% | - |
| XYZ | 18.89 | 22.3 | 26.23 | - |
| YUV | 126.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 135 | 0.24 | 0 | 0.01 | 0.47 | 178.13 | 0.13 | 0.47 |
| Hex | 68 | 88 | 87 | 18 | 0 | 1 | 2F | B2 | D | 2F |
| Octal | 150 | 210 | 207 | 30 | 0 | 1 | 57 | 262 | 15 | 57 |
| Binary | 1101000 | 10001000 | 10000111 | 11000 | 0 | 1 | 101111 | 10110010 | 1101 | 101111 |
Color Harmonies of #688887
Complementary color
Monochromatic Colors of #688887
Black with #688887
Text Example
Text Example
White with #688887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688887; }
p { color: rgb(104,136,135); }
H1.HeaderClassName
{
color: #688887;
}
.AnyTagClassName
{
color: #688887;
}
</style>
background-color css
<style>
a { background-color: #688887; }
a { background-color: rgb(104,136,135); }
div.DivClassName
{
background-color: #688887;
}
.BgClassName
{
background-color: #688887;
}
</style>
border-color css
<style>
span { border-color: #688887; }
span { border-color: rgb(104,136,135); }
td.TdClassName
{
border-color: #688887;
}
.TagClassName
{
border-color: #688887;
}
</style>