Shades of Gumbo #778C87
Tints of Gumbo #778C87
RGB
CMYK
RGB Variations
Color information
#778C87 (or 0x778C87) is known color: Gumbo. HEX triplet: 77, 8C and 87. RGB value is (119,140,135). Sum of RGB (Red+Green+Blue) = 119+140+135=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 140 - color contains mainly: green. Hex color #778C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778C87 is #887378. Grayscale: #858585. Windows color (decimal): -8942457 or 8883319. OLE color: 8883319.
HSL color Cylindrical-coordinate representation of color #778C87: hue angle of 165.71º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #778C87 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 135 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.45 |
| HSL | 165.71º | 0.08% | 0.51% | - |
| HSV(B) | 165.71º | 0.15% | 0.55% | - |
| XYZ | 21.36 | 24.43 | 26.51 | - |
| YUV | 133.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 135 | 0.15 | 0 | 0.04 | 0.45 | 165.71 | 0.08 | 0.51 |
| Hex | 77 | 8C | 87 | F | 0 | 4 | 2D | A6 | 8 | 33 |
| Octal | 167 | 214 | 207 | 17 | 0 | 4 | 55 | 246 | 10 | 63 |
| Binary | 1110111 | 10001100 | 10000111 | 1111 | 0 | 100 | 101101 | 10100110 | 1000 | 110011 |
Color Harmonies of #778C87
Complementary color
Monochromatic Colors of #778C87
Black with #778C87
Text Example
Text Example
White with #778C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C87; }
p { color: rgb(119,140,135); }
H1.HeaderClassName
{
color: #778C87;
}
.AnyTagClassName
{
color: #778C87;
}
</style>
background-color css
<style>
a { background-color: #778C87; }
a { background-color: rgb(119,140,135); }
div.DivClassName
{
background-color: #778C87;
}
.BgClassName
{
background-color: #778C87;
}
</style>
border-color css
<style>
span { border-color: #778C87; }
span { border-color: rgb(119,140,135); }
td.TdClassName
{
border-color: #778C87;
}
.TagClassName
{
border-color: #778C87;
}
</style>