#757891

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

Shades of Storm Grey #757891

Tints of Storm Grey #757891

Color information

#757891 (or 0x757891) is unknown color: approx Storm Grey. HEX triplet: 75, 78 and 91. RGB value is (117,120,145). Sum of RGB (Red+Green+Blue) = 117+120+145=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 145 - color contains mainly: blue. Hex color #757891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757891 is #8A876E. Grayscale: #797979. Windows color (decimal): -9078639 or 9533557. OLE color: 9533557.

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

Color convert

RGB117120145-
CMYK0.190.1700.43
HSL233.57º11.29%51.37%-
HSV(B)233.57º19.31%56.86%-
XYZ19.1619.2629.5-
YUV121.95141.01124.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 120 (47.27% from 255) = 31.41%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=30.63%
G=31.41%
B=37.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171201450.190.1700.43233.5711.2951.37
Hex757891131102Beab33
Octal16517022123210533521363
Binary111010111110001001000110011100010101011111010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757891; }

 p { color: rgb(117,120,145); }

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

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

 a { background-color: rgb(117,120,145); }

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

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

 span { border-color: rgb(117,120,145); }

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