Color Hex Logo

#726379 Color Hex

#726379
(114,99,121)
0 Favorites   0 Comments

Color spaces of #726379

RGB 11499121
HSL0.780.100.43
HSV281°18°47°
CMYK 0.060.180.00   0.53
XYZ14.852513.881619.9858
Yxy13.88160.30490.2849
Hunter Lab37.25805.9555-5.7235
CIE-Lab44.062710.4221-10.1062

#726379 color RGB value is (114,99,121).

#726379 hex color red value is 114, green value is 99 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #726379 hue: 0.78 , saturation: 0.10 and the lightness value of 726379 is 0.43.

The process color (four color CMYK) of #726379 color hex is 0.06, 0.18, 0.00, 0.53. Web safe color of #726379 is #666666. Color #726379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100011 01111001
Octal 162 143 171
Decimal 114 99 121
Hex 72 63 79

RGB Percentages of Color #726379

%34.13
%29.64
%36.23

CMYK Percentages of Color #726379

%6
%18
%0
%53

Triadic Colors of #726379

#726379 #797263 #637972

Analogous Colors of #726379

#726379 #796375 #676379

Monochromatic Colors of #726379

#726379

Complementary Color

#726379 #6a7963

#726379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#726379 Color CSS Codes

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

#726379 Text Font Color

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

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


#726379 Background Color

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

This div background color is #726379


#726379 Border Color

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

This div border color is #726379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726379


Comments

No comments written yet.

Please login to write comment.