Color Hex Logo

#74664d Color Hex

#74664D
(116,102,77)
0 Favorites   0 Comments

Color spaces of #74664d

RGB 11610277
HSL0.110.200.38
HSV38°34°45°
CMYK 0.000.120.34   0.55
XYZ13.293413.75168.9749
Yxy13.75160.36910.3818
Hunter Lab37.0831-0.907611.6088
CIE-Lab43.87461.458916.1918

#74664d color RGB value is (116,102,77).

#74664d hex color red value is 116, green value is 102 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #74664d hue: 0.11 , saturation: 0.20 and the lightness value of 74664d is 0.38.

The process color (four color CMYK) of #74664d color hex is 0.00, 0.12, 0.34, 0.55. Web safe color of #74664d is #666666. Color #74664d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100110 01001101
Octal 164 146 115
Decimal 116 102 77
Hex 74 66 4D

RGB Percentages of Color #74664d

%39.32
%34.58
%26.10

CMYK Percentages of Color #74664d

%0
%12
%34
%55

Triadic Colors of #74664d

#74664d #4d7466 #664d74

Analogous Colors of #74664d

#74664d #6f744d #74534d

Monochromatic Colors of #74664d

#74664d

Complementary Color

#74664d #4d5b74

#74664d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74664d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74664d Color CSS Codes

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

#74664d Text Font Color

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

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


#74664d Background Color

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

This div background color is #74664d


#74664d Border Color

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

This div border color is #74664d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74664d


Comments

No comments written yet.

Please login to write comment.