Color Hex Logo

#79492e Color Hex

#79492E
(121,73,46)
0 Favorites   0 Comments

Color spaces of #79492e

RGB 1217346
HSL0.060.450.33
HSV22°62°47°
CMYK 0.000.400.62   0.53
XYZ10.76089.02733.7601
Yxy9.02730.45700.3834
Hunter Lab30.045511.350313.6119
CIE-Lab36.036817.586524.5893

#79492e color RGB value is (121,73,46).

#79492e hex color red value is 121, green value is 73 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #79492e hue: 0.06 , saturation: 0.45 and the lightness value of 79492e is 0.33.

The process color (four color CMYK) of #79492e color hex is 0.00, 0.40, 0.62, 0.53. Web safe color of #79492e is #663333. Color #79492e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001001 00101110
Octal 171 111 56
Decimal 121 73 46
Hex 79 49 2E

RGB Percentages of Color #79492e

%50.42
%30.42
%19.17

CMYK Percentages of Color #79492e

%0
%40
%62
%53

Triadic Colors of #79492e

#79492e #2e7949 #492e79

Analogous Colors of #79492e

#79492e #796f2e #792e39

Monochromatic Colors of #79492e

#79492e

Complementary Color

#79492e #2e5e79

#79492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79492e Color CSS Codes

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

#79492e Text Font Color

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

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


#79492e Background Color

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

This div background color is #79492e


#79492e Border Color

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

This div border color is #79492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79492e


Comments

No comments written yet.

Please login to write comment.