Shades of Gumbo #678584
Tints of Gumbo #678584
RGB
CMYK
RGB Variations
Color information
#678584 (or 0x678584) is known color: Gumbo. HEX triplet: 67, 85 and 84. RGB value is (103,133,132). Sum of RGB (Red+Green+Blue) = 103+133+132=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #678584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678584 is #987A7B. Grayscale: #7B7B7B. Windows color (decimal): -9992828 or 8684903. OLE color: 8684903.
HSL color Cylindrical-coordinate representation of color #678584: hue angle of 178º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #678584 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 132 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.48 |
| HSL | 178º | 0.13% | 0.46% | - |
| HSV(B) | 178º | 0.23% | 0.52% | - |
| XYZ | 18.15 | 21.32 | 24.99 | - |
| YUV | 123.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 132 | 0.23 | 0 | 0.01 | 0.48 | 178 | 0.13 | 0.46 |
| Hex | 67 | 85 | 84 | 17 | 0 | 1 | 30 | B2 | D | 2E |
| Octal | 147 | 205 | 204 | 27 | 0 | 1 | 60 | 262 | 15 | 56 |
| Binary | 1100111 | 10000101 | 10000100 | 10111 | 0 | 1 | 110000 | 10110010 | 1101 | 101110 |
Color Harmonies of #678584
Complementary color
Monochromatic Colors of #678584
Black with #678584
Text Example
Text Example
White with #678584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678584; }
p { color: rgb(103,133,132); }
H1.HeaderClassName
{
color: #678584;
}
.AnyTagClassName
{
color: #678584;
}
</style>
background-color css
<style>
a { background-color: #678584; }
a { background-color: rgb(103,133,132); }
div.DivClassName
{
background-color: #678584;
}
.BgClassName
{
background-color: #678584;
}
</style>
border-color css
<style>
span { border-color: #678584; }
span { border-color: rgb(103,133,132); }
td.TdClassName
{
border-color: #678584;
}
.TagClassName
{
border-color: #678584;
}
</style>