Color Hex Logo

#747673 Color Hex

#747673
(116,118,115)
0 Favorites   0 Comments

Color spaces of #747673

RGB 116118115
HSL0.280.010.46
HSV100°46°
CMYK 0.020.000.03   0.54
XYZ16.775417.907718.7920
Yxy17.90770.31370.3349
Hunter Lab42.3175-3.29513.2932
CIE-Lab49.3840-1.36061.3782

#747673 color RGB value is (116,118,115).

#747673 hex color red value is 116, green value is 118 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #747673 hue: 0.28 , saturation: 0.01 and the lightness value of 747673 is 0.46.

The process color (four color CMYK) of #747673 color hex is 0.02, 0.00, 0.03, 0.54. Web safe color of #747673 is #666666. Color #747673 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 01110011
Octal 164 166 163
Decimal 116 118 115
Hex 74 76 73

RGB Percentages of Color #747673

%33.24
%33.81
%32.95

CMYK Percentages of Color #747673

%2
%0
%3
%54

Triadic Colors of #747673

#747673 #737476 #767374

Analogous Colors of #747673

#747673 #737674 #767673

Monochromatic Colors of #747673

#747673

Complementary Color

#747673 #757376

#747673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747673 Color CSS Codes

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

#747673 Text Font Color

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

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


#747673 Background Color

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

This div background color is #747673


#747673 Border Color

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

This div border color is #747673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747673


Comments

No comments written yet.

Please login to write comment.