#788682

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

Shades of Gumbo #788682

Tints of Gumbo #788682

Color information

#788682 (or 0x788682) is unknown color: approx Gumbo. HEX triplet: 78, 86 and 82. RGB value is (120,134,130). Sum of RGB (Red+Green+Blue) = 120+134+130=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #788682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788682 is #87797D. Grayscale: #818181. Windows color (decimal): -8878462 or 8554104. OLE color: 8554104.

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

Color convert

RGB120134130-
CMYK0.1000.030.47
HSL162.86º5.51%49.8%-
HSV(B)162.86º10.45%52.55%-
XYZ20.322.6524.42-
YUV129.36128.36121.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 134 (52.73% from 255) = 34.90%
BLUE value IS 130 (51.17% from 255) = 33.85%
R=31.25%
G=34.90%
B=33.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201341300.1000.030.47162.865.5149.8
Hex788682A032Fa3632
Octal170206202120357243662
Binary11110001000011010000010101001110111110100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788682; }

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

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

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

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

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

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

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

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