Shades of Gumbo #788682
Tints of Gumbo #788682
RGB
CMYK
RGB Variations
Color information
#788682 (or 0x788682) is known color: Gumbo. HEX triplet: 78, 86 and 82. RGB value is (120,134,130). Sum of RGB (Red+Green+Blue) = 120+134+130=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #788682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788682 is #87797D. Grayscale: #818181. Windows color (decimal): -8878462 or 8554104. OLE color: 8554104.
HSL color Cylindrical-coordinate representation of color #788682: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788682 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 130 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.47 |
| HSL | 162.86º | 0.06% | 0.5% | - |
| HSV(B) | 162.86º | 0.1% | 0.53% | - |
| XYZ | 20.3 | 22.65 | 24.42 | - |
| YUV | 129.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 130 | 0.10 | 0 | 0.03 | 0.47 | 162.86 | 0.06 | 0.5 |
| Hex | 78 | 86 | 82 | A | 0 | 3 | 2F | A3 | 6 | 32 |
| Octal | 170 | 206 | 202 | 12 | 0 | 3 | 57 | 243 | 6 | 62 |
| Binary | 1111000 | 10000110 | 10000010 | 1010 | 0 | 11 | 101111 | 10100011 | 110 | 110010 |
Color Harmonies of #788682
Complementary color
Monochromatic Colors of #788682
Black with #788682
Text Example
Text Example
White with #788682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788682; }
p { color: rgb(120,134,130); }
H1.HeaderClassName
{
color: #788682;
}
.AnyTagClassName
{
color: #788682;
}
</style>
background-color css
<style>
a { background-color: #788682; }
a { background-color: rgb(120,134,130); }
div.DivClassName
{
background-color: #788682;
}
.BgClassName
{
background-color: #788682;
}
</style>
border-color css
<style>
span { border-color: #788682; }
span { border-color: rgb(120,134,130); }
td.TdClassName
{
border-color: #788682;
}
.TagClassName
{
border-color: #788682;
}
</style>