Color Hex Logo

#794057 Color Hex

#794057
(121,64,87)
0 Favorites   0 Comments

Color spaces of #794057

RGB 1216487
HSL0.930.310.36
HSV336°47°47°
CMYK 0.000.470.28   0.53
XYZ11.43898.419910.0391
Yxy8.41990.38260.2816
Hunter Lab29.017119.5871-0.2008
CIE-Lab34.842527.7120-2.6933

#794057 color RGB value is (121,64,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000000 01010111
Octal 171 100 127
Decimal 121 64 87
Hex 79 40 57

RGB Percentages of Color #794057

%44.49
%23.53
%31.99

CMYK Percentages of Color #794057

%0
%47
%28
%53

Triadic Colors of #794057

#794057 #577940 #405779

Analogous Colors of #794057

#794057 #794640 #794074

Monochromatic Colors of #794057

#794057

Complementary Color

#794057 #407962

#794057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794057 Color CSS Codes

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

#794057 Text Font Color

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

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


#794057 Background Color

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

This div background color is #794057


#794057 Border Color

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

This div border color is #794057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794057


Comments

No comments written yet.

Please login to write comment.