Html Css Color HEX #747C8A Storm Grey

📋 copy color: '#747C8A'

red 116 ◦ green 124 ◦ blue 138

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

Shades of Storm Grey #747C8A

Tints of Storm Grey #747C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 30.69%
G = 32.8%
B = 36.51%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#747C8A (or 0x747C8A) is known color: Storm Grey. HEX triplet: 74, 7C and 8A. RGB value is (116,124,138). Sum of RGB (Red+Green+Blue) = 116+124+138=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #747C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C8A is #8B8375. Grayscale: #7B7B7B. Windows color (decimal): -9143158 or 9075828. OLE color: 9075828.

HSL color Cylindrical-coordinate representation of color #747C8A: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #747C8A is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 124 138 -
CMYK 0.16 0.10 0 0.46
HSL 218.18º 0.09% 0.5% -
HSV(B) 218.18º 0.16% 0.54% -
XYZ 19 19.96 26.9 -
YUV 123.2 136.35 122.86 -
System Red Green Blue C M Y K H S L
Decimal 116 124 138 0.16 0.10 0 0.46 218.18 0.09 0.5
Hex 74 7C 8A 10 A 0 2E DA 9 32
Octal 164 174 212 20 12 0 56 332 11 62
Binary 1110100 1111100 10001010 10000 1010 0 101110 11011010 1001 110010

Color Harmonies of #747C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C8A

Black with #747C8A

Text Example


Text Example

White with #747C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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