Color Hex Logo

#794050 Color Hex

#794050
(121,64,80)
0 Favorites   0 Comments

Color spaces of #794050

RGB 1216480
HSL0.950.310.36
HSV343°47°47°
CMYK 0.000.470.34   0.53
XYZ11.16658.31098.6050
Yxy8.31090.39760.2959
Hunter Lab28.828618.69022.4827
CIE-Lab34.622226.68641.4520

#794050 color RGB value is (121,64,80).

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

The process color (four color CMYK) of #794050 color hex is 0.00, 0.47, 0.34, 0.53. Web safe color of #794050 is #663366. Color #794050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000000 01010000
Octal 171 100 120
Decimal 121 64 80
Hex 79 40 50

RGB Percentages of Color #794050

%45.66
%24.15
%30.19

CMYK Percentages of Color #794050

%0
%47
%34
%53

Triadic Colors of #794050

#794050 #507940 #405079

Analogous Colors of #794050

#794050 #794d40 #79406d

Monochromatic Colors of #794050

#794050

Complementary Color

#794050 #407969

#794050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794050 Color CSS Codes

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

#794050 Text Font Color

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

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


#794050 Background Color

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

This div background color is #794050


#794050 Border Color

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

This div border color is #794050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794050


Comments

No comments written yet.

Please login to write comment.