#757994

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

Shades of Storm Grey #757994

Tints of Storm Grey #757994

Color information

#757994 (or 0x757994) is unknown color: approx Storm Grey. HEX triplet: 75, 79 and 94. RGB value is (117,121,148). Sum of RGB (Red+Green+Blue) = 117+121+148=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 148 - color contains mainly: blue. Hex color #757994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757994 is #8A866B. Grayscale: #7A7A7A. Windows color (decimal): -9078380 or 9730421. OLE color: 9730421.

HSL color Cylindrical-coordinate representation of color #757994: hue angle of 232.26º 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 #757994 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117121148-
CMYK0.210.1800.42
HSL232.26º12.65%51.96%-
HSV(B)232.26º20.95%58.04%-
XYZ19.5219.5930.77-
YUV122.88142.17123.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 148 (58.20% from 255) = 38.34%
R=30.31%
G=31.35%
B=38.34%

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
Decimal1171211480.210.1800.42232.2612.6551.96
Hex757994151202Ae8d34
Octal16517122425220523501564
Binary111010111110011001010010101100100101010111010001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757994; }

 p { color: rgb(117,121,148); }

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

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

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

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

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

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

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