#758B85

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

Shades of Gumbo #758B85

Tints of Gumbo #758B85

Color information

#758B85 (or 0x758B85) is unknown color: approx Gumbo. HEX triplet: 75, 8B and 85. RGB value is (117,139,133). Sum of RGB (Red+Green+Blue) = 117+139+133=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #758B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B85 is #8A747A. Grayscale: #838383. Windows color (decimal): -9073787 or 8751989. OLE color: 8751989.

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

Color convert

RGB117139133-
CMYK0.1600.040.45
HSL163.64º8.66%50.2%-
HSV(B)163.64º15.83%54.51%-
XYZ20.823.9425.71-
YUV131.74128.71117.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=30.08%
G=35.73%
B=34.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171391330.1600.040.45163.648.6650.2
Hex758B8510042Da4932
Octal1652132052004552441162
Binary11101011000101110000101100000100101101101001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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