Shades of Gumbo #778885
Tints of Gumbo #778885
RGB
CMYK
RGB Variations
Color information
#778885 (or 0x778885) is known color: Gumbo. HEX triplet: 77, 88 and 85. RGB value is (119,136,133). Sum of RGB (Red+Green+Blue) = 119+136+133=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 136 - color contains mainly: green. Hex color #778885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778885 is #88777A. Grayscale: #828282. Windows color (decimal): -8943483 or 8751223. OLE color: 8751223.
HSL color Cylindrical-coordinate representation of color #778885: hue angle of 169.41º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778885 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 136 | 133 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.47 |
| HSL | 169.41º | 0.07% | 0.5% | - |
| HSV(B) | 169.41º | 0.13% | 0.53% | - |
| XYZ | 20.65 | 23.22 | 25.58 | - |
| YUV | 130.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 133 | 0.12 | 0 | 0.02 | 0.47 | 169.41 | 0.07 | 0.5 |
| Hex | 77 | 88 | 85 | C | 0 | 2 | 2F | A9 | 7 | 32 |
| Octal | 167 | 210 | 205 | 14 | 0 | 2 | 57 | 251 | 7 | 62 |
| Binary | 1110111 | 10001000 | 10000101 | 1100 | 0 | 10 | 101111 | 10101001 | 111 | 110010 |
Color Harmonies of #778885
Complementary color
Monochromatic Colors of #778885
Black with #778885
Text Example
Text Example
White with #778885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778885; }
p { color: rgb(119,136,133); }
H1.HeaderClassName
{
color: #778885;
}
.AnyTagClassName
{
color: #778885;
}
</style>
background-color css
<style>
a { background-color: #778885; }
a { background-color: rgb(119,136,133); }
div.DivClassName
{
background-color: #778885;
}
.BgClassName
{
background-color: #778885;
}
</style>
border-color css
<style>
span { border-color: #778885; }
span { border-color: rgb(119,136,133); }
td.TdClassName
{
border-color: #778885;
}
.TagClassName
{
border-color: #778885;
}
</style>