Color Hex Logo

#74725a Color Hex

#74725A
(116,114,90)
0 Favorites   0 Comments

Color spaces of #74725a

RGB 11611490
HSL0.150.130.40
HSV55°22°45°
CMYK 0.000.020.22   0.55
XYZ15.065216.485812.0609
Yxy16.48580.34540.3780
Hunter Lab40.6027-4.824210.8100
CIE-Lab47.6055-3.569313.6134

#74725a color RGB value is (116,114,90).

#74725a hex color red value is 116, green value is 114 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #74725a hue: 0.15 , saturation: 0.13 and the lightness value of 74725a is 0.40.

The process color (four color CMYK) of #74725a color hex is 0.00, 0.02, 0.22, 0.55. Web safe color of #74725a is #666666. Color #74725a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 01011010
Octal 164 162 132
Decimal 116 114 90
Hex 74 72 5A

RGB Percentages of Color #74725a

%36.25
%35.63
%28.13

CMYK Percentages of Color #74725a

%0
%2
%22
%55

Triadic Colors of #74725a

#74725a #5a7472 #725a74

Analogous Colors of #74725a

#74725a #69745a #74655a

Monochromatic Colors of #74725a

#74725a

Complementary Color

#74725a #5a5c74

#74725a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74725a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74725a Color CSS Codes

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

#74725a Text Font Color

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

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


#74725a Background Color

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

This div background color is #74725a


#74725a Border Color

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

This div border color is #74725a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,114,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74725a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74725a;
  -webkit-box-shadow: 1px 1px 3px 2px #74725a;
  box-shadow:         1px 1px 3px 2px #74725a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74725a


Comments

No comments written yet.

Please login to write comment.