#747897

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

Shades of Storm Grey #747897

Tints of Storm Grey #747897

Color information

#747897 (or 0x747897) is unknown color: approx Storm Grey. HEX triplet: 74, 78 and 97. RGB value is (116,120,151). Sum of RGB (Red+Green+Blue) = 116+120+151=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #747897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747897 is #8B8768. Grayscale: #7A7A7A. Windows color (decimal): -9144169 or 9926772. OLE color: 9926772.

HSL color Cylindrical-coordinate representation of color #747897: hue angle of 233.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #747897 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116120151-
CMYK0.230.2100.41
HSL233.14º14.4%52.35%-
HSV(B)233.14º23.18%59.22%-
XYZ19.519.3831.99-
YUV122.34144.17123.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.97%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=29.97%
G=31.01%
B=39.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161201510.230.2100.41233.1414.452.35
Hex7478971715029e9e34
Octal16417022727250513511664
Binary111010011110001001011110111101010101001111010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747897; }

 p { color: rgb(116,120,151); }

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

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

 a { background-color: rgb(116,120,151); }

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

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

 span { border-color: rgb(116,120,151); }

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