Color Hex Logo

#796814 Color Hex

#796814
(121,104,20)
0 Favorites   0 Comments

Color spaces of #796814

RGB 12110420
HSL0.140.720.28
HSV50°83°47°
CMYK 0.000.140.83   0.53
XYZ12.961714.01612.6840
Yxy14.01610.43700.4725
Hunter Lab37.4381-3.716921.9561
CIE-Lab44.2560-2.362145.6833

#796814 color RGB value is (121,104,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101000 00010100
Octal 171 150 24
Decimal 121 104 20
Hex 79 68 14

RGB Percentages of Color #796814

%49.39
%42.45
%8.16

CMYK Percentages of Color #796814

%0
%14
%83
%53

Triadic Colors of #796814

#796814 #147968 #681479

Analogous Colors of #796814

#796814 #577914 #793614

Monochromatic Colors of #796814

#796814

Complementary Color

#796814 #142579

#796814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796814 Color CSS Codes

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

#796814 Text Font Color

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

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


#796814 Background Color

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

This div background color is #796814


#796814 Border Color

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

This div border color is #796814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796814


Comments

No comments written yet.

Please login to write comment.