#688782

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

Shades of Gumbo #688782

Tints of Gumbo #688782

Color information

#688782 (or 0x688782) is unknown color: approx Gumbo. HEX triplet: 68, 87 and 82. RGB value is (104,135,130). Sum of RGB (Red+Green+Blue) = 104+135+130=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #688782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688782 is #97787D. Grayscale: #7D7D7D. Windows color (decimal): -9926782 or 8554344. OLE color: 8554344.

HSL color Cylindrical-coordinate representation of color #688782: hue angle of 170.32º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #688782 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB104135130-
CMYK0.2300.040.47
HSL170.32º12.97%46.86%-
HSV(B)170.32º22.96%52.94%-
XYZ18.421.8824.37-
YUV125.16130.73112.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=28.18%
G=36.59%
B=35.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041351300.2300.040.47170.3212.9746.86
Hex68878217042Faad2f
Octal1502072022704572521557
Binary11010001000011110000010101110100101111101010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688782; }

 p { color: rgb(104,135,130); }

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

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

 a { background-color: rgb(104,135,130); }

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

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

 span { border-color: rgb(104,135,130); }

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