Color Hex Logo

#796716 Color Hex

#796716
(121,103,22)
0 Favorites   0 Comments

Color spaces of #796716

RGB 12110322
HSL0.140.690.28
HSV49°82°47°
CMYK 0.000.150.82   0.53
XYZ12.880213.82342.7484
Yxy13.82340.43730.4694
Hunter Lab37.1798-3.227021.6431
CIE-Lab43.9786-1.706944.7431

#796716 color RGB value is (121,103,22).

#796716 hex color red value is 121, green value is 103 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #796716 hue: 0.14 , saturation: 0.69 and the lightness value of 796716 is 0.28.

The process color (four color CMYK) of #796716 color hex is 0.00, 0.15, 0.82, 0.53. Web safe color of #796716 is #666600. Color #796716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100111 00010110
Octal 171 147 26
Decimal 121 103 22
Hex 79 67 16

RGB Percentages of Color #796716

%49.19
%41.87
%8.94

CMYK Percentages of Color #796716

%0
%15
%82
%53

Triadic Colors of #796716

#796716 #167967 #671679

Analogous Colors of #796716

#796716 #5a7916 #793616

Monochromatic Colors of #796716

#796716

Complementary Color

#796716 #162879

#796716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796716 Color CSS Codes

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

#796716 Text Font Color

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

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


#796716 Background Color

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

This div background color is #796716


#796716 Border Color

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

This div border color is #796716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796716


Comments

No comments written yet.

Please login to write comment.