Color Hex Logo

#73767e Color Hex

#73767E
(115,118,126)
0 Favorites   0 Comments

Color spaces of #73767e

RGB 115118126
HSL0.620.050.47
HSV224°49°
CMYK 0.090.060.00   0.51
XYZ17.314618.108122.3213
Yxy18.10810.29990.3136
Hunter Lab42.5536-1.8391-1.3128
CIE-Lab49.62700.5653-4.7779

#73767e color RGB value is (115,118,126).

#73767e hex color red value is 115, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #73767e hue: 0.62 , saturation: 0.05 and the lightness value of 73767e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110110 01111110
Octal 163 166 176
Decimal 115 118 126
Hex 73 76 7E

RGB Percentages of Color #73767e

%32.03
%32.87
%35.10

CMYK Percentages of Color #73767e

%9
%6
%0
%51

Triadic Colors of #73767e

#73767e #7e7376 #767e73

Analogous Colors of #73767e

#73767e #76737e #737c7e

Monochromatic Colors of #73767e

#73767e

Complementary Color

#73767e #7e7b73

#73767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73767e Color CSS Codes

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

#73767e Text Font Color

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

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


#73767e Background Color

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

This div background color is #73767e


#73767e Border Color

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

This div border color is #73767e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,118,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 #73767e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73767e


Comments

No comments written yet.

Please login to write comment.