Color Hex Logo

#728677 Color Hex

#728677
(114,134,119)
0 Favorites   0 Comments

Color spaces of #728677

RGB 114134119
HSL0.380.080.49
HSV135°15°53°
CMYK 0.150.000.11   0.47
XYZ18.794321.959520.7008
Yxy21.95950.30580.3573
Hunter Lab46.8610-10.41666.6114
CIE-Lab53.9840-10.36055.6600

#728677 color RGB value is (114,134,119).

#728677 hex color red value is 114, green value is 134 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #728677 hue: 0.38 , saturation: 0.08 and the lightness value of 728677 is 0.49.

The process color (four color CMYK) of #728677 color hex is 0.15, 0.00, 0.11, 0.47. Web safe color of #728677 is #669966. Color #728677 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000110 01110111
Octal 162 206 167
Decimal 114 134 119
Hex 72 86 77

RGB Percentages of Color #728677

%31.06
%36.51
%32.43

CMYK Percentages of Color #728677

%15
%0
%11
%47

Triadic Colors of #728677

#728677 #777286 #867772

Analogous Colors of #728677

#728677 #728681 #778672

Monochromatic Colors of #728677

#728677

Complementary Color

#728677 #867281

#728677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728677 Color CSS Codes

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

#728677 Text Font Color

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

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


#728677 Background Color

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

This div background color is #728677


#728677 Border Color

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

This div border color is #728677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #728677


Comments

No comments written yet.

Please login to write comment.