Color Hex Logo

#747879 Color Hex

#747879
(116,120,121)
0 Favorites   0 Comments

Color spaces of #747879

RGB 116120121
HSL0.530.020.46
HSV192°47°
CMYK 0.040.010.00   0.53
XYZ17.370118.526420.7496
Yxy18.52640.30660.3271
Hunter Lab43.0423-3.28881.5474
CIE-Lab50.1284-1.2938-1.0778

#747879 color RGB value is (116,120,121).

#747879 hex color red value is 116, green value is 120 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #747879 hue: 0.53 , saturation: 0.02 and the lightness value of 747879 is 0.46.

The process color (four color CMYK) of #747879 color hex is 0.04, 0.01, 0.00, 0.53. Web safe color of #747879 is #666666. Color #747879 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01111000 01111001
Octal 164 170 171
Decimal 116 120 121
Hex 74 78 79

RGB Percentages of Color #747879

%32.49
%33.61
%33.89

CMYK Percentages of Color #747879

%4
%1
%0
%53

Triadic Colors of #747879

#747879 #797478 #787974

Analogous Colors of #747879

#747879 #747679 #747978

Monochromatic Colors of #747879

#747879

Complementary Color

#747879 #797574

#747879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747879 Color CSS Codes

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

#747879 Text Font Color

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

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


#747879 Background Color

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

This div background color is #747879


#747879 Border Color

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

This div border color is #747879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747879


Comments

No comments written yet.

Please login to write comment.