#758C88

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

Shades of Gumbo #758C88

Tints of Gumbo #758C88

Color information

#758C88 (or 0x758C88) is unknown color: approx Gumbo. HEX triplet: 75, 8C and 88. RGB value is (117,140,136). Sum of RGB (Red+Green+Blue) = 117+140+136=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 140 - color contains mainly: green. Hex color #758C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C88 is #8A7377. Grayscale: #848484. Windows color (decimal): -9073528 or 8948853. OLE color: 8948853.

HSL color Cylindrical-coordinate representation of color #758C88: hue angle of 169.57º 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 #758C88 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB117140136-
CMYK0.1600.030.45
HSL169.57º9.09%50.39%-
HSV(B)169.57º16.43%54.9%-
XYZ21.1624.3226.87-
YUV132.67129.88116.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.77%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=29.77%
G=35.62%
B=34.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171401360.1600.030.45169.579.0950.39
Hex758C8810032Daa932
Octal1652142102003552521162
Binary1110101100011001000100010000011101101101010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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