Color Hex Logo

#729a7f Color Hex

#729A7F
(114,154,127)
0 Favorites   0 Comments

Color spaces of #729a7f

RGB 114154127
HSL0.390.170.53
HSV140°26°60°
CMYK 0.260.000.18   0.40
XYZ22.325828.220924.3492
Yxy28.22090.29810.3768
Hunter Lab53.1233-17.948810.0106
CIE-Lab60.0878-19.46159.7897

#729a7f color RGB value is (114,154,127).

#729a7f hex color red value is 114, green value is 154 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #729a7f hue: 0.39 , saturation: 0.17 and the lightness value of 729a7f is 0.53.

The process color (four color CMYK) of #729a7f color hex is 0.26, 0.00, 0.18, 0.40. Web safe color of #729a7f is #669966. Color #729a7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011010 01111111
Octal 162 232 177
Decimal 114 154 127
Hex 72 9A 7F

RGB Percentages of Color #729a7f

%28.86
%38.99
%32.15

CMYK Percentages of Color #729a7f

%26
%0
%18
%40

Triadic Colors of #729a7f

#729a7f #7f729a #9a7f72

Analogous Colors of #729a7f

#729a7f #729a93 #799a72

Monochromatic Colors of #729a7f

#729a7f

Complementary Color

#729a7f #9a728d

#729a7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729a7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#729a7f Color CSS Codes

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

#729a7f Text Font Color

<p style="color:#729a7f">Text here</p>

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


#729a7f Background Color

<div style="background-color:#729a7f">
Div content here</div>

This div background color is #729a7f


#729a7f Border Color

<div style="border:3px solid #729a7f">
Div here</div>

This div border color is #729a7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,154,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #729a7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #729a7f;
  -webkit-box-shadow: 1px 1px 3px 2px #729a7f;
  box-shadow:         1px 1px 3px 2px #729a7f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729a7f


Comments

No comments written yet.

Please login to write comment.