#758A88

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

Shades of Gumbo #758A88

Tints of Gumbo #758A88

Color information

#758A88 (or 0x758A88) is unknown color: approx Gumbo. HEX triplet: 75, 8A and 88. RGB value is (117,138,136). Sum of RGB (Red+Green+Blue) = 117+138+136=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 138 - color contains mainly: green. Hex color #758A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A88 is #8A7577. Grayscale: #838383. Windows color (decimal): -9074040 or 8948341. OLE color: 8948341.

HSL color Cylindrical-coordinate representation of color #758A88: hue angle of 174.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758A88 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB117138136-
CMYK0.1500.010.46
HSL174.29º8.24%50%-
HSV(B)174.29º15.22%54.12%-
XYZ20.8723.7426.77-
YUV131.49130.54117.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=29.92%
G=35.29%
B=34.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171381360.1500.010.46174.298.2450
Hex758A88F012Eae832
Octal1652122101701562561062
Binary11101011000101010001000111101101110101011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758A88; }

 p { color: rgb(117,138,136); }

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

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

 a { background-color: rgb(117,138,136); }

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

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

 span { border-color: rgb(117,138,136); }

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