Shades of Gumbo #688C87
Tints of Gumbo #688C87
RGB
CMYK
RGB Variations
Color information
#688C87 (or 0x688C87) is known color: Gumbo. HEX triplet: 68, 8C and 87. RGB value is (104,140,135). Sum of RGB (Red+Green+Blue) = 104+140+135=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #688C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688C87 is #977378. Grayscale: #808080. Windows color (decimal): -9925497 or 8883304. OLE color: 8883304.
HSL color Cylindrical-coordinate representation of color #688C87: hue angle of 171.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688C87 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 135 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.45 |
| HSL | 171.67º | 0.15% | 0.48% | - |
| HSV(B) | 171.67º | 0.26% | 0.55% | - |
| XYZ | 19.46 | 23.45 | 26.42 | - |
| YUV | 128.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 135 | 0.26 | 0 | 0.04 | 0.45 | 171.67 | 0.15 | 0.48 |
| Hex | 68 | 8C | 87 | 1A | 0 | 4 | 2D | AC | F | 30 |
| Octal | 150 | 214 | 207 | 32 | 0 | 4 | 55 | 254 | 17 | 60 |
| Binary | 1101000 | 10001100 | 10000111 | 11010 | 0 | 100 | 101101 | 10101100 | 1111 | 110000 |
Color Harmonies of #688C87
Complementary color
Monochromatic Colors of #688C87
Black with #688C87
Text Example
Text Example
White with #688C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C87; }
p { color: rgb(104,140,135); }
H1.HeaderClassName
{
color: #688C87;
}
.AnyTagClassName
{
color: #688C87;
}
</style>
background-color css
<style>
a { background-color: #688C87; }
a { background-color: rgb(104,140,135); }
div.DivClassName
{
background-color: #688C87;
}
.BgClassName
{
background-color: #688C87;
}
</style>
border-color css
<style>
span { border-color: #688C87; }
span { border-color: rgb(104,140,135); }
td.TdClassName
{
border-color: #688C87;
}
.TagClassName
{
border-color: #688C87;
}
</style>