Shades of Gumbo #678887
Tints of Gumbo #678887
RGB
CMYK
RGB Variations
Color information
#678887 (or 0x678887) is known color: Gumbo. HEX triplet: 67, 88 and 87. RGB value is (103,136,135). Sum of RGB (Red+Green+Blue) = 103+136+135=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #678887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678887 is #987778. Grayscale: #7D7D7D. Windows color (decimal): -9992057 or 8882279. OLE color: 8882279.
HSL color Cylindrical-coordinate representation of color #678887: hue angle of 178.18º degrees, saturation: 0.14, 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 #678887 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 136 | 135 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.47 |
| HSL | 178.18º | 0.14% | 0.47% | - |
| HSV(B) | 178.18º | 0.24% | 0.53% | - |
| XYZ | 18.77 | 22.24 | 26.23 | - |
| YUV | 126.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 136 | 135 | 0.24 | 0 | 0.01 | 0.47 | 178.18 | 0.14 | 0.47 |
| Hex | 67 | 88 | 87 | 18 | 0 | 1 | 2F | B2 | E | 2F |
| Octal | 147 | 210 | 207 | 30 | 0 | 1 | 57 | 262 | 16 | 57 |
| Binary | 1100111 | 10001000 | 10000111 | 11000 | 0 | 1 | 101111 | 10110010 | 1110 | 101111 |
Color Harmonies of #678887
Complementary color
Monochromatic Colors of #678887
Black with #678887
Text Example
Text Example
White with #678887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678887; }
p { color: rgb(103,136,135); }
H1.HeaderClassName
{
color: #678887;
}
.AnyTagClassName
{
color: #678887;
}
</style>
background-color css
<style>
a { background-color: #678887; }
a { background-color: rgb(103,136,135); }
div.DivClassName
{
background-color: #678887;
}
.BgClassName
{
background-color: #678887;
}
</style>
border-color css
<style>
span { border-color: #678887; }
span { border-color: rgb(103,136,135); }
td.TdClassName
{
border-color: #678887;
}
.TagClassName
{
border-color: #678887;
}
</style>