Color Hex Logo

#729a7d Color Hex

#729A7D
(114,154,125)
0 Favorites   0 Comments

Color spaces of #729a7d

RGB 114154125
HSL0.380.170.53
HSV137°26°60°
CMYK 0.260.000.19   0.40
XYZ22.196728.169323.6694
Yxy28.16930.29980.3805
Hunter Lab53.0748-18.229310.7112
CIE-Lab60.0414-19.857310.8501

#729a7d color RGB value is (114,154,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011010 01111101
Octal 162 232 175
Decimal 114 154 125
Hex 72 9A 7D

RGB Percentages of Color #729a7d

%29.01
%39.19
%31.81

CMYK Percentages of Color #729a7d

%26
%0
%19
%40

Triadic Colors of #729a7d

#729a7d #7d729a #9a7d72

Analogous Colors of #729a7d

#729a7d #729a91 #7b9a72

Monochromatic Colors of #729a7d

#729a7d

Complementary Color

#729a7d #9a728f

#729a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#729a7d Color CSS Codes

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

#729a7d Text Font Color

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

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


#729a7d Background Color

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

This div background color is #729a7d


#729a7d Border Color

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

This div border color is #729a7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729a7d


Comments

No comments written yet.

Please login to write comment.