#778683

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

Shades of Gumbo #778683

Tints of Gumbo #778683

Color information

#778683 (or 0x778683) is unknown color: approx Gumbo. HEX triplet: 77, 86 and 83. RGB value is (119,134,131). Sum of RGB (Red+Green+Blue) = 119+134+131=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #778683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778683 is #88797C. Grayscale: #818181. Windows color (decimal): -8943997 or 8619639. OLE color: 8619639.

HSL color Cylindrical-coordinate representation of color #778683: hue angle of 168º 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 #778683 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB119134131-
CMYK0.1100.020.47
HSL168º5.93%49.61%-
HSV(B)168º11.19%52.55%-
XYZ20.2322.6124.77-
YUV129.17129.03120.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.99%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=30.99%
G=34.90%
B=34.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191341310.1100.020.471685.9349.61
Hex778683B022Fa8632
Octal167206203130257250662
Binary11101111000011010000011101101010111110101000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778683; }

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

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

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

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

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

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

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

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