#757A95

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

Shades of Storm Grey #757A95

Tints of Storm Grey #757A95

Color information

#757A95 (or 0x757A95) is unknown color: approx Storm Grey. HEX triplet: 75, 7A and 95. RGB value is (117,122,149). Sum of RGB (Red+Green+Blue) = 117+122+149=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 149 - color contains mainly: blue. Hex color #757A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A95 is #8A856A. Grayscale: #7B7B7B. Windows color (decimal): -9078123 or 9796213. OLE color: 9796213.

HSL color Cylindrical-coordinate representation of color #757A95: hue angle of 230.62º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757A95 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117122149-
CMYK0.210.1800.42
HSL230.62º13.11%52.16%-
HSV(B)230.62º21.48%58.43%-
XYZ19.7219.8731.23-
YUV123.58142.34123.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.15%
GREEN value IS 122 (48.05% from 255) = 31.44%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=30.15%
G=31.44%
B=38.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171221490.210.1800.42230.6213.1152.16
Hex757A95151202Ae7d34
Octal16517222525220523471564
Binary111010111110101001010110101100100101010111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757A95; }

 p { color: rgb(117,122,149); }

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

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

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

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

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

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

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