Color Hex Logo

#796776 Color Hex

#796776
(121,103,118)
0 Favorites   0 Comments

Color spaces of #796776

RGB 121103118
HSL0.860.080.44
HSV310°15°47°
CMYK 0.000.150.02   0.53
XYZ16.005415.073419.2054
Yxy15.07340.31830.2998
Hunter Lab38.82455.6438-2.1520
CIE-Lab45.734610.0110-5.7245

#796776 color RGB value is (121,103,118).

#796776 hex color red value is 121, green value is 103 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #796776 hue: 0.86 , saturation: 0.08 and the lightness value of 796776 is 0.44.

The process color (four color CMYK) of #796776 color hex is 0.00, 0.15, 0.02, 0.53. Web safe color of #796776 is #666666. Color #796776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100111 01110110
Octal 171 147 166
Decimal 121 103 118
Hex 79 67 76

RGB Percentages of Color #796776

%35.38
%30.12
%34.50

CMYK Percentages of Color #796776

%0
%15
%2
%53

Triadic Colors of #796776

#796776 #767967 #677679

Analogous Colors of #796776

#796776 #79676d #736779

Monochromatic Colors of #796776

#796776

Complementary Color

#796776 #67796a

#796776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796776 Color CSS Codes

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

#796776 Text Font Color

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

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


#796776 Background Color

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

This div background color is #796776


#796776 Border Color

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

This div border color is #796776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796776


Comments

No comments written yet.

Please login to write comment.