Color Hex Logo

#726e86 Color Hex

#726E86
(114,110,134)
0 Favorites   0 Comments

Color spaces of #726e86

RGB 114110134
HSL0.690.100.48
HSV250°18°53°
CMYK 0.150.180.00   0.47
XYZ16.818416.450524.8431
Yxy16.45050.28940.2831
Hunter Lab40.55923.0387-7.9245
CIE-Lab47.56016.7404-12.6251

#726e86 color RGB value is (114,110,134).

#726e86 hex color red value is 114, green value is 110 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #726e86 hue: 0.69 , saturation: 0.10 and the lightness value of 726e86 is 0.48.

The process color (four color CMYK) of #726e86 color hex is 0.15, 0.18, 0.00, 0.47. Web safe color of #726e86 is #666699. Color #726e86 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101110 10000110
Octal 162 156 206
Decimal 114 110 134
Hex 72 6E 86

RGB Percentages of Color #726e86

%31.84
%30.73
%37.43

CMYK Percentages of Color #726e86

%15
%18
%0
%47

Triadic Colors of #726e86

#726e86 #86726e #6e8672

Analogous Colors of #726e86

#726e86 #7e6e86 #6e7686

Monochromatic Colors of #726e86

#726e86

Complementary Color

#726e86 #82866e

#726e86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726e86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726e86 Color CSS Codes

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

#726e86 Text Font Color

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

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


#726e86 Background Color

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

This div background color is #726e86


#726e86 Border Color

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

This div border color is #726e86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726e86


Comments

No comments written yet.

Please login to write comment.