Color Hex Logo

#726265 Color Hex

#726265
(114,98,101)
0 Favorites   0 Comments

Color spaces of #726265

RGB 11498101
HSL0.970.080.42
HSV349°14°45°
CMYK 0.000.140.11   0.55
XYZ13.656113.252414.1501
Yxy13.25240.33260.3228
Hunter Lab36.40383.25362.4368
CIE-Lab43.14116.95970.6627

#726265 color RGB value is (114,98,101).

#726265 hex color red value is 114, green value is 98 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #726265 hue: 0.97 , saturation: 0.08 and the lightness value of 726265 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100010 01100101
Octal 162 142 145
Decimal 114 98 101
Hex 72 62 65

RGB Percentages of Color #726265

%36.42
%31.31
%32.27

CMYK Percentages of Color #726265

%0
%14
%11
%55

Triadic Colors of #726265

#726265 #657262 #626572

Analogous Colors of #726265

#726265 #726762 #72626d

Monochromatic Colors of #726265

#726265

Complementary Color

#726265 #62726f

#726265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726265 Color CSS Codes

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

#726265 Text Font Color

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

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


#726265 Background Color

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

This div background color is #726265


#726265 Border Color

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

This div border color is #726265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726265


Comments

No comments written yet.

Please login to write comment.