#778D8A

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

Shades of Gumbo #778D8A

Tints of Gumbo #778D8A

Color information

#778D8A (or 0x778D8A) is unknown color: approx Gumbo. HEX triplet: 77, 8D and 8A. RGB value is (119,141,138). Sum of RGB (Red+Green+Blue) = 119+141+138=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #778D8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D8A is #887275. Grayscale: #868686. Windows color (decimal): -8942198 or 9080183. OLE color: 9080183.

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

Color convert

RGB119141138-
CMYK0.1600.020.45
HSL171.82º8.8%50.98%-
HSV(B)171.82º15.6%55.29%-
XYZ21.7224.8127.69-
YUV134.08130.21117.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 138 (54.30% from 255) = 34.67%
R=29.90%
G=35.43%
B=34.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191411380.1600.020.45171.828.850.98
Hex778D8A10022Dac933
Octal1672152122002552541163
Binary1110111100011011000101010000010101101101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,141,138); }

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

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

 a { background-color: rgb(119,141,138); }

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

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

 span { border-color: rgb(119,141,138); }

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