Color Hex Logo

#728e77 Color Hex

#728E77
(114,142,119)
0 Favorites   0 Comments

Color spaces of #728e77

RGB 114142119
HSL0.360.110.50
HSV131°20°56°
CMYK 0.200.000.16   0.44
XYZ19.942224.255321.0834
Yxy24.25530.30550.3716
Hunter Lab49.2497-13.90869.0932
CIE-Lab56.3425-14.71289.0222

#728e77 color RGB value is (114,142,119).

#728e77 hex color red value is 114, green value is 142 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #728e77 hue: 0.36 , saturation: 0.11 and the lightness value of 728e77 is 0.50.

The process color (four color CMYK) of #728e77 color hex is 0.20, 0.00, 0.16, 0.44. Web safe color of #728e77 is #669966. Color #728e77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10001110 01110111
Octal 162 216 167
Decimal 114 142 119
Hex 72 8E 77

RGB Percentages of Color #728e77

%30.40
%37.87
%31.73

CMYK Percentages of Color #728e77

%20
%0
%16
%44

Triadic Colors of #728e77

#728e77 #77728e #8e7772

Analogous Colors of #728e77

#728e77 #728e85 #7b8e72

Monochromatic Colors of #728e77

#728e77

Complementary Color

#728e77 #8e7289

#728e77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728e77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728e77 Color CSS Codes

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

#728e77 Text Font Color

<p style="color:#728e77">Text here</p>

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


#728e77 Background Color

<div style="background-color:#728e77">
Div content here</div>

This div background color is #728e77


#728e77 Border Color

<div style="border:3px solid #728e77">
Div here</div>

This div border color is #728e77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,142,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #728e77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #728e77;
  -webkit-box-shadow: 1px 1px 3px 2px #728e77;
  box-shadow:         1px 1px 3px 2px #728e77; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728e77


Comments

No comments written yet.

Please login to write comment.