Html Css Color HEX #747C92 Storm Grey

📋 copy color: '#747C92'

red 116 ◦ green 124 ◦ blue 146

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

Shades of Storm Grey #747C92

Tints of Storm Grey #747C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.82%

R = 30.05%
G = 32.12%
B = 37.82%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747C92 (or 0x747C92) is known color: Storm Grey. HEX triplet: 74, 7C and 92. RGB value is (116,124,146). Sum of RGB (Red+Green+Blue) = 116+124+146=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #747C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C92 is #8B836D. Grayscale: #7C7C7C. Windows color (decimal): -9143150 or 9600116. OLE color: 9600116.

HSL color Cylindrical-coordinate representation of color #747C92: hue angle of 224º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #747C92 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 124 146 -
CMYK 0.21 0.15 0 0.43
HSL 224º 0.12% 0.51% -
HSV(B) 224º 0.21% 0.57% -
XYZ 19.6 20.2 30.06 -
YUV 124.12 140.35 122.21 -
System Red Green Blue C M Y K H S L
Decimal 116 124 146 0.21 0.15 0 0.43 224 0.12 0.51
Hex 74 7C 92 15 F 0 2B E0 C 33
Octal 164 174 222 25 17 0 53 340 14 63
Binary 1110100 1111100 10010010 10101 1111 0 101011 11100000 1100 110011

Color Harmonies of #747C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C92

Black with #747C92

Text Example


Text Example

White with #747C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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