Color Hex Logo

#726858 Color Hex

#726858
(114,104,88)
0 Favorites   0 Comments

Color spaces of #726858

RGB 11410488
HSL0.100.130.40
HSV37°23°45°
CMYK 0.000.090.23   0.55
XYZ13.651214.182611.2505
Yxy14.18260.34930.3629
Hunter Lab37.6598-1.20068.6495
CIE-Lab44.49371.098310.4495

#726858 color RGB value is (114,104,88).

#726858 hex color red value is 114, green value is 104 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #726858 hue: 0.10 , saturation: 0.13 and the lightness value of 726858 is 0.40.

The process color (four color CMYK) of #726858 color hex is 0.00, 0.09, 0.23, 0.55. Web safe color of #726858 is #666666. Color #726858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101000 01011000
Octal 162 150 130
Decimal 114 104 88
Hex 72 68 58

RGB Percentages of Color #726858

%37.25
%33.99
%28.76

CMYK Percentages of Color #726858

%0
%9
%23
%55

Triadic Colors of #726858

#726858 #587268 #685872

Analogous Colors of #726858

#726858 #6f7258 #725b58

Monochromatic Colors of #726858

#726858

Complementary Color

#726858 #586272

#726858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726858 Color CSS Codes

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

#726858 Text Font Color

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

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


#726858 Background Color

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

This div background color is #726858


#726858 Border Color

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

This div border color is #726858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726858

#726858 Color Palettes


Comments

No comments written yet.

Please login to write comment.