#757A8E

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

Shades of Storm Grey #757A8E

Tints of Storm Grey #757A8E

Color information

#757A8E (or 0x757A8E) is unknown color: approx Storm Grey. HEX triplet: 75, 7A and 8E. RGB value is (117,122,142). Sum of RGB (Red+Green+Blue) = 117+122+142=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #757A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A8E is #8A8571. Grayscale: #7A7A7A. Windows color (decimal): -9078130 or 9337461. OLE color: 9337461.

HSL color Cylindrical-coordinate representation of color #757A8E: hue angle of 228º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #757A8E is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117122142-
CMYK0.180.1400.44
HSL228º9.96%50.78%-
HSV(B)228º17.61%55.69%-
XYZ19.1819.6528.37-
YUV122.78138.84123.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.71%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=30.71%
G=32.02%
B=37.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171221420.180.1400.442289.9650.78
Hex757A8E12E02Ce4a33
Octal16517221622160543441263
Binary11101011111010100011101001011100101100111001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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