#758785

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

Shades of Gumbo #758785

Tints of Gumbo #758785

Color information

#758785 (or 0x758785) is unknown color: approx Gumbo. HEX triplet: 75, 87 and 85. RGB value is (117,135,133). Sum of RGB (Red+Green+Blue) = 117+135+133=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #758785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758785 is #8A787A. Grayscale: #818181. Windows color (decimal): -9074811 or 8750965. OLE color: 8750965.

HSL color Cylindrical-coordinate representation of color #758785: hue angle of 173.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758785 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB117135133-
CMYK0.1300.010.47
HSL173.33º7.14%49.41%-
HSV(B)173.33º13.33%52.94%-
XYZ20.2322.825.53-
YUV129.39130.04119.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=30.39%
G=35.06%
B=34.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171351330.1300.010.47173.337.1449.41
Hex758785D012Fad731
Octal165207205150157255761
Binary1110101100001111000010111010110111110101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758785; }

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

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

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

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

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

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

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

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