Color Hex Logo

#794c5c Color Hex

#794C5C
(121,76,92)
0 Favorites   0 Comments

Color spaces of #794c5c

RGB 1217692
HSL0.940.230.39
HSV339°37°47°
CMYK 0.000.370.24   0.53
XYZ12.401410.006511.4030
Yxy10.00650.36680.2960
Hunter Lab31.633114.62120.7704
CIE-Lab37.854121.4692-1.4202

#794c5c color RGB value is (121,76,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001100 01011100
Octal 171 114 134
Decimal 121 76 92
Hex 79 4C 5C

RGB Percentages of Color #794c5c

%41.87
%26.30
%31.83

CMYK Percentages of Color #794c5c

%0
%37
%24
%53

Triadic Colors of #794c5c

#794c5c #5c794c #4c5c79

Analogous Colors of #794c5c

#794c5c #79534c #794c73

Monochromatic Colors of #794c5c

#794c5c

Complementary Color

#794c5c #4c7969

#794c5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794c5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#794c5c Color CSS Codes

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

#794c5c Text Font Color

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

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


#794c5c Background Color

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

This div background color is #794c5c


#794c5c Border Color

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

This div border color is #794c5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794c5c


Comments

No comments written yet.

Please login to write comment.