#758C89

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

Shades of Gumbo #758C89

Tints of Gumbo #758C89

Color information

#758C89 (or 0x758C89) is unknown color: approx Gumbo. HEX triplet: 75, 8C and 89. RGB value is (117,140,137). Sum of RGB (Red+Green+Blue) = 117+140+137=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 140 - color contains mainly: green. Hex color #758C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C89 is #8A7376. Grayscale: #848484. Windows color (decimal): -9073527 or 9014389. OLE color: 9014389.

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

Color convert

RGB117140137-
CMYK0.1600.020.45
HSL172.17º9.09%50.39%-
HSV(B)172.17º16.43%54.9%-
XYZ21.2324.3427.25-
YUV132.78130.38116.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 140 (55.08% from 255) = 35.53%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=29.70%
G=35.53%
B=34.77%

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
Decimal1171401370.1600.020.45172.179.0950.39
Hex758C8910022Dac932
Octal1652142112002552541162
Binary1110101100011001000100110000010101101101011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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