#768682

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

Shades of Gumbo #768682

Tints of Gumbo #768682

Color information

#768682 (or 0x768682) is unknown color: approx Gumbo. HEX triplet: 76, 86 and 82. RGB value is (118,134,130). Sum of RGB (Red+Green+Blue) = 118+134+130=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 134 - color contains mainly: green. Hex color #768682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768682 is #89797D. Grayscale: #808080. Windows color (decimal): -9009534 or 8554102. OLE color: 8554102.

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

Color convert

RGB118134130-
CMYK0.1200.030.47
HSL165º6.35%49.41%-
HSV(B)165º11.94%52.55%-
XYZ20.0322.5124.41-
YUV128.76128.7120.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.89%
GREEN value IS 134 (52.73% from 255) = 35.08%
BLUE value IS 130 (51.17% from 255) = 34.03%
R=30.89%
G=35.08%
B=34.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341300.1200.030.471656.3549.41
Hex768682C032Fa5631
Octal166206202140357245661
Binary11101101000011010000010110001110111110100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768682; }

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

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

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

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

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

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

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

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