Color Hex Logo

#72a07c Color Hex

#72A07C
(114,160,124)
0 Favorites   0 Comments

Color spaces of #72a07c

RGB 114160124
HSL0.370.190.54
HSV133°29°63°
CMYK 0.290.000.23   0.37
XYZ23.148330.174323.6730
Yxy30.17430.30060.3919
Hunter Lab54.9311-20.908612.9003
CIE-Lab61.8043-23.117413.8836

#72a07c color RGB value is (114,160,124).

#72a07c hex color red value is 114, green value is 160 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #72a07c hue: 0.37 , saturation: 0.19 and the lightness value of 72a07c is 0.54.

The process color (four color CMYK) of #72a07c color hex is 0.29, 0.00, 0.23, 0.37. Web safe color of #72a07c is #669966. Color #72a07c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10100000 01111100
Octal 162 240 174
Decimal 114 160 124
Hex 72 A0 7C

RGB Percentages of Color #72a07c

%28.64
%40.20
%31.16

CMYK Percentages of Color #72a07c

%29
%0
%23
%37

Triadic Colors of #72a07c

#72a07c #7c72a0 #a07c72

Analogous Colors of #72a07c

#72a07c #72a093 #7fa072

Monochromatic Colors of #72a07c

#72a07c

Complementary Color

#72a07c #a07296

#72a07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72a07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72a07c Color CSS Codes

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

#72a07c Text Font Color

<p style="color:#72a07c">Text here</p>

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


#72a07c Background Color

<div style="background-color:#72a07c">
Div content here</div>

This div background color is #72a07c


#72a07c Border Color

<div style="border:3px solid #72a07c">
Div here</div>

This div border color is #72a07c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,160,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72a07c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72a07c;
  -webkit-box-shadow: 1px 1px 3px 2px #72a07c;
  box-shadow:         1px 1px 3px 2px #72a07c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72a07c


Comments

No comments written yet.

Please login to write comment.