Color Hex Logo

#74616e Color Hex

#74616E
(116,97,110)
0 Favorites   0 Comments

Color spaces of #74616e

RGB 11697110
HSL0.890.090.42
HSV319°16°45°
CMYK 0.000.160.05   0.55
XYZ14.291613.388216.5828
Yxy13.38820.32290.3025
Hunter Lab36.58995.6878-1.2577
CIE-Lab43.342410.0927-4.4915

#74616e color RGB value is (116,97,110).

#74616e hex color red value is 116, green value is 97 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #74616e hue: 0.89 , saturation: 0.09 and the lightness value of 74616e is 0.42.

The process color (four color CMYK) of #74616e color hex is 0.00, 0.16, 0.05, 0.55. Web safe color of #74616e is #666666. Color #74616e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100001 01101110
Octal 164 141 156
Decimal 116 97 110
Hex 74 61 6E

RGB Percentages of Color #74616e

%35.91
%30.03
%34.06

CMYK Percentages of Color #74616e

%0
%16
%5
%55

Triadic Colors of #74616e

#74616e #6e7461 #616e74

Analogous Colors of #74616e

#74616e #746165 #716174

Monochromatic Colors of #74616e

#74616e

Complementary Color

#74616e #617467

#74616e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74616e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74616e Color CSS Codes

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

#74616e Text Font Color

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

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


#74616e Background Color

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

This div background color is #74616e


#74616e Border Color

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

This div border color is #74616e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,97,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74616e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74616e;
  -webkit-box-shadow: 1px 1px 3px 2px #74616e;
  box-shadow:         1px 1px 3px 2px #74616e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74616e


Comments

No comments written yet.

Please login to write comment.