#757894

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

Shades of Storm Grey #757894

Tints of Storm Grey #757894

Color information

#757894 (or 0x757894) is unknown color: approx Storm Grey. HEX triplet: 75, 78 and 94. RGB value is (117,120,148). Sum of RGB (Red+Green+Blue) = 117+120+148=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #757894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757894 is #8A876B. Grayscale: #7A7A7A. Windows color (decimal): -9078636 or 9730165. OLE color: 9730165.

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

Color convert

RGB117120148-
CMYK0.210.1900.42
HSL234.19º12.65%51.96%-
HSV(B)234.19º20.95%58.04%-
XYZ19.419.3530.73-
YUV122.3142.51124.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.39%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=30.39%
G=31.17%
B=38.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171201480.210.1900.42234.1912.6551.96
Hex757894151302Aead34
Octal16517022425230523521564
Binary111010111110001001010010101100110101010111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757894; }

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

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

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

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

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

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

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

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