Color Hex Logo

#797014 Color Hex

#797014
(121,112,20)
0 Favorites   0 Comments

Color spaces of #797014

RGB 12111220
HSL0.150.720.28
HSV55°83°47°
CMYK 0.000.070.83   0.53
XYZ13.805615.70382.9653
Yxy15.70380.42510.4836
Hunter Lab39.6280-7.163223.3030
CIE-Lab46.5835-6.925947.7298

#797014 color RGB value is (121,112,20).

#797014 hex color red value is 121, green value is 112 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #797014 hue: 0.15 , saturation: 0.72 and the lightness value of 797014 is 0.28.

The process color (four color CMYK) of #797014 color hex is 0.00, 0.07, 0.83, 0.53. Web safe color of #797014 is #666600. Color #797014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110000 00010100
Octal 171 160 24
Decimal 121 112 20
Hex 79 70 14

RGB Percentages of Color #797014

%47.83
%44.27
%7.91

CMYK Percentages of Color #797014

%0
%7
%83
%53

Triadic Colors of #797014

#797014 #147970 #701479

Analogous Colors of #797014

#797014 #507914 #793e14

Monochromatic Colors of #797014

#797014

Complementary Color

#797014 #141d79

#797014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797014 Color CSS Codes

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

#797014 Text Font Color

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

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


#797014 Background Color

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

This div background color is #797014


#797014 Border Color

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

This div border color is #797014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797014


Comments

No comments written yet.

Please login to write comment.