Color Hex Logo

#79698d Color Hex

#79698D
(121,105,141)
0 Favorites   0 Comments

Color spaces of #79698d

RGB 121105141
HSL0.740.150.48
HSV267°26°55°
CMYK 0.140.260.00   0.45
XYZ17.744516.091227.3700
Yxy16.09120.28990.2629
Hunter Lab40.11388.7609-12.3744
CIE-Lab47.093913.8103-17.4393

#79698d color RGB value is (121,105,141).

#79698d hex color red value is 121, green value is 105 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #79698d hue: 0.74 , saturation: 0.15 and the lightness value of 79698d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101001 10001101
Octal 171 151 215
Decimal 121 105 141
Hex 79 69 8D

RGB Percentages of Color #79698d

%32.97
%28.61
%38.42

CMYK Percentages of Color #79698d

%14
%26
%0
%45

Triadic Colors of #79698d

#79698d #8d7969 #698d79

Analogous Colors of #79698d

#79698d #8b698d #696b8d

Monochromatic Colors of #79698d

#79698d

Complementary Color

#79698d #7d8d69

#79698d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79698d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79698d Color CSS Codes

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

#79698d Text Font Color

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

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


#79698d Background Color

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

This div background color is #79698d


#79698d Border Color

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

This div border color is #79698d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79698d


Comments

No comments written yet.

Please login to write comment.