Color Hex Logo

#79476c Color Hex

#79476C
(121,71,108)
0 Favorites   0 Comments

Color spaces of #79476c

RGB 12171108
HSL0.880.260.38
HSV316°41°47°
CMYK 0.000.410.11   0.53
XYZ12.84529.654115.3738
Yxy9.65410.33920.2549
Hunter Lab31.071019.4200-7.5867
CIE-Lab37.214327.2166-12.3958

#79476c color RGB value is (121,71,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000111 01101100
Octal 171 107 154
Decimal 121 71 108
Hex 79 47 6C

RGB Percentages of Color #79476c

%40.33
%23.67
%36.00

CMYK Percentages of Color #79476c

%0
%41
%11
%53

Triadic Colors of #79476c

#79476c #6c7947 #476c79

Analogous Colors of #79476c

#79476c #794753 #6d4779

Monochromatic Colors of #79476c

#79476c

Complementary Color

#79476c #477954

#79476c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79476c Color Preview on White Background

Lorem ipsum dolor sit amet.

#79476c Color CSS Codes

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

#79476c Text Font Color

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

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


#79476c Background Color

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

This div background color is #79476c


#79476c Border Color

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

This div border color is #79476c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79476c


Comments

No comments written yet.

Please login to write comment.