Color Hex Logo

#794764 Color Hex

#794764
(121,71,100)
0 Favorites   0 Comments

Color spaces of #794764

RGB 12171100
HSL0.900.260.38
HSV325°41°47°
CMYK 0.000.410.17   0.53
XYZ12.43869.491513.2331
Yxy9.49150.35370.2699
Hunter Lab30.808318.1535-3.9011
CIE-Lab36.913925.7752-7.8365

#794764 color RGB value is (121,71,100).

#794764 hex color red value is 121, green value is 71 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #794764 hue: 0.90 , saturation: 0.26 and the lightness value of 794764 is 0.38.

The process color (four color CMYK) of #794764 color hex is 0.00, 0.41, 0.17, 0.53. Web safe color of #794764 is #663366. Color #794764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000111 01100100
Octal 171 107 144
Decimal 121 71 100
Hex 79 47 64

RGB Percentages of Color #794764

%41.44
%24.32
%34.25

CMYK Percentages of Color #794764

%0
%41
%17
%53

Triadic Colors of #794764

#794764 #647947 #476479

Analogous Colors of #794764

#794764 #79474b #754779

Monochromatic Colors of #794764

#794764

Complementary Color

#794764 #47795c

#794764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794764 Color CSS Codes

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

#794764 Text Font Color

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

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


#794764 Background Color

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

This div background color is #794764


#794764 Border Color

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

This div border color is #794764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794764


Comments

No comments written yet.

Please login to write comment.