Color Hex Logo

#79857e Color Hex

#79857E
(121,133,126)
0 Favorites   0 Comments

Color spaces of #79857e

RGB 121133126
HSL0.400.050.50
HSV145°52°
CMYK 0.090.000.05   0.48
XYZ20.038622.346422.9958
Yxy22.34640.30650.3418
Hunter Lab47.2720-7.05984.2483
CIE-Lab54.3926-5.83022.2627

#79857e color RGB value is (121,133,126).

#79857e hex color red value is 121, green value is 133 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #79857e hue: 0.40 , saturation: 0.05 and the lightness value of 79857e is 0.50.

The process color (four color CMYK) of #79857e color hex is 0.09, 0.00, 0.05, 0.48. Web safe color of #79857e is #669966. Color #79857e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000101 01111110
Octal 171 205 176
Decimal 121 133 126
Hex 79 85 7E

RGB Percentages of Color #79857e

%31.84
%35.00
%33.16

CMYK Percentages of Color #79857e

%9
%0
%5
%48

Triadic Colors of #79857e

#79857e #7e7985 #857e79

Analogous Colors of #79857e

#79857e #798584 #7a8579

Monochromatic Colors of #79857e

#79857e

Complementary Color

#79857e #857980

#79857e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79857e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79857e Color CSS Codes

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

#79857e Text Font Color

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

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


#79857e Background Color

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

This div background color is #79857e


#79857e Border Color

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

This div border color is #79857e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79857e


Comments

No comments written yet.

Please login to write comment.