#768380

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

Shades of Gumbo #768380

Tints of Gumbo #768380

Color information

#768380 (or 0x768380) is unknown color: approx Gumbo. HEX triplet: 76, 83 and 80. RGB value is (118,131,128). Sum of RGB (Red+Green+Blue) = 118+131+128=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 131 - color contains mainly: green. Hex color #768380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768380 is #897C7F. Grayscale: #7E7E7E. Windows color (decimal): -9010304 or 8422262. OLE color: 8422262.

HSL color Cylindrical-coordinate representation of color #768380: hue angle of 166.15º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #768380 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB118131128-
CMYK0.1000.020.49
HSL166.15º5.22%48.82%-
HSV(B)166.15º9.92%51.37%-
XYZ19.4821.6423.57-
YUV126.77128.69121.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 131 (51.56% from 255) = 34.75%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=31.30%
G=34.75%
B=33.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181311280.1000.020.49166.155.2248.82
Hex768380A0231a6531
Octal166203200120261246561
Binary11101101000001110000000101001011000110100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768380; }

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

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

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

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

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

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

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

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