Color Hex Logo

#79958d Color Hex

#79958D
(121,149,141)
0 Favorites   0 Comments

Color spaces of #79958d

RGB 121149141
HSL0.450.120.53
HSV163°19°58°
CMYK 0.190.000.05   0.42
XYZ23.440327.482929.2686
Yxy27.48290.29230.3427
Hunter Lab52.4241-11.92993.5951
CIE-Lab59.4187-11.52700.9566

#79958d color RGB value is (121,149,141).

#79958d hex color red value is 121, green value is 149 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #79958d hue: 0.45 , saturation: 0.12 and the lightness value of 79958d is 0.53.

The process color (four color CMYK) of #79958d color hex is 0.19, 0.00, 0.05, 0.42. Web safe color of #79958d is #669999. Color #79958d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010101 10001101
Octal 171 225 215
Decimal 121 149 141
Hex 79 95 8D

RGB Percentages of Color #79958d

%29.44
%36.25
%34.31

CMYK Percentages of Color #79958d

%19
%0
%5
%42

Triadic Colors of #79958d

#79958d #8d7995 #958d79

Analogous Colors of #79958d

#79958d #798f95 #79957f

Monochromatic Colors of #79958d

#79958d

Complementary Color

#79958d #957981

#79958d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79958d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79958d Color CSS Codes

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

#79958d Text Font Color

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

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


#79958d Background Color

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

This div background color is #79958d


#79958d Border Color

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

This div border color is #79958d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79958d


Comments

No comments written yet.

Please login to write comment.