#788783

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

Shades of Gumbo #788783

Tints of Gumbo #788783

Color information

#788783 (or 0x788783) is unknown color: approx Gumbo. HEX triplet: 78, 87 and 83. RGB value is (120,135,131). Sum of RGB (Red+Green+Blue) = 120+135+131=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #788783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788783 is #87787C. Grayscale: #828282. Windows color (decimal): -8878205 or 8619896. OLE color: 8619896.

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

Color convert

RGB120135131-
CMYK0.1100.030.47
HSL164º5.88%50%-
HSV(B)164º11.11%52.94%-
XYZ20.5122.9624.82-
YUV130.06128.53120.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.09%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=31.09%
G=34.97%
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
Decimal1201351310.1100.030.471645.8850
Hex788783B032Fa4632
Octal170207203130357244662
Binary11110001000011110000011101101110111110100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788783; }

 p { color: rgb(120,135,131); }

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

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

 a { background-color: rgb(120,135,131); }

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

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

 span { border-color: rgb(120,135,131); }

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