#757990

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

Shades of Storm Grey #757990

Tints of Storm Grey #757990

Color information

#757990 (or 0x757990) is unknown color: approx Storm Grey. HEX triplet: 75, 79 and 90. RGB value is (117,121,144). Sum of RGB (Red+Green+Blue) = 117+121+144=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 144 - color contains mainly: blue. Hex color #757990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757990 is #8A866F. Grayscale: #7A7A7A. Windows color (decimal): -9078384 or 9468277. OLE color: 9468277.

HSL color Cylindrical-coordinate representation of color #757990: hue angle of 231.11º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #757990 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117121144-
CMYK0.190.1600.44
HSL231.11º10.84%51.18%-
HSV(B)231.11º18.75%56.47%-
XYZ19.2119.4729.13-
YUV122.43140.17124.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 144 (56.64% from 255) = 37.70%
R=30.63%
G=31.68%
B=37.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171211440.190.1600.44231.1110.8451.18
Hex757990131002Ce7b33
Octal16517122023200543471363
Binary111010111110011001000010011100000101100111001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757990; }

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

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

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

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

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

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

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

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