Color Hex Logo

#79708d Color Hex

#79708D
(121,112,141)
0 Favorites   0 Comments

Color spaces of #79708d

RGB 121112141
HSL0.720.110.50
HSV259°21°55°
CMYK 0.140.210.00   0.45
XYZ18.487017.576427.6175
Yxy17.57640.29030.2760
Hunter Lab41.92425.3444-9.7102
CIE-Lab48.97829.6197-14.5698

#79708d color RGB value is (121,112,141).

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

The process color (four color CMYK) of #79708d color hex is 0.14, 0.21, 0.00, 0.45. Web safe color of #79708d is #666699. Color #79708d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 10001101
Octal 171 160 215
Decimal 121 112 141
Hex 79 70 8D

RGB Percentages of Color #79708d

%32.35
%29.95
%37.70

CMYK Percentages of Color #79708d

%14
%21
%0
%45

Triadic Colors of #79708d

#79708d #8d7970 #708d79

Analogous Colors of #79708d

#79708d #88708d #70768d

Monochromatic Colors of #79708d

#79708d

Complementary Color

#79708d #848d70

#79708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79708d Color CSS Codes

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

#79708d Text Font Color

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

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


#79708d Background Color

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

This div background color is #79708d


#79708d Border Color

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

This div border color is #79708d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79708d


Comments

No comments written yet.

Please login to write comment.