Color Hex Logo

#72773c Color Hex

#72773C
(114,119,60)
0 Favorites   0 Comments

Color spaces of #72773c

RGB 11411960
HSL0.180.330.35
HSV65°50°47°
CMYK 0.040.000.50   0.53
XYZ14.351917.09736.8187
Yxy17.09730.37500.4468
Hunter Lab41.3489-10.404519.1669
CIE-Lab48.3824-11.257931.5816

#72773c color RGB value is (114,119,60).

#72773c hex color red value is 114, green value is 119 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #72773c hue: 0.18 , saturation: 0.33 and the lightness value of 72773c is 0.35.

The process color (four color CMYK) of #72773c color hex is 0.04, 0.00, 0.50, 0.53. Web safe color of #72773c is #666633. Color #72773c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110111 00111100
Octal 162 167 74
Decimal 114 119 60
Hex 72 77 3C

RGB Percentages of Color #72773c

%38.91
%40.61
%20.48

CMYK Percentages of Color #72773c

%4
%0
%50
%53

Triadic Colors of #72773c

#72773c #3c7277 #773c72

Analogous Colors of #72773c

#72773c #55773c #775f3c

Monochromatic Colors of #72773c

#72773c

Complementary Color

#72773c #413c77

#72773c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72773c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72773c Color CSS Codes

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

#72773c Text Font Color

<p style="color:#72773c">Text here</p>

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


#72773c Background Color

<div style="background-color:#72773c">
Div content here</div>

This div background color is #72773c


#72773c Border Color

<div style="border:3px solid #72773c">
Div here</div>

This div border color is #72773c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,119,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72773c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72773c;
  -webkit-box-shadow: 1px 1px 3px 2px #72773c;
  box-shadow:         1px 1px 3px 2px #72773c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72773c


Comments

No comments written yet.

Please login to write comment.