Color Hex Logo

#747c8f Color Hex

#747C8F
(116,124,143)
0 Favorites   0 Comments

Color spaces of #747c8f

RGB 116124143
HSL0.620.110.51
HSV222°19°56°
CMYK 0.190.130.00   0.44
XYZ19.368020.111528.8477
Yxy20.11150.28350.2943
Hunter Lab44.8458-1.3897-6.7470
CIE-Lab51.96301.2848-11.2762

#747c8f color RGB value is (116,124,143).

#747c8f hex color red value is 116, green value is 124 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #747c8f hue: 0.62 , saturation: 0.11 and the lightness value of 747c8f is 0.51.

The process color (four color CMYK) of #747c8f color hex is 0.19, 0.13, 0.00, 0.44. Web safe color of #747c8f is #666699. Color #747c8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111100 10001111
Octal 164 174 217
Decimal 116 124 143
Hex 74 7C 8F

RGB Percentages of Color #747c8f

%30.29
%32.38
%37.34

CMYK Percentages of Color #747c8f

%19
%13
%0
%44

Triadic Colors of #747c8f

#747c8f #8f747c #7c8f74

Analogous Colors of #747c8f

#747c8f #7a748f #748a8f

Monochromatic Colors of #747c8f

#747c8f

Complementary Color

#747c8f #8f8774

#747c8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747c8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#747c8f Color CSS Codes

.mybgcolor {background-color:#747c8f; } 
.myforecolor {color:#747c8f; }
.mybordercolor {border:3px solid #747c8f; }

#747c8f Text Font Color

<p style="color:#747c8f">Text here</p>

This sample text font color is #747c8f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#747c8f Background Color

<div style="background-color:#747c8f">
Div content here</div>

This div background color is #747c8f


#747c8f Border Color

<div style="border:3px solid #747c8f">
Div here</div>

This div border color is #747c8f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,124,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747c8f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747c8f;
  -webkit-box-shadow: 1px 1px 3px 2px #747c8f;
  box-shadow:         1px 1px 3px 2px #747c8f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,124,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #747c8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #747c8f;
  -webkit-box-shadow: 1px 1px 3px 2px #747c8f;
  box-shadow:         1px 1px 3px 2px #747c8f;">
Div content here</div>

This div box has shadow with color #747c8f


Comments

No comments written yet.

Please login to write comment.