#758B88

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

Shades of Gumbo #758B88

Tints of Gumbo #758B88

Color information

#758B88 (or 0x758B88) is unknown color: approx Gumbo. HEX triplet: 75, 8B and 88. RGB value is (117,139,136). Sum of RGB (Red+Green+Blue) = 117+139+136=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 139 - color contains mainly: green. Hex color #758B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B88 is #8A7477. Grayscale: #848484. Windows color (decimal): -9073784 or 8948597. OLE color: 8948597.

HSL color Cylindrical-coordinate representation of color #758B88: hue angle of 171.82º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758B88 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB117139136-
CMYK0.1600.020.45
HSL171.82º8.66%50.2%-
HSV(B)171.82º15.83%54.51%-
XYZ21.0124.0226.82-
YUV132.08130.21117.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.85%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=29.85%
G=35.46%
B=34.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171391360.1600.020.45171.828.6650.2
Hex758B8810022Dac932
Octal1652132102002552541162
Binary1110101100010111000100010000010101101101011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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