Color Hex Logo

#726777 Color Hex

#726777
(114,103,119)
0 Favorites   0 Comments

Color spaces of #726777

RGB 114103119
HSL0.780.070.44
HSV281°13°47°
CMYK 0.040.130.00   0.53
XYZ15.119514.609819.4759
Yxy14.60980.30730.2969
Hunter Lab38.22283.7181-3.4545
CIE-Lab45.09517.5763-7.3512

#726777 color RGB value is (114,103,119).

#726777 hex color red value is 114, green value is 103 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #726777 hue: 0.78 , saturation: 0.07 and the lightness value of 726777 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100111 01110111
Octal 162 147 167
Decimal 114 103 119
Hex 72 67 77

RGB Percentages of Color #726777

%33.93
%30.65
%35.42

CMYK Percentages of Color #726777

%4
%13
%0
%53

Triadic Colors of #726777

#726777 #777267 #677772

Analogous Colors of #726777

#726777 #776774 #6a6777

Monochromatic Colors of #726777

#726777

Complementary Color

#726777 #6c7767

#726777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726777 Color CSS Codes

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

#726777 Text Font Color

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

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


#726777 Background Color

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

This div background color is #726777


#726777 Border Color

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

This div border color is #726777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726777


Comments

No comments written yet.

Please login to write comment.