Color Hex Logo

#794676 Color Hex

#794676
(121,70,118)
0 Favorites   0 Comments

Color spaces of #794676

RGB 12170118
HSL0.840.270.37
HSV304°42°47°
CMYK 0.000.420.02   0.53
XYZ13.34539.753318.3187
Yxy9.75330.32220.2355
Hunter Lab31.230321.6235-12.9165
CIE-Lab37.396029.7212-18.3479

#794676 color RGB value is (121,70,118).

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

The process color (four color CMYK) of #794676 color hex is 0.00, 0.42, 0.02, 0.53. Web safe color of #794676 is #663366. Color #794676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000110 01110110
Octal 171 106 166
Decimal 121 70 118
Hex 79 46 76

RGB Percentages of Color #794676

%39.16
%22.65
%38.19

CMYK Percentages of Color #794676

%0
%42
%2
%53

Triadic Colors of #794676

#794676 #767946 #467679

Analogous Colors of #794676

#794676 #79465d #634679

Monochromatic Colors of #794676

#794676

Complementary Color

#794676 #467949

#794676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#794676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#794676 Color CSS Codes

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

#794676 Text Font Color

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

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


#794676 Background Color

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

This div background color is #794676


#794676 Border Color

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

This div border color is #794676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #794676


Comments

No comments written yet.

Please login to write comment.