Color Hex Logo

#73796c Color Hex

#73796C
(115,121,108)
0 Favorites   0 Comments

Color spaces of #73796c

RGB 115121108
HSL0.240.060.45
HSV88°11°47°
CMYK 0.050.000.11   0.53
XYZ16.614418.402316.8637
Yxy18.40230.32020.3547
Hunter Lab42.8979-5.93816.7209
CIE-Lab49.9805-4.83196.3537

#73796c color RGB value is (115,121,108).

#73796c hex color red value is 115, green value is 121 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #73796c hue: 0.24 , saturation: 0.06 and the lightness value of 73796c is 0.45.

The process color (four color CMYK) of #73796c color hex is 0.05, 0.00, 0.11, 0.53. Web safe color of #73796c is #666666. Color #73796c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111001 01101100
Octal 163 171 154
Decimal 115 121 108
Hex 73 79 6C

RGB Percentages of Color #73796c

%33.43
%35.17
%31.40

CMYK Percentages of Color #73796c

%5
%0
%11
%53

Triadic Colors of #73796c

#73796c #6c7379 #796c73

Analogous Colors of #73796c

#73796c #6d796c #79796c

Monochromatic Colors of #73796c

#73796c

Complementary Color

#73796c #726c79

#73796c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73796c Color Preview on White Background

Lorem ipsum dolor sit amet.

#73796c Color CSS Codes

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

#73796c Text Font Color

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

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


#73796c Background Color

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

This div background color is #73796c


#73796c Border Color

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

This div border color is #73796c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73796c


Comments

No comments written yet.

Please login to write comment.