Color Hex Logo

#726374 Color Hex

#726374
(114,99,116)
0 Favorites   0 Comments

Color spaces of #726374

RGB 11499116
HSL0.810.080.42
HSV293°15°45°
CMYK 0.020.150.00   0.55
XYZ14.553713.762018.4123
Yxy13.76200.31150.2945
Hunter Lab37.09725.1078-3.4592
CIE-Lab43.88979.3495-7.3396

#726374 color RGB value is (114,99,116).

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

The process color (four color CMYK) of #726374 color hex is 0.02, 0.15, 0.00, 0.55. Web safe color of #726374 is #666666. Color #726374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100011 01110100
Octal 162 143 164
Decimal 114 99 116
Hex 72 63 74

RGB Percentages of Color #726374

%34.65
%30.09
%35.26

CMYK Percentages of Color #726374

%2
%15
%0
%55

Triadic Colors of #726374

#726374 #747263 #637472

Analogous Colors of #726374

#726374 #74636e #6a6374

Monochromatic Colors of #726374

#726374

Complementary Color

#726374 #657463

#726374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726374 Color CSS Codes

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

#726374 Text Font Color

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

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


#726374 Background Color

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

This div background color is #726374


#726374 Border Color

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

This div border color is #726374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726374


Comments

No comments written yet.

Please login to write comment.