#758380

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

Shades of Gumbo #758380

Tints of Gumbo #758380

Color information

#758380 (or 0x758380) is unknown color: approx Gumbo. HEX triplet: 75, 83 and 80. RGB value is (117,131,128). Sum of RGB (Red+Green+Blue) = 117+131+128=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 131 - color contains mainly: green. Hex color #758380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758380 is #8A7C7F. Grayscale: #7E7E7E. Windows color (decimal): -9075840 or 8422261. OLE color: 8422261.

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

Color convert

RGB117131128-
CMYK0.1100.020.49
HSL167.14º5.65%48.63%-
HSV(B)167.14º10.69%51.37%-
XYZ19.3521.5723.57-
YUV126.47128.86121.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=31.12%
G=34.84%
B=34.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171311280.1100.020.49167.145.6548.63
Hex758380B0231a7631
Octal165203200130261247661
Binary11101011000001110000000101101011000110100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758380; }

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

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

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

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

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

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

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

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