#757A8D

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

Shades of Storm Grey #757A8D

Tints of Storm Grey #757A8D

Color information

#757A8D (or 0x757A8D) is unknown color: approx Storm Grey. HEX triplet: 75, 7A and 8D. RGB value is (117,122,141). Sum of RGB (Red+Green+Blue) = 117+122+141=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #757A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A8D is #8A8572. Grayscale: #7A7A7A. Windows color (decimal): -9078131 or 9271925. OLE color: 9271925.

HSL color Cylindrical-coordinate representation of color #757A8D: hue angle of 227.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #757A8D is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117122141-
CMYK0.170.1300.45
HSL227.5º9.52%50.59%-
HSV(B)227.5º17.02%55.29%-
XYZ19.119.6227.98-
YUV122.67138.34123.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=30.79%
G=32.11%
B=37.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171221410.170.1300.45227.59.5250.59
Hex757A8D11D02De4a33
Octal16517221521150553441263
Binary11101011111010100011011000111010101101111001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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