Color Hex Logo

#72977c Color Hex

#72977C
(114,151,124)
0 Favorites   0 Comments

Color spaces of #72977c

RGB 114151124
HSL0.380.150.52
HSV136°25°59°
CMYK 0.250.000.18   0.41
XYZ21.644127.165923.1716
Yxy27.16590.30070.3774
Hunter Lab52.1209-17.086410.1259
CIE-Lab59.1276-18.495110.1236

#72977c color RGB value is (114,151,124).

#72977c hex color red value is 114, green value is 151 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #72977c hue: 0.38 , saturation: 0.15 and the lightness value of 72977c is 0.52.

The process color (four color CMYK) of #72977c color hex is 0.25, 0.00, 0.18, 0.41. Web safe color of #72977c is #669966. Color #72977c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10010111 01111100
Octal 162 227 174
Decimal 114 151 124
Hex 72 97 7C

RGB Percentages of Color #72977c

%29.31
%38.82
%31.88

CMYK Percentages of Color #72977c

%25
%0
%18
%41

Triadic Colors of #72977c

#72977c #7c7297 #977c72

Analogous Colors of #72977c

#72977c #72978f #7b9772

Monochromatic Colors of #72977c

#72977c

Complementary Color

#72977c #97728d

#72977c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72977c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72977c Color CSS Codes

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

#72977c Text Font Color

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

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


#72977c Background Color

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

This div background color is #72977c


#72977c Border Color

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

This div border color is #72977c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,151,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 #72977c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72977c


Comments

No comments written yet.

Please login to write comment.