Color Hex Logo

#79739e Color Hex

#79739E
(121,115,158)
0 Favorites   0 Comments

Color spaces of #79739e

RGB 121115158
HSL0.690.180.54
HSV248°27°62°
CMYK 0.230.270.00   0.38
XYZ20.187418.795034.9116
Yxy18.79500.27320.2544
Hunter Lab43.35327.2504-17.3980
CIE-Lab50.446511.9138-22.3254

#79739e color RGB value is (121,115,158).

#79739e hex color red value is 121, green value is 115 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #79739e hue: 0.69 , saturation: 0.18 and the lightness value of 79739e is 0.54.

The process color (four color CMYK) of #79739e color hex is 0.23, 0.27, 0.00, 0.38. Web safe color of #79739e is #666699. Color #79739e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110011 10011110
Octal 171 163 236
Decimal 121 115 158
Hex 79 73 9E

RGB Percentages of Color #79739e

%30.71
%29.19
%40.10

CMYK Percentages of Color #79739e

%23
%27
%0
%38

Triadic Colors of #79739e

#79739e #9e7973 #739e79

Analogous Colors of #79739e

#79739e #8f739e #73839e

Monochromatic Colors of #79739e

#79739e

Complementary Color

#79739e #989e73

#79739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79739e Color CSS Codes

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

#79739e Text Font Color

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

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


#79739e Background Color

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

This div background color is #79739e


#79739e Border Color

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

This div border color is #79739e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,115,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79739e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79739e;
  -webkit-box-shadow: 1px 1px 3px 2px #79739e;
  box-shadow:         1px 1px 3px 2px #79739e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79739e


Comments

No comments written yet.

Please login to write comment.