Color Hex Logo

#794c5f Color Hex

#794C5F
(121,76,95)
0 Favorites   0 Comments

Color spaces of #794c5f

RGB 1217695
HSL0.930.230.39
HSV335°37°47°
CMYK 0.000.370.21   0.53
XYZ12.535210.060112.1076
Yxy10.06010.36120.2899
Hunter Lab31.717715.0394-0.4304
CIE-Lab37.950121.9643-3.1577

#794c5f color RGB value is (121,76,95).

#794c5f hex color red value is 121, green value is 76 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #794c5f hue: 0.93 , saturation: 0.23 and the lightness value of 794c5f is 0.39.

The process color (four color CMYK) of #794c5f color hex is 0.00, 0.37, 0.21, 0.53. Web safe color of #794c5f is #663366. Color #794c5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 01011111
Octal 171 114 137
Decimal 121 76 95
Hex 79 4C 5F

RGB Percentages of Color #794c5f

%41.44
%26.03
%32.53

CMYK Percentages of Color #794c5f

%0
%37
%21
%53

Triadic Colors of #794c5f

#794c5f #5f794c #4c5f79

Analogous Colors of #794c5f

#794c5f #79504c #794c76

Monochromatic Colors of #794c5f

#794c5f

Complementary Color

#794c5f #4c7966

#794c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#794c5f Color CSS Codes

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

#794c5f Text Font Color

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

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


#794c5f Background Color

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

This div background color is #794c5f


#794c5f Border Color

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

This div border color is #794c5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,76,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #794c5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #794c5f;
  -webkit-box-shadow: 1px 1px 3px 2px #794c5f;
  box-shadow:         1px 1px 3px 2px #794c5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794c5f


Comments

No comments written yet.

Please login to write comment.