Color Hex Logo

#79708e Color Hex

#79708E
(121,112,142)
0 Favorites   0 Comments

Color spaces of #79708e

RGB 121112142
HSL0.720.120.50
HSV258°21°56°
CMYK 0.150.210.00   0.44
XYZ18.561817.606328.0112
Yxy17.60630.28920.2743
Hunter Lab41.95995.5334-10.2084
CIE-Lab49.01519.8512-15.1051

#79708e color RGB value is (121,112,142).

#79708e hex color red value is 121, green value is 112 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #79708e hue: 0.72 , saturation: 0.12 and the lightness value of 79708e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 10001110
Octal 171 160 216
Decimal 121 112 142
Hex 79 70 8E

RGB Percentages of Color #79708e

%32.27
%29.87
%37.87

CMYK Percentages of Color #79708e

%15
%21
%0
%44

Triadic Colors of #79708e

#79708e #8e7970 #708e79

Analogous Colors of #79708e

#79708e #88708e #70768e

Monochromatic Colors of #79708e

#79708e

Complementary Color

#79708e #858e70

#79708e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79708e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79708e Color CSS Codes

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

#79708e Text Font Color

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

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


#79708e Background Color

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

This div background color is #79708e


#79708e Border Color

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

This div border color is #79708e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79708e


Comments

No comments written yet.

Please login to write comment.