#778682

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

Shades of Gumbo #778682

Tints of Gumbo #778682

Color information

#778682 (or 0x778682) is unknown color: approx Gumbo. HEX triplet: 77, 86 and 82. RGB value is (119,134,130). Sum of RGB (Red+Green+Blue) = 119+134+130=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #778682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778682 is #88797D. Grayscale: #818181. Windows color (decimal): -8943998 or 8554103. OLE color: 8554103.

HSL color Cylindrical-coordinate representation of color #778682: hue angle of 164º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778682 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB119134130-
CMYK0.1100.030.47
HSL164º5.93%49.61%-
HSV(B)164º11.19%52.55%-
XYZ20.1622.5824.42-
YUV129.06128.53120.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.07%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=31.07%
G=34.99%
B=33.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341300.1100.030.471645.9349.61
Hex778682B032Fa4632
Octal167206202130357244662
Binary11101111000011010000010101101110111110100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778682; }

 p { color: rgb(119,134,130); }

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

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

 a { background-color: rgb(119,134,130); }

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

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

 span { border-color: rgb(119,134,130); }

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