Shades of Gumbo #678580
Tints of Gumbo #678580
RGB
CMYK
RGB Variations
Color information
#678580 (or 0x678580) is known color: Gumbo. HEX triplet: 67, 85 and 80. RGB value is (103,133,128). Sum of RGB (Red+Green+Blue) = 103+133+128=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #678580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678580 is #987A7F. Grayscale: #7B7B7B. Windows color (decimal): -9992832 or 8422759. OLE color: 8422759.
HSL color Cylindrical-coordinate representation of color #678580: hue angle of 170º 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 #678580 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 133 | 128 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.48 |
| HSL | 170º | 0.13% | 0.46% | - |
| HSV(B) | 170º | 0.23% | 0.52% | - |
| XYZ | 17.88 | 21.22 | 23.58 | - |
| YUV | 123.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 128 | 0.23 | 0 | 0.04 | 0.48 | 170 | 0.13 | 0.46 |
| Hex | 67 | 85 | 80 | 17 | 0 | 4 | 30 | AA | D | 2E |
| Octal | 147 | 205 | 200 | 27 | 0 | 4 | 60 | 252 | 15 | 56 |
| Binary | 1100111 | 10000101 | 10000000 | 10111 | 0 | 100 | 110000 | 10101010 | 1101 | 101110 |
Color Harmonies of #678580
Complementary color
Monochromatic Colors of #678580
Black with #678580
Text Example
Text Example
White with #678580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678580; }
p { color: rgb(103,133,128); }
H1.HeaderClassName
{
color: #678580;
}
.AnyTagClassName
{
color: #678580;
}
</style>
background-color css
<style>
a { background-color: #678580; }
a { background-color: rgb(103,133,128); }
div.DivClassName
{
background-color: #678580;
}
.BgClassName
{
background-color: #678580;
}
</style>
border-color css
<style>
span { border-color: #678580; }
span { border-color: rgb(103,133,128); }
td.TdClassName
{
border-color: #678580;
}
.TagClassName
{
border-color: #678580;
}
</style>