Color Hex Logo

#74765d Color Hex

#74765D
(116,118,93)
0 Favorites   0 Comments

Color spaces of #74765d

RGB 11611893
HSL0.180.120.41
HSV65°21°46°
CMYK 0.020.000.21   0.54
XYZ15.656717.460212.9009
Yxy17.46020.34020.3794
Hunter Lab41.7854-6.241810.9445
CIE-Lab48.8347-5.371713.5527

#74765d color RGB value is (116,118,93).

#74765d hex color red value is 116, green value is 118 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #74765d hue: 0.18 , saturation: 0.12 and the lightness value of 74765d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110110 01011101
Octal 164 166 135
Decimal 116 118 93
Hex 74 76 5D

RGB Percentages of Color #74765d

%35.47
%36.09
%28.44

CMYK Percentages of Color #74765d

%2
%0
%21
%54

Triadic Colors of #74765d

#74765d #5d7476 #765d74

Analogous Colors of #74765d

#74765d #68765d #766c5d

Monochromatic Colors of #74765d

#74765d

Complementary Color

#74765d #5f5d76

#74765d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74765d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74765d Color CSS Codes

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

#74765d Text Font Color

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

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


#74765d Background Color

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

This div background color is #74765d


#74765d Border Color

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

This div border color is #74765d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74765d


Comments

No comments written yet.

Please login to write comment.