Color Hex Logo

#726766 Color Hex

#726766
(114,103,102)
0 Favorites   0 Comments

Color spaces of #726766

RGB 114103102
HSL0.010.060.42
HSV11°45°
CMYK 0.000.100.11   0.55
XYZ14.188014.237214.5706
Yxy14.23720.33000.3311
Hunter Lab37.73221.08793.5172
CIE-Lab44.57124.15232.1346

#726766 color RGB value is (114,103,102).

#726766 hex color red value is 114, green value is 103 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #726766 hue: 0.01 , saturation: 0.06 and the lightness value of 726766 is 0.42.

The process color (four color CMYK) of #726766 color hex is 0.00, 0.10, 0.11, 0.55. Web safe color of #726766 is #666666. Color #726766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100111 01100110
Octal 162 147 146
Decimal 114 103 102
Hex 72 67 66

RGB Percentages of Color #726766

%35.74
%32.29
%31.97

CMYK Percentages of Color #726766

%0
%10
%11
%55

Triadic Colors of #726766

#726766 #667267 #676672

Analogous Colors of #726766

#726766 #726d66 #72666b

Monochromatic Colors of #726766

#726766

Complementary Color

#726766 #667172

#726766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726766 Color CSS Codes

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

#726766 Text Font Color

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

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


#726766 Background Color

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

This div background color is #726766


#726766 Border Color

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

This div border color is #726766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726766


Comments

No comments written yet.

Please login to write comment.