Color Hex Logo

#73607e Color Hex

#73607E
(115,96,126)
0 Favorites   0 Comments

Color spaces of #73607e

RGB 11596126
HSL0.770.140.44
HSV278°24°49°
CMYK 0.090.240.00   0.51
XYZ15.019013.516921.5561
Yxy13.51690.29980.2698
Hunter Lab36.76538.5797-9.0269
CIE-Lab43.532013.7121-13.9233

#73607e color RGB value is (115,96,126).

#73607e hex color red value is 115, green value is 96 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #73607e hue: 0.77 , saturation: 0.14 and the lightness value of 73607e is 0.44.

The process color (four color CMYK) of #73607e color hex is 0.09, 0.24, 0.00, 0.51. Web safe color of #73607e is #666666. Color #73607e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100000 01111110
Octal 163 140 176
Decimal 115 96 126
Hex 73 60 7E

RGB Percentages of Color #73607e

%34.12
%28.49
%37.39

CMYK Percentages of Color #73607e

%9
%24
%0
%51

Triadic Colors of #73607e

#73607e #7e7360 #607e73

Analogous Colors of #73607e

#73607e #7e607a #64607e

Monochromatic Colors of #73607e

#73607e

Complementary Color

#73607e #6b7e60

#73607e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73607e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73607e Color CSS Codes

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

#73607e Text Font Color

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

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


#73607e Background Color

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

This div background color is #73607e


#73607e Border Color

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

This div border color is #73607e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73607e


Comments

No comments written yet.

Please login to write comment.