Color Hex Logo

#79778e Color Hex

#79778E
(121,119,142)
0 Favorites   0 Comments

Color spaces of #79778e

RGB 121119142
HSL0.680.090.51
HSV245°16°56°
CMYK 0.150.160.00   0.44
XYZ19.364519.211628.2788
Yxy19.21160.28960.2874
Hunter Lab43.83102.1568-7.5708
CIE-Lab50.93395.7033-12.2006

#79778e color RGB value is (121,119,142).

#79778e hex color red value is 121, green value is 119 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #79778e hue: 0.68 , saturation: 0.09 and the lightness value of 79778e is 0.51.

The process color (four color CMYK) of #79778e color hex is 0.15, 0.16, 0.00, 0.44. Web safe color of #79778e is #666699. Color #79778e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110111 10001110
Octal 171 167 216
Decimal 121 119 142
Hex 79 77 8E

RGB Percentages of Color #79778e

%31.68
%31.15
%37.17

CMYK Percentages of Color #79778e

%15
%16
%0
%44

Triadic Colors of #79778e

#79778e #8e7977 #778e79

Analogous Colors of #79778e

#79778e #85778e #77818e

Monochromatic Colors of #79778e

#79778e

Complementary Color

#79778e #8c8e77

#79778e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79778e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79778e Color CSS Codes

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

#79778e Text Font Color

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

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


#79778e Background Color

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

This div background color is #79778e


#79778e Border Color

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

This div border color is #79778e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79778e


Comments

No comments written yet.

Please login to write comment.