#747B96

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

Shades of Storm Grey #747B96

Tints of Storm Grey #747B96

Color information

#747B96 (or 0x747B96) is unknown color: approx Storm Grey. HEX triplet: 74, 7B and 96. RGB value is (116,123,150). Sum of RGB (Red+Green+Blue) = 116+123+150=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 150 - color contains mainly: blue. Hex color #747B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747B96 is #8B8469. Grayscale: #7B7B7B. Windows color (decimal): -9143402 or 9862004. OLE color: 9862004.

HSL color Cylindrical-coordinate representation of color #747B96: hue angle of 227.65º 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 #747B96 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116123150-
CMYK0.230.1800.41
HSL227.65º13.93%52.16%-
HSV(B)227.65º22.67%58.82%-
XYZ19.7920.0831.69-
YUV123.98142.68122.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.82%
GREEN value IS 123 (48.44% from 255) = 31.62%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=29.82%
G=31.62%
B=38.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161231500.230.1800.41227.6513.9352.16
Hex747B961712029e4e34
Octal16417322627220513441664
Binary111010011110111001011010111100100101001111001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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