Shades of Gumbo #628C8A
Tints of Gumbo #628C8A
RGB
CMYK
RGB Variations
Color information
#628C8A (or 0x628C8A) is known color: Gumbo. HEX triplet: 62, 8C and 8A. RGB value is (98,140,138). Sum of RGB (Red+Green+Blue) = 98+140+138=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #628C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628C8A is #9D7375. Grayscale: #7F7F7F. Windows color (decimal): -10318710 or 9079906. OLE color: 9079906.
HSL color Cylindrical-coordinate representation of color #628C8A: hue angle of 177.14º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #628C8A is Cyan = 0.3, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 140 | 138 | - |
| CMYK | 0.3 | 0 | 0.01 | 0.45 |
| HSL | 177.14º | 0.18% | 0.47% | - |
| HSV(B) | 177.14º | 0.3% | 0.55% | - |
| XYZ | 19 | 23.19 | 27.52 | - |
| YUV | 127.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 140 | 138 | 0.3 | 0 | 0.01 | 0.45 | 177.14 | 0.18 | 0.47 |
| Hex | 62 | 8C | 8A | 1E | 0 | 1 | 2D | B1 | 12 | 2F |
| Octal | 142 | 214 | 212 | 36 | 0 | 1 | 55 | 261 | 22 | 57 |
| Binary | 1100010 | 10001100 | 10001010 | 11110 | 0 | 1 | 101101 | 10110001 | 10010 | 101111 |
Color Harmonies of #628C8A
Complementary color
Monochromatic Colors of #628C8A
Black with #628C8A
Text Example
Text Example
White with #628C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628C8A; }
p { color: rgb(98,140,138); }
H1.HeaderClassName
{
color: #628C8A;
}
.AnyTagClassName
{
color: #628C8A;
}
</style>
background-color css
<style>
a { background-color: #628C8A; }
a { background-color: rgb(98,140,138); }
div.DivClassName
{
background-color: #628C8A;
}
.BgClassName
{
background-color: #628C8A;
}
</style>
border-color css
<style>
span { border-color: #628C8A; }
span { border-color: rgb(98,140,138); }
td.TdClassName
{
border-color: #628C8A;
}
.TagClassName
{
border-color: #628C8A;
}
</style>