Color Hex Logo

#796469 Color Hex

#796469
(121,100,105)
0 Favorites   0 Comments

Color spaces of #796469

RGB 121100105
HSL0.960.100.43
HSV346°17°47°
CMYK 0.000.170.13   0.53
XYZ14.992114.199215.3152
Yxy14.19920.33690.3190
Hunter Lab37.68185.07492.2798
CIE-Lab44.51739.30370.3279

#796469 color RGB value is (121,100,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100100 01101001
Octal 171 144 151
Decimal 121 100 105
Hex 79 64 69

RGB Percentages of Color #796469

%37.12
%30.67
%32.21

CMYK Percentages of Color #796469

%0
%17
%13
%53

Triadic Colors of #796469

#796469 #697964 #646979

Analogous Colors of #796469

#796469 #796a64 #796474

Monochromatic Colors of #796469

#796469

Complementary Color

#796469 #647974

#796469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796469 Color CSS Codes

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

#796469 Text Font Color

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

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


#796469 Background Color

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

This div background color is #796469


#796469 Border Color

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

This div border color is #796469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #796469


Comments

No comments written yet.

Please login to write comment.