#758985

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

Shades of Gumbo #758985

Tints of Gumbo #758985

Color information

#758985 (or 0x758985) is unknown color: approx Gumbo. HEX triplet: 75, 89 and 85. RGB value is (117,137,133). Sum of RGB (Red+Green+Blue) = 117+137+133=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 137 - color contains mainly: green. Hex color #758985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758985 is #8A767A. Grayscale: #828282. Windows color (decimal): -9074299 or 8751477. OLE color: 8751477.

HSL color Cylindrical-coordinate representation of color #758985: hue angle of 168º 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 #758985 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB117137133-
CMYK0.1500.030.46
HSL168º7.87%49.8%-
HSV(B)168º14.6%53.73%-
XYZ20.5223.3725.62-
YUV130.56129.37118.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 133 (52.34% from 255) = 34.37%
R=30.23%
G=35.40%
B=34.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171371330.1500.030.461687.8749.8
Hex758985F032Ea8832
Octal1652112051703562501062
Binary111010110001001100001011111011101110101010001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758985; }

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

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

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

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

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

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

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

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