Shades of Gumbo #678582
Tints of Gumbo #678582
RGB
CMYK
RGB Variations
Color information
#678582 (or 0x678582) is known color: Gumbo. HEX triplet: 67, 85 and 82. RGB value is (103,133,130). Sum of RGB (Red+Green+Blue) = 103+133+130=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #678582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678582 is #987A7D. Grayscale: #7B7B7B. Windows color (decimal): -9992830 or 8553831. OLE color: 8553831.
HSL color Cylindrical-coordinate representation of color #678582: hue angle of 174º 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 #678582 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 130 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.48 |
| HSL | 174º | 0.13% | 0.46% | - |
| HSV(B) | 174º | 0.23% | 0.52% | - |
| XYZ | 18.01 | 21.27 | 24.28 | - |
| YUV | 123.69 | 131.56 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 130 | 0.23 | 0 | 0.02 | 0.48 | 174 | 0.13 | 0.46 |
| Hex | 67 | 85 | 82 | 17 | 0 | 2 | 30 | AE | D | 2E |
| Octal | 147 | 205 | 202 | 27 | 0 | 2 | 60 | 256 | 15 | 56 |
| Binary | 1100111 | 10000101 | 10000010 | 10111 | 0 | 10 | 110000 | 10101110 | 1101 | 101110 |
Color Harmonies of #678582
Complementary color
Monochromatic Colors of #678582
Black with #678582
Text Example
Text Example
White with #678582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678582; }
p { color: rgb(103,133,130); }
H1.HeaderClassName
{
color: #678582;
}
.AnyTagClassName
{
color: #678582;
}
</style>
background-color css
<style>
a { background-color: #678582; }
a { background-color: rgb(103,133,130); }
div.DivClassName
{
background-color: #678582;
}
.BgClassName
{
background-color: #678582;
}
</style>
border-color css
<style>
span { border-color: #678582; }
span { border-color: rgb(103,133,130); }
td.TdClassName
{
border-color: #678582;
}
.TagClassName
{
border-color: #678582;
}
</style>