Color Hex Logo

#72a78b Color Hex

#72A78B
(114,167,139)
0 Favorites   0 Comments

Color spaces of #72a78b

RGB 114167139
HSL0.410.230.55
HSV148°32°65°
CMYK 0.320.000.17   0.35
XYZ25.418333.078929.4713
Yxy33.07890.28890.3760
Hunter Lab57.5143-21.76239.8788
CIE-Lab64.2247-23.66028.9457

#72a78b color RGB value is (114,167,139).

#72a78b hex color red value is 114, green value is 167 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #72a78b hue: 0.41 , saturation: 0.23 and the lightness value of 72a78b is 0.55.

The process color (four color CMYK) of #72a78b color hex is 0.32, 0.00, 0.17, 0.35. Web safe color of #72a78b is #669999. Color #72a78b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10100111 10001011
Octal 162 247 213
Decimal 114 167 139
Hex 72 A7 8B

RGB Percentages of Color #72a78b

%27.14
%39.76
%33.10

CMYK Percentages of Color #72a78b

%32
%0
%17
%35

Triadic Colors of #72a78b

#72a78b #8b72a7 #a78b72

Analogous Colors of #72a78b

#72a78b #72a7a6 #74a772

Monochromatic Colors of #72a78b

#72a78b

Complementary Color

#72a78b #a7728e

#72a78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72a78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#72a78b Color CSS Codes

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

#72a78b Text Font Color

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

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


#72a78b Background Color

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

This div background color is #72a78b


#72a78b Border Color

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

This div border color is #72a78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72a78b


Comments

No comments written yet.

Please login to write comment.