Html Css Color HEX #747C8B Storm Grey

📋 copy color: '#747C8B'

red 116 ◦ green 124 ◦ blue 139

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

Shades of Storm Grey #747C8B

Tints of Storm Grey #747C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 30.61%
G = 32.72%
B = 36.68%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#747C8B (or 0x747C8B) is known color: Storm Grey. HEX triplet: 74, 7C and 8B. RGB value is (116,124,139). Sum of RGB (Red+Green+Blue) = 116+124+139=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #747C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747C8B is #8B8374. Grayscale: #7B7B7B. Windows color (decimal): -9143157 or 9141364. OLE color: 9141364.

HSL color Cylindrical-coordinate representation of color #747C8B: hue angle of 219.13º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #747C8B is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 124 139 -
CMYK 0.17 0.11 0 0.45
HSL 219.13º 0.09% 0.5% -
HSV(B) 219.13º 0.17% 0.55% -
XYZ 19.07 19.99 27.28 -
YUV 123.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 116 124 139 0.17 0.11 0 0.45 219.13 0.09 0.5
Hex 74 7C 8B 11 B 0 2D DB 9 32
Octal 164 174 213 21 13 0 55 333 11 62
Binary 1110100 1111100 10001011 10001 1011 0 101101 11011011 1001 110010

Color Harmonies of #747C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747C8B

Black with #747C8B

Text Example


Text Example

White with #747C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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