#778984

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

Shades of Gumbo #778984

Tints of Gumbo #778984

Color information

#778984 (or 0x778984) is unknown color: approx Gumbo. HEX triplet: 77, 89 and 84. RGB value is (119,137,132). Sum of RGB (Red+Green+Blue) = 119+137+132=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 137 - color contains mainly: green. Hex color #778984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778984 is #88767B. Grayscale: #838383. Windows color (decimal): -8943228 or 8685943. OLE color: 8685943.

HSL color Cylindrical-coordinate representation of color #778984: hue angle of 163.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778984 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB119137132-
CMYK0.1300.040.46
HSL163.33º7.09%50.2%-
HSV(B)163.33º13.14%53.73%-
XYZ20.7223.4825.27-
YUV131.05128.54119.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.67%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=30.67%
G=35.31%
B=34.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191371320.1300.040.46163.337.0950.2
Hex778984D042Ea3732
Octal167211204150456243762
Binary111011110001001100001001101010010111010100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778984; }

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

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

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

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

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

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

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

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