Color Hex Logo

#737a7e Color Hex

#737A7E
(115,122,126)
1 Favorites   0 Comments

Color spaces of #737a7e

RGB 115122126
HSL0.560.050.47
HSV202°49°
CMYK 0.090.030.00   0.51
XYZ17.795719.070322.4817
Yxy19.07030.29990.3213
Hunter Lab43.6696-3.68150.0454
CIE-Lab50.7694-1.7575-3.0901

#737a7e color RGB value is (115,122,126).

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

The process color (four color CMYK) of #737a7e color hex is 0.09, 0.03, 0.00, 0.51. Web safe color of #737a7e is #666666. Color #737a7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111010 01111110
Octal 163 172 176
Decimal 115 122 126
Hex 73 7A 7E

RGB Percentages of Color #737a7e

%31.68
%33.61
%34.71

CMYK Percentages of Color #737a7e

%9
%3
%0
%51

Triadic Colors of #737a7e

#737a7e #7e737a #7a7e73

Analogous Colors of #737a7e

#737a7e #73757e #737e7d

Monochromatic Colors of #737a7e

#737a7e

Complementary Color

#737a7e #7e7773

#737a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#737a7e Color CSS Codes

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

#737a7e Text Font Color

<p style="color:#737a7e">Text here</p>

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


#737a7e Background Color

<div style="background-color:#737a7e">
Div content here</div>

This div background color is #737a7e


#737a7e Border Color

<div style="border:3px solid #737a7e">
Div here</div>

This div border color is #737a7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737a7e


Comments

No comments written yet.

Please login to write comment.