Color Hex Logo

#79709a Color Hex

#79709A
(121,112,154)
0 Favorites   0 Comments

Color spaces of #79709a

RGB 121112154
HSL0.700.170.52
HSV253°27°60°
CMYK 0.210.270.00   0.40
XYZ19.512117.986433.0152
Yxy17.98640.27670.2551
Hunter Lab42.41047.9058-16.4682
CIE-Lab49.479612.7172-21.4676

#79709a color RGB value is (121,112,154).

#79709a hex color red value is 121, green value is 112 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #79709a hue: 0.70 , saturation: 0.17 and the lightness value of 79709a is 0.52.

The process color (four color CMYK) of #79709a color hex is 0.21, 0.27, 0.00, 0.40. Web safe color of #79709a is #666699. Color #79709a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 10011010
Octal 171 160 232
Decimal 121 112 154
Hex 79 70 9A

RGB Percentages of Color #79709a

%31.27
%28.94
%39.79

CMYK Percentages of Color #79709a

%21
%27
%0
%40

Triadic Colors of #79709a

#79709a #9a7970 #709a79

Analogous Colors of #79709a

#79709a #8e709a #707c9a

Monochromatic Colors of #79709a

#79709a

Complementary Color

#79709a #919a70

#79709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#79709a Color CSS Codes

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

#79709a Text Font Color

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

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


#79709a Background Color

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

This div background color is #79709a


#79709a Border Color

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

This div border color is #79709a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,112,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79709a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79709a;
  -webkit-box-shadow: 1px 1px 3px 2px #79709a;
  box-shadow:         1px 1px 3px 2px #79709a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79709a


Comments

No comments written yet.

Please login to write comment.