#778E89

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

Shades of Gumbo #778E89

Tints of Gumbo #778E89

Color information

#778E89 (or 0x778E89) is unknown color: approx Gumbo. HEX triplet: 77, 8E and 89. RGB value is (119,142,137). Sum of RGB (Red+Green+Blue) = 119+142+137=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 142 - color contains mainly: green. Hex color #778E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E89 is #887176. Grayscale: #868686. Windows color (decimal): -8941943 or 9014903. OLE color: 9014903.

HSL color Cylindrical-coordinate representation of color #778E89: hue angle of 166.96º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778E89 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB119142137-
CMYK0.1600.040.44
HSL166.96º9.24%51.18%-
HSV(B)166.96º16.2%55.69%-
XYZ21.825.0727.36-
YUV134.55129.38116.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 142 (55.86% from 255) = 35.68%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=29.90%
G=35.68%
B=34.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191421370.1600.040.44166.969.2451.18
Hex778E8910042Ca7933
Octal1672162112004542471163
Binary11101111000111010001001100000100101100101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,142,137); }

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

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

 a { background-color: rgb(119,142,137); }

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

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

 span { border-color: rgb(119,142,137); }

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