Shades of Gumbo #778B87
Tints of Gumbo #778B87
RGB
CMYK
RGB Variations
Color information
#778B87 (or 0x778B87) is known color: Gumbo. HEX triplet: 77, 8B and 87. RGB value is (119,139,135). Sum of RGB (Red+Green+Blue) = 119+139+135=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 139 - color contains mainly: green. Hex color #778B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B87 is #887478. Grayscale: #848484. Windows color (decimal): -8942713 or 8883063. OLE color: 8883063.
HSL color Cylindrical-coordinate representation of color #778B87: hue angle of 168º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #778B87 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 135 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.45 |
| HSL | 168º | 0.08% | 0.51% | - |
| HSV(B) | 168º | 0.14% | 0.55% | - |
| XYZ | 21.21 | 24.14 | 26.46 | - |
| YUV | 132.56 | 129.37 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 135 | 0.14 | 0 | 0.03 | 0.45 | 168 | 0.08 | 0.51 |
| Hex | 77 | 8B | 87 | E | 0 | 3 | 2D | A8 | 8 | 33 |
| Octal | 167 | 213 | 207 | 16 | 0 | 3 | 55 | 250 | 10 | 63 |
| Binary | 1110111 | 10001011 | 10000111 | 1110 | 0 | 11 | 101101 | 10101000 | 1000 | 110011 |
Color Harmonies of #778B87
Complementary color
Monochromatic Colors of #778B87
Black with #778B87
Text Example
Text Example
White with #778B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B87; }
p { color: rgb(119,139,135); }
H1.HeaderClassName
{
color: #778B87;
}
.AnyTagClassName
{
color: #778B87;
}
</style>
background-color css
<style>
a { background-color: #778B87; }
a { background-color: rgb(119,139,135); }
div.DivClassName
{
background-color: #778B87;
}
.BgClassName
{
background-color: #778B87;
}
</style>
border-color css
<style>
span { border-color: #778B87; }
span { border-color: rgb(119,139,135); }
td.TdClassName
{
border-color: #778B87;
}
.TagClassName
{
border-color: #778B87;
}
</style>