Color Hex Logo

#736c74 Color Hex

#736C74
(115,108,116)
0 Favorites   0 Comments

Color spaces of #736c74

RGB 115108116
HSL0.810.040.44
HSV293°45°
CMYK 0.010.070.00   0.55
XYZ15.585215.630918.7186
Yxy15.63090.31210.3130
Hunter Lab39.53591.1774-0.3962
CIE-Lab46.48654.3323-3.4723

#736c74 color RGB value is (115,108,116).

#736c74 hex color red value is 115, green value is 108 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #736c74 hue: 0.81 , saturation: 0.04 and the lightness value of 736c74 is 0.44.

The process color (four color CMYK) of #736c74 color hex is 0.01, 0.07, 0.00, 0.55. Web safe color of #736c74 is #666666. Color #736c74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101100 01110100
Octal 163 154 164
Decimal 115 108 116
Hex 73 6C 74

RGB Percentages of Color #736c74

%33.92
%31.86
%34.22

CMYK Percentages of Color #736c74

%1
%7
%0
%55

Triadic Colors of #736c74

#736c74 #74736c #6c7473

Analogous Colors of #736c74

#736c74 #746c71 #6f6c74

Monochromatic Colors of #736c74

#736c74

Complementary Color

#736c74 #6d746c

#736c74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736c74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736c74 Color CSS Codes

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

#736c74 Text Font Color

<p style="color:#736c74">Text here</p>

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


#736c74 Background Color

<div style="background-color:#736c74">
Div content here</div>

This div background color is #736c74


#736c74 Border Color

<div style="border:3px solid #736c74">
Div here</div>

This div border color is #736c74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,108,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #736c74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #736c74;
  -webkit-box-shadow: 1px 1px 3px 2px #736c74;
  box-shadow:         1px 1px 3px 2px #736c74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736c74


Comments

No comments written yet.

Please login to write comment.