#778B88

Color #778B88 Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #778B88

Tints of Gumbo #778B88

Color information

#778B88 (or 0x778B88) is unknown color: approx Gumbo. HEX triplet: 77, 8B and 88. RGB value is (119,139,136). Sum of RGB (Red+Green+Blue) = 119+139+136=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 139 - color contains mainly: green. Hex color #778B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778B88 is #887477. Grayscale: #848484. Windows color (decimal): -8942712 or 8948599. OLE color: 8948599.

HSL color Cylindrical-coordinate representation of color #778B88: hue angle of 171º 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 #778B88 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB119139136-
CMYK0.1400.020.45
HSL171º7.94%50.59%-
HSV(B)171º14.39%54.51%-
XYZ21.2824.1626.84-
YUV132.68129.87118.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 136 (53.52% from 255) = 34.52%
R=30.20%
G=35.28%
B=34.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191391360.1400.020.451717.9450.59
Hex778B88E022Dab833
Octal1672132101602552531063
Binary111011110001011100010001110010101101101010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778B88; }

 p { color: rgb(119,139,136); }

 H1.HeaderClassName
 {
   color: #778B88;
 }
 .AnyTagClassName
 {
   color: #778B88;
 }
</style>
background-color css

<style>
 a { background-color: #778B88; }

 a { background-color: rgb(119,139,136); }

 div.DivClassName
 {
   background-color: #778B88;
 }
 .BgClassName
 {
   background-color: #778B88;
 }
</style>
border-color css

<style>
 span { border-color: #778B88; }

 span { border-color: rgb(119,139,136); }

 td.TdClassName
 {
   border-color: #778B88;
 }
 .TagClassName
 {
   border-color: #778B88;
 }
</style>