Color Hex Logo

#795966 Color Hex

#795966
(121,89,102)
0 Favorites   0 Comments

Color spaces of #795966

RGB 12189102
HSL0.930.150.41
HSV336°26°47°
CMYK 0.000.260.16   0.53
XYZ13.855812.169014.1889
Yxy12.16900.34460.3026
Hunter Lab34.88419.85220.3030
CIE-Lab41.483515.3750-2.2878

#795966 color RGB value is (121,89,102).

#795966 hex color red value is 121, green value is 89 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #795966 hue: 0.93 , saturation: 0.15 and the lightness value of 795966 is 0.41.

The process color (four color CMYK) of #795966 color hex is 0.00, 0.26, 0.16, 0.53. Web safe color of #795966 is #666666. Color #795966 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01011001 01100110
Octal 171 131 146
Decimal 121 89 102
Hex 79 59 66

RGB Percentages of Color #795966

%38.78
%28.53
%32.69

CMYK Percentages of Color #795966

%0
%26
%16
%53

Triadic Colors of #795966

#795966 #667959 #596679

Analogous Colors of #795966

#795966 #795c59 #795976

Monochromatic Colors of #795966

#795966

Complementary Color

#795966 #59796c

#795966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795966 Color CSS Codes

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

#795966 Text Font Color

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

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


#795966 Background Color

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

This div background color is #795966


#795966 Border Color

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

This div border color is #795966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795966


Comments

No comments written yet.

Please login to write comment.