#757589

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

Shades of Storm Grey #757589

Tints of Storm Grey #757589

Color information

#757589 (or 0x757589) is unknown color: approx Storm Grey. HEX triplet: 75, 75 and 89. RGB value is (117,117,137). Sum of RGB (Red+Green+Blue) = 117+117+137=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #757589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757589 is #8A8A76. Grayscale: #777777. Windows color (decimal): -9079415 or 9008501. OLE color: 9008501.

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

Color convert

RGB117117137-
CMYK0.150.1500.46
HSL240º7.87%49.8%-
HSV(B)240º14.6%53.73%-
XYZ18.2118.3126.24-
YUV119.28138126.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=31.54%
G=31.54%
B=36.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171171370.150.1500.462407.8749.8
Hex757589FF02Ef0832
Octal16516521117170563601062
Binary1110101111010110001001111111110101110111100001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757589; }

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

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

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

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

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

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

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

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