Color Hex Logo

#727677 Color Hex

#727677
(114,118,119)
0 Favorites   0 Comments

Color spaces of #727677

RGB 114118119
HSL0.530.020.46
HSV192°47°
CMYK 0.040.010.00   0.53
XYZ16.747617.866220.0186
Yxy17.86620.30660.3270
Hunter Lab42.2684-3.24451.5078
CIE-Lab49.3334-1.2978-1.0808

#727677 color RGB value is (114,118,119).

#727677 hex color red value is 114, green value is 118 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #727677 hue: 0.53 , saturation: 0.02 and the lightness value of 727677 is 0.46.

The process color (four color CMYK) of #727677 color hex is 0.04, 0.01, 0.00, 0.53. Web safe color of #727677 is #666666. Color #727677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110110 01110111
Octal 162 166 167
Decimal 114 118 119
Hex 72 76 77

RGB Percentages of Color #727677

%32.48
%33.62
%33.90

CMYK Percentages of Color #727677

%4
%1
%0
%53

Triadic Colors of #727677

#727677 #777276 #767772

Analogous Colors of #727677

#727677 #727477 #727776

Monochromatic Colors of #727677

#727677

Complementary Color

#727677 #777372

#727677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727677 Color CSS Codes

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

#727677 Text Font Color

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

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


#727677 Background Color

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

This div background color is #727677


#727677 Border Color

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

This div border color is #727677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727677


Comments

No comments written yet.

Please login to write comment.