#747B90

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

Shades of Storm Grey #747B90

Tints of Storm Grey #747B90

Color information

#747B90 (or 0x747B90) is unknown color: approx Storm Grey. HEX triplet: 74, 7B and 90. RGB value is (116,123,144). Sum of RGB (Red+Green+Blue) = 116+123+144=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #747B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B90 is #8B846F. Grayscale: #7B7B7B. Windows color (decimal): -9143408 or 9468788. OLE color: 9468788.

HSL color Cylindrical-coordinate representation of color #747B90: hue angle of 225º 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 #747B90 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB116123144-
CMYK0.190.1500.44
HSL225º11.2%50.98%-
HSV(B)225º19.44%56.47%-
XYZ19.3219.8929.21-
YUV123.3139.68122.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.29%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=30.29%
G=32.11%
B=37.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1161231440.190.1500.4422511.250.98
Hex747B9013F02Ce1b33
Octal16417322023170543411363
Binary11101001111011100100001001111110101100111000011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747B90; }

 p { color: rgb(116,123,144); }

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

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

 a { background-color: rgb(116,123,144); }

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

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

 span { border-color: rgb(116,123,144); }

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