Color Hex Logo

#73704d Color Hex

#73704D
(115,112,77)
0 Favorites   0 Comments

Color spaces of #73704d

RGB 11511277
HSL0.150.200.38
HSV55°33°45°
CMYK 0.000.030.33   0.55
XYZ14.204015.76909.3163
Yxy15.76900.36150.4014
Hunter Lab39.7102-5.644913.8873
CIE-Lab46.6700-4.794419.9215

#73704d color RGB value is (115,112,77).

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

The process color (four color CMYK) of #73704d color hex is 0.00, 0.03, 0.33, 0.55. Web safe color of #73704d is #666666. Color #73704d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110000 01001101
Octal 163 160 115
Decimal 115 112 77
Hex 73 70 4D

RGB Percentages of Color #73704d

%37.83
%36.84
%25.33

CMYK Percentages of Color #73704d

%0
%3
%33
%55

Triadic Colors of #73704d

#73704d #4d7370 #704d73

Analogous Colors of #73704d

#73704d #63734d #735d4d

Monochromatic Colors of #73704d

#73704d

Complementary Color

#73704d #4d5073

#73704d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73704d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73704d Color CSS Codes

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

#73704d Text Font Color

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

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


#73704d Background Color

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

This div background color is #73704d


#73704d Border Color

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

This div border color is #73704d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,112,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 #73704d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73704d


Comments

No comments written yet.

Please login to write comment.