#757585

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

Shades of Storm Grey #757585

Tints of Storm Grey #757585

Color information

#757585 (or 0x757585) is unknown color: approx Storm Grey. HEX triplet: 75, 75 and 85. RGB value is (117,117,133). Sum of RGB (Red+Green+Blue) = 117+117+133=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: blue. Hex color #757585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757585 is #8A8A7A. Grayscale: #767676. Windows color (decimal): -9079419 or 8746357. OLE color: 8746357.

HSL color Cylindrical-coordinate representation of color #757585: hue angle of 240º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757585 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB117117133-
CMYK0.120.1200.48
HSL240º6.4%49.02%-
HSV(B)240º12.03%52.16%-
XYZ17.9318.224.76-
YUV118.82136126.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 133 (52.34% from 255) = 36.24%
R=31.88%
G=31.88%
B=36.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171171330.120.1200.482406.449.02
Hex757585CC030f0631
Octal1651652051414060360661
Binary111010111101011000010111001100011000011110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757585; }

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

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

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

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

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

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

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

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