Color Hex Logo

#73720f Color Hex

#73720F
(115,114,15)
0 Favorites   0 Comments

Color spaces of #73720f

RGB 11511415
HSL0.170.770.25
HSV59°87°45°
CMYK 0.000.010.87   0.55
XYZ13.173815.71402.7907
Yxy15.71400.41590.4960
Hunter Lab39.6409-10.050923.5746
CIE-Lab46.5970-11.056448.9582

#73720f color RGB value is (115,114,15).

#73720f hex color red value is 115, green value is 114 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #73720f hue: 0.17 , saturation: 0.77 and the lightness value of 73720f is 0.25.

The process color (four color CMYK) of #73720f color hex is 0.00, 0.01, 0.87, 0.55. Web safe color of #73720f is #666600. Color #73720f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110010 00001111
Octal 163 162 17
Decimal 115 114 15
Hex 73 72 F

RGB Percentages of Color #73720f

%47.13
%46.72
%6.15

CMYK Percentages of Color #73720f

%0
%1
%87
%55

Triadic Colors of #73720f

#73720f #0f7372 #720f73

Analogous Colors of #73720f

#73720f #42730f #73400f

Monochromatic Colors of #73720f

#73720f

Complementary Color

#73720f #0f1073

#73720f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73720f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73720f Color CSS Codes

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

#73720f Text Font Color

<p style="color:#73720f">Text here</p>

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


#73720f Background Color

<div style="background-color:#73720f">
Div content here</div>

This div background color is #73720f


#73720f Border Color

<div style="border:3px solid #73720f">
Div here</div>

This div border color is #73720f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,114,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73720f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73720f;
  -webkit-box-shadow: 1px 1px 3px 2px #73720f;
  box-shadow:         1px 1px 3px 2px #73720f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73720f


Comments

No comments written yet.

Please login to write comment.