Shades of Gumbo #678984
Tints of Gumbo #678984
RGB
CMYK
RGB Variations
Color information
#678984 (or 0x678984) is known color: Gumbo. HEX triplet: 67, 89 and 84. RGB value is (103,137,132). Sum of RGB (Red+Green+Blue) = 103+137+132=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #678984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678984 is #98767B. Grayscale: #7E7E7E. Windows color (decimal): -9991804 or 8685927. OLE color: 8685927.
HSL color Cylindrical-coordinate representation of color #678984: hue angle of 171.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678984 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 132 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.46 |
| HSL | 171.18º | 0.14% | 0.47% | - |
| HSV(B) | 171.18º | 0.25% | 0.54% | - |
| XYZ | 18.7 | 22.44 | 25.18 | - |
| YUV | 126.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 132 | 0.25 | 0 | 0.04 | 0.46 | 171.18 | 0.14 | 0.47 |
| Hex | 67 | 89 | 84 | 19 | 0 | 4 | 2E | AB | E | 2F |
| Octal | 147 | 211 | 204 | 31 | 0 | 4 | 56 | 253 | 16 | 57 |
| Binary | 1100111 | 10001001 | 10000100 | 11001 | 0 | 100 | 101110 | 10101011 | 1110 | 101111 |
Color Harmonies of #678984
Complementary color
Monochromatic Colors of #678984
Black with #678984
Text Example
Text Example
White with #678984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678984; }
p { color: rgb(103,137,132); }
H1.HeaderClassName
{
color: #678984;
}
.AnyTagClassName
{
color: #678984;
}
</style>
background-color css
<style>
a { background-color: #678984; }
a { background-color: rgb(103,137,132); }
div.DivClassName
{
background-color: #678984;
}
.BgClassName
{
background-color: #678984;
}
</style>
border-color css
<style>
span { border-color: #678984; }
span { border-color: rgb(103,137,132); }
td.TdClassName
{
border-color: #678984;
}
.TagClassName
{
border-color: #678984;
}
</style>