Color Hex Logo

#79759e Color Hex

#79759E
(121,117,158)
0 Favorites   0 Comments

Color spaces of #79759e

RGB 121117158
HSL0.680.170.54
HSV246°26°62°
CMYK 0.230.260.00   0.38
XYZ20.418019.256134.9884
Yxy19.25610.27350.2579
Hunter Lab43.88186.2622-16.5567
CIE-Lab50.985510.7221-21.4964

#79759e color RGB value is (121,117,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110101 10011110
Octal 171 165 236
Decimal 121 117 158
Hex 79 75 9E

RGB Percentages of Color #79759e

%30.56
%29.55
%39.90

CMYK Percentages of Color #79759e

%23
%26
%0
%38

Triadic Colors of #79759e

#79759e #9e7975 #759e79

Analogous Colors of #79759e

#79759e #8e759e #75869e

Monochromatic Colors of #79759e

#79759e

Complementary Color

#79759e #9a9e75

#79759e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79759e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79759e Color CSS Codes

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

#79759e Text Font Color

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

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


#79759e Background Color

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

This div background color is #79759e


#79759e Border Color

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

This div border color is #79759e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,117,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 #79759e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79759e


Comments

No comments written yet.

Please login to write comment.