Color Hex Logo

#74736c Color Hex

#74736C
(116,115,108)
0 Favorites   0 Comments

Color spaces of #74736c

RGB 116115108
HSL0.150.040.44
HSV53°45°
CMYK 0.000.010.07   0.55
XYZ16.040017.057216.6343
Yxy17.05720.32250.3430
Hunter Lab41.3004-2.95085.0304
CIE-Lab48.3320-0.98624.0008

#74736c color RGB value is (116,115,108).

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

The process color (four color CMYK) of #74736c color hex is 0.00, 0.01, 0.07, 0.55. Web safe color of #74736c is #666666. Color #74736c contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #74736c

%34.22
%33.92
%31.86

CMYK Percentages of Color #74736c

%0
%1
%7
%55

Triadic Colors of #74736c

#74736c #6c7473 #736c74

Analogous Colors of #74736c

#74736c #71746c #746f6c

Monochromatic Colors of #74736c

#74736c

Complementary Color

#74736c #6c6d74

#74736c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74736c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74736c Color CSS Codes

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

#74736c Text Font Color

<p style="color:#74736c">Text here</p>

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


#74736c Background Color

<div style="background-color:#74736c">
Div content here</div>

This div background color is #74736c


#74736c Border Color

<div style="border:3px solid #74736c">
Div here</div>

This div border color is #74736c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74736c


Comments

No comments written yet.

Please login to write comment.