Color Hex Logo

#79401d Color Hex

#79401D
(121,64,29)
0 Favorites   0 Comments

Color spaces of #79401d

RGB 1216429
HSL0.060.610.29
HSV23°76°47°
CMYK 0.000.470.76   0.53
XYZ9.94037.82042.1480
Yxy7.82040.49930.3928
Hunter Lab27.965014.510115.0214
CIE-Lab33.606021.753031.4869

#79401d color RGB value is (121,64,29).

#79401d hex color red value is 121, green value is 64 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #79401d hue: 0.06 , saturation: 0.61 and the lightness value of 79401d is 0.29.

The process color (four color CMYK) of #79401d color hex is 0.00, 0.47, 0.76, 0.53. Web safe color of #79401d is #663333. Color #79401d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000000 00011101
Octal 171 100 35
Decimal 121 64 29
Hex 79 40 1D

RGB Percentages of Color #79401d

%56.54
%29.91
%13.55

CMYK Percentages of Color #79401d

%0
%47
%76
%53

Triadic Colors of #79401d

#79401d #1d7940 #401d79

Analogous Colors of #79401d

#79401d #796e1d #791d28

Monochromatic Colors of #79401d

#79401d

Complementary Color

#79401d #1d5679

#79401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79401d Color CSS Codes

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

#79401d Text Font Color

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

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


#79401d Background Color

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

This div background color is #79401d


#79401d Border Color

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

This div border color is #79401d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79401d


Comments

No comments written yet.

Please login to write comment.