Color Hex Logo

#796864 Color Hex

#796864
(121,104,100)
0 Favorites   0 Comments

Color spaces of #796864

RGB 121104100
HSL0.030.100.43
HSV11°17°47°
CMYK 0.000.140.17   0.53
XYZ15.135714.885714.1321
Yxy14.88570.34280.3371
Hunter Lab38.58202.50705.2902
CIE-Lab45.47726.02564.7335

#796864 color RGB value is (121,104,100).

#796864 hex color red value is 121, green value is 104 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #796864 hue: 0.03 , saturation: 0.10 and the lightness value of 796864 is 0.43.

The process color (four color CMYK) of #796864 color hex is 0.00, 0.14, 0.17, 0.53. Web safe color of #796864 is #666666. Color #796864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01101000 01100100
Octal 171 150 144
Decimal 121 104 100
Hex 79 68 64

RGB Percentages of Color #796864

%37.23
%32.00
%30.77

CMYK Percentages of Color #796864

%0
%14
%17
%53

Triadic Colors of #796864

#796864 #647968 #686479

Analogous Colors of #796864

#796864 #797364 #79646b

Monochromatic Colors of #796864

#796864

Complementary Color

#796864 #647579

#796864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796864 Color CSS Codes

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

#796864 Text Font Color

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

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


#796864 Background Color

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

This div background color is #796864


#796864 Border Color

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

This div border color is #796864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796864


Comments

No comments written yet.

Please login to write comment.