Html Css Color HEX #747C90 Storm Grey

📋 copy color: '#747C90'

red 116 ◦ green 124 ◦ blue 144

#747C90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #747C90

Tints of Storm Grey #747C90

RGB

 RED value IS 116 (45.7% from 255) = 30.21%

 GREEN value IS 124 (48.83% from 255) = 32.29%

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 30.21%
G = 32.29%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#747C90 (or 0x747C90) is known color: Storm Grey. HEX triplet: 74, 7C and 90. RGB value is (116,124,144). Sum of RGB (Red+Green+Blue) = 116+124+144=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #747C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C90 is #8B836F. Grayscale: #7B7B7B. Windows color (decimal): -9143152 or 9469044. OLE color: 9469044.

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

Color convert

RGB 116 124 144 -
CMYK 0.19 0.14 0 0.44
HSL 222.86º 0.11% 0.51% -
HSV(B) 222.86º 0.19% 0.56% -
XYZ 19.44 20.14 29.25 -
YUV 123.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 116 124 144 0.19 0.14 0 0.44 222.86 0.11 0.51
Hex 74 7C 90 13 E 0 2C DF B 33
Octal 164 174 220 23 16 0 54 337 13 63
Binary 1110100 1111100 10010000 10011 1110 0 101100 11011111 1011 110011

Color Harmonies of #747C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C90

Black with #747C90

Text Example


Text Example

White with #747C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #747C90;
 }
 .AnyTagClassName
 {
   color: #747C90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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