Color Hex Logo

#727664 Color Hex

#727664
(114,118,100)
0 Favorites   0 Comments

Color spaces of #727664

RGB 114118100
HSL0.200.080.43
HSV73°15°46°
CMYK 0.030.000.15   0.54
XYZ15.718117.454414.5972
Yxy17.45440.32900.3654
Hunter Lab41.7785-5.95628.5293
CIE-Lab48.8276-4.98299.4110

#727664 color RGB value is (114,118,100).

#727664 hex color red value is 114, green value is 118 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #727664 hue: 0.20 , saturation: 0.08 and the lightness value of 727664 is 0.43.

The process color (four color CMYK) of #727664 color hex is 0.03, 0.00, 0.15, 0.54. Web safe color of #727664 is #666666. Color #727664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110110 01100100
Octal 162 166 144
Decimal 114 118 100
Hex 72 76 64

RGB Percentages of Color #727664

%34.34
%35.54
%30.12

CMYK Percentages of Color #727664

%3
%0
%15
%54

Triadic Colors of #727664

#727664 #647276 #766472

Analogous Colors of #727664

#727664 #697664 #767164

Monochromatic Colors of #727664

#727664

Complementary Color

#727664 #686476

#727664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727664 Color CSS Codes

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

#727664 Text Font Color

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

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


#727664 Background Color

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

This div background color is #727664


#727664 Border Color

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

This div border color is #727664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727664


Comments

No comments written yet.

Please login to write comment.