Color Hex Logo

#73755a Color Hex

#73755A
(115,117,90)
0 Favorites   0 Comments

Color spaces of #73755a

RGB 11511790
HSL0.180.130.41
HSV64°23°46°
CMYK 0.020.000.23   0.54
XYZ15.277017.105612.1694
Yxy17.10560.34290.3839
Hunter Lab41.3589-6.444511.5058
CIE-Lab48.3928-5.700714.6836

#73755a color RGB value is (115,117,90).

#73755a hex color red value is 115, green value is 117 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #73755a hue: 0.18 , saturation: 0.13 and the lightness value of 73755a is 0.41.

The process color (four color CMYK) of #73755a color hex is 0.02, 0.00, 0.23, 0.54. Web safe color of #73755a is #666666. Color #73755a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110101 01011010
Octal 163 165 132
Decimal 115 117 90
Hex 73 75 5A

RGB Percentages of Color #73755a

%35.71
%36.34
%27.95

CMYK Percentages of Color #73755a

%2
%0
%23
%54

Triadic Colors of #73755a

#73755a #5a7375 #755a73

Analogous Colors of #73755a

#73755a #66755a #756a5a

Monochromatic Colors of #73755a

#73755a

Complementary Color

#73755a #5c5a75

#73755a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73755a Color Preview on White Background

Lorem ipsum dolor sit amet.

#73755a Color CSS Codes

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

#73755a Text Font Color

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

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


#73755a Background Color

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

This div background color is #73755a


#73755a Border Color

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

This div border color is #73755a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,117,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73755a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73755a;
  -webkit-box-shadow: 1px 1px 3px 2px #73755a;
  box-shadow:         1px 1px 3px 2px #73755a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73755a


Comments

No comments written yet.

Please login to write comment.