Color Hex Logo

#73795e Color Hex

#73795E
(115,121,94)
0 Favorites   0 Comments

Color spaces of #73795e

RGB 11512194
HSL0.200.130.42
HSV73°22°47°
CMYK 0.050.000.22   0.53
XYZ15.928018.127713.2492
Yxy18.12770.33670.3832
Hunter Lab42.5766-7.731911.3535
CIE-Lab49.6506-7.314414.0832

#73795e color RGB value is (115,121,94).

#73795e hex color red value is 115, green value is 121 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #73795e hue: 0.20 , saturation: 0.13 and the lightness value of 73795e is 0.42.

The process color (four color CMYK) of #73795e color hex is 0.05, 0.00, 0.22, 0.53. Web safe color of #73795e is #666666. Color #73795e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111001 01011110
Octal 163 171 136
Decimal 115 121 94
Hex 73 79 5E

RGB Percentages of Color #73795e

%34.85
%36.67
%28.48

CMYK Percentages of Color #73795e

%5
%0
%22
%53

Triadic Colors of #73795e

#73795e #5e7379 #795e73

Analogous Colors of #73795e

#73795e #66795e #79725e

Monochromatic Colors of #73795e

#73795e

Complementary Color

#73795e #645e79

#73795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73795e Color CSS Codes

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

#73795e Text Font Color

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

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


#73795e Background Color

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

This div background color is #73795e


#73795e Border Color

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

This div border color is #73795e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,121,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73795e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73795e;
  -webkit-box-shadow: 1px 1px 3px 2px #73795e;
  box-shadow:         1px 1px 3px 2px #73795e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73795e


Comments

No comments written yet.

Please login to write comment.