Color Hex Logo

#795066 Color Hex

#795066
(121,80,102)
0 Favorites   0 Comments

Color spaces of #795066

RGB 12180102
HSL0.910.200.39
HSV328°34°47°
CMYK 0.000.340.16   0.53
XYZ13.152110.761613.9544
Yxy10.76160.34730.2842
Hunter Lab32.804914.1555-2.2571
CIE-Lab39.176020.7885-5.7045

#795066 color RGB value is (121,80,102).

#795066 hex color red value is 121, green value is 80 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #795066 hue: 0.91 , saturation: 0.20 and the lightness value of 795066 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010000 01100110
Octal 171 120 146
Decimal 121 80 102
Hex 79 50 66

RGB Percentages of Color #795066

%39.93
%26.40
%33.66

CMYK Percentages of Color #795066

%0
%34
%16
%53

Triadic Colors of #795066

#795066 #667950 #506679

Analogous Colors of #795066

#795066 #795052 #785079

Monochromatic Colors of #795066

#795066

Complementary Color

#795066 #507963

#795066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#795066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#795066 Color CSS Codes

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

#795066 Text Font Color

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

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


#795066 Background Color

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

This div background color is #795066


#795066 Border Color

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

This div border color is #795066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #795066


Comments

No comments written yet.

Please login to write comment.