Color Hex Logo

#797265 Color Hex

#797265
(121,114,101)
0 Favorites   0 Comments

Color spaces of #797265

RGB 121114101
HSL0.110.090.44
HSV39°17°47°
CMYK 0.000.060.17   0.53
XYZ16.251417.039214.7443
Yxy17.03920.33830.3547
Hunter Lab41.2786-1.96197.7172
CIE-Lab48.30940.32008.1749

#797265 color RGB value is (121,114,101).

#797265 hex color red value is 121, green value is 114 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #797265 hue: 0.11 , saturation: 0.09 and the lightness value of 797265 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110010 01100101
Octal 171 162 145
Decimal 121 114 101
Hex 79 72 65

RGB Percentages of Color #797265

%36.01
%33.93
%30.06

CMYK Percentages of Color #797265

%0
%6
%17
%53

Triadic Colors of #797265

#797265 #657972 #726579

Analogous Colors of #797265

#797265 #767965 #796865

Monochromatic Colors of #797265

#797265

Complementary Color

#797265 #656c79

#797265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797265 Color CSS Codes

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

#797265 Text Font Color

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

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


#797265 Background Color

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

This div background color is #797265


#797265 Border Color

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

This div border color is #797265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797265


Comments

No comments written yet.

Please login to write comment.