Color Hex Logo

#737b7d Color Hex

#737B7D
(115,123,125)
0 Favorites   0 Comments

Color spaces of #737b7d

RGB 115123125
HSL0.530.040.47
HSV192°49°
CMYK 0.080.020.00   0.51
XYZ17.854919.291422.1846
Yxy19.29140.30090.3251
Hunter Lab43.9220-4.30070.7985
CIE-Lab51.0264-2.5487-2.1239

#737b7d color RGB value is (115,123,125).

#737b7d hex color red value is 115, green value is 123 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #737b7d hue: 0.53 , saturation: 0.04 and the lightness value of 737b7d is 0.47.

The process color (four color CMYK) of #737b7d color hex is 0.08, 0.02, 0.00, 0.51. Web safe color of #737b7d is #666666. Color #737b7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01111011 01111101
Octal 163 173 175
Decimal 115 123 125
Hex 73 7B 7D

RGB Percentages of Color #737b7d

%31.68
%33.88
%34.44

CMYK Percentages of Color #737b7d

%8
%2
%0
%51

Triadic Colors of #737b7d

#737b7d #7d737b #7b7d73

Analogous Colors of #737b7d

#737b7d #73767d #737d7a

Monochromatic Colors of #737b7d

#737b7d

Complementary Color

#737b7d #7d7573

#737b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#737b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#737b7d Color CSS Codes

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

#737b7d Text Font Color

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

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


#737b7d Background Color

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

This div background color is #737b7d


#737b7d Border Color

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

This div border color is #737b7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #737b7d


Comments

No comments written yet.

Please login to write comment.