#768783

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

Shades of Gumbo #768783

Tints of Gumbo #768783

Color information

#768783 (or 0x768783) is unknown color: approx Gumbo. HEX triplet: 76, 87 and 83. RGB value is (118,135,131). Sum of RGB (Red+Green+Blue) = 118+135+131=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 135 - color contains mainly: green. Hex color #768783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768783 is #89787C. Grayscale: #818181. Windows color (decimal): -9009277 or 8619894. OLE color: 8619894.

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

Color convert

RGB118135131-
CMYK0.1300.030.47
HSL165.88º6.72%49.61%-
HSV(B)165.88º12.59%52.94%-
XYZ20.2322.8224.81-
YUV129.46128.87119.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.73%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 131 (51.56% from 255) = 34.11%
R=30.73%
G=35.16%
B=34.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181351310.1300.030.47165.886.7249.61
Hex768783D032Fa6732
Octal166207203150357246762
Binary11101101000011110000011110101110111110100110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768783; }

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

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

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

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

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

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

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

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