#747989

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

Shades of Storm Grey #747989

Tints of Storm Grey #747989

Color information

#747989 (or 0x747989) is unknown color: approx Storm Grey. HEX triplet: 74, 79 and 89. RGB value is (116,121,137). Sum of RGB (Red+Green+Blue) = 116+121+137=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 137 - color contains mainly: blue. Hex color #747989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747989 is #8B8676. Grayscale: #797979. Windows color (decimal): -9143927 or 9009524. OLE color: 9009524.

HSL color Cylindrical-coordinate representation of color #747989: hue angle of 225.71º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #747989 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB116121137-
CMYK0.150.1200.46
HSL225.71º8.3%49.61%-
HSV(B)225.71º15.33%53.73%-
XYZ18.5619.1926.39-
YUV121.33136.84124.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 137 (53.91% from 255) = 36.63%
R=31.02%
G=32.35%
B=36.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1161211370.150.1200.46225.718.349.61
Hex747989FC02Ee2832
Octal16417121117140563421062
Binary1110100111100110001001111111000101110111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747989; }

 p { color: rgb(116,121,137); }

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

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

 a { background-color: rgb(116,121,137); }

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

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

 span { border-color: rgb(116,121,137); }

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