Color Hex Logo

#747786 Color Hex

#747786
(116,119,134)
0 Favorites   0 Comments

Color spaces of #747786

RGB 116119134
HSL0.640.070.49
HSV230°13°53°
CMYK 0.130.110.00   0.47
XYZ18.102418.627925.1957
Yxy18.62790.29230.3008
Hunter Lab43.1601-0.6627-4.3999
CIE-Lab50.24902.1193-8.5645

#747786 color RGB value is (116,119,134).

#747786 hex color red value is 116, green value is 119 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #747786 hue: 0.64 , saturation: 0.07 and the lightness value of 747786 is 0.49.

The process color (four color CMYK) of #747786 color hex is 0.13, 0.11, 0.00, 0.47. Web safe color of #747786 is #666699. Color #747786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110111 10000110
Octal 164 167 206
Decimal 116 119 134
Hex 74 77 86

RGB Percentages of Color #747786

%31.44
%32.25
%36.31

CMYK Percentages of Color #747786

%13
%11
%0
%47

Triadic Colors of #747786

#747786 #867477 #778674

Analogous Colors of #747786

#747786 #7a7486 #748086

Monochromatic Colors of #747786

#747786

Complementary Color

#747786 #868374

#747786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747786 Color CSS Codes

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

#747786 Text Font Color

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

This sample text font color is #747786
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.


#747786 Background Color

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

This div background color is #747786


#747786 Border Color

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

This div border color is #747786


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,119,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #747786; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #747786;
  -webkit-box-shadow: 1px 1px 3px 2px #747786;
  box-shadow:         1px 1px 3px 2px #747786; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747786


Comments

No comments written yet.

Please login to write comment.