Color Hex Logo

#794564 Color Hex

#794564
(121,69,100)
0 Favorites   0 Comments

Color spaces of #794564

RGB 12169100
HSL0.900.270.37
HSV324°43°47°
CMYK 0.000.430.17   0.53
XYZ12.31359.241313.1913
Yxy9.24130.35440.2660
Hunter Lab30.399519.1033-4.4481
CIE-Lab36.444826.9432-8.5409

#794564 color RGB value is (121,69,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000101 01100100
Octal 171 105 144
Decimal 121 69 100
Hex 79 45 64

RGB Percentages of Color #794564

%41.72
%23.79
%34.48

CMYK Percentages of Color #794564

%0
%43
%17
%53

Triadic Colors of #794564

#794564 #647945 #456479

Analogous Colors of #794564

#794564 #79454a #744579

Monochromatic Colors of #794564

#794564

Complementary Color

#794564 #45795a

#794564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794564 Color CSS Codes

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

#794564 Text Font Color

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

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


#794564 Background Color

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

This div background color is #794564


#794564 Border Color

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

This div border color is #794564


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,69,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 #794564">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794564


Comments

No comments written yet.

Please login to write comment.