Color Hex Logo

#796640 Color Hex

#796640
(121,102,64)
0 Favorites   0 Comments

Color spaces of #796640

RGB 12110264
HSL0.110.310.36
HSV40°47°47°
CMYK 0.000.160.47   0.53
XYZ13.561913.93796.8260
Yxy13.93790.39510.4060
Hunter Lab37.3335-0.491115.2930
CIE-Lab44.14372.034524.2452

#796640 color RGB value is (121,102,64).

#796640 hex color red value is 121, green value is 102 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #796640 hue: 0.11 , saturation: 0.31 and the lightness value of 796640 is 0.36.

The process color (four color CMYK) of #796640 color hex is 0.00, 0.16, 0.47, 0.53. Web safe color of #796640 is #666633. Color #796640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100110 01000000
Octal 171 146 100
Decimal 121 102 64
Hex 79 66 40

RGB Percentages of Color #796640

%42.16
%35.54
%22.30

CMYK Percentages of Color #796640

%0
%16
%47
%53

Triadic Colors of #796640

#796640 #407966 #664079

Analogous Colors of #796640

#796640 #707940 #794a40

Monochromatic Colors of #796640

#796640

Complementary Color

#796640 #405379

#796640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796640 Color CSS Codes

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

#796640 Text Font Color

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

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


#796640 Background Color

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

This div background color is #796640


#796640 Border Color

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

This div border color is #796640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796640


Comments

No comments written yet.

Please login to write comment.