Color Hex Logo

#74732a Color Hex

#74732A
(116,115,42)
0 Favorites   0 Comments

Color spaces of #74732a

RGB 11611542
HSL0.160.470.31
HSV59°64°45°
CMYK 0.000.010.64   0.55
XYZ13.751116.14164.5814
Yxy16.14160.39890.4682
Hunter Lab40.1766-9.214521.3627
CIE-Lab47.1597-9.756139.3334

#74732a color RGB value is (116,115,42).

#74732a hex color red value is 116, green value is 115 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #74732a hue: 0.16 , saturation: 0.47 and the lightness value of 74732a is 0.31.

The process color (four color CMYK) of #74732a color hex is 0.00, 0.01, 0.64, 0.55. Web safe color of #74732a is #666633. Color #74732a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110011 00101010
Octal 164 163 52
Decimal 116 115 42
Hex 74 73 2A

RGB Percentages of Color #74732a

%42.49
%42.12
%15.38

CMYK Percentages of Color #74732a

%0
%1
%64
%55

Triadic Colors of #74732a

#74732a #2a7473 #732a74

Analogous Colors of #74732a

#74732a #50742a #744e2a

Monochromatic Colors of #74732a

#74732a

Complementary Color

#74732a #2a2b74

#74732a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74732a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74732a Color CSS Codes

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

#74732a Text Font Color

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

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


#74732a Background Color

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

This div background color is #74732a


#74732a Border Color

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

This div border color is #74732a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74732a


Comments

No comments written yet.

Please login to write comment.