Color Hex Logo

#74565e Color Hex

#74565E
(116,86,94)
0 Favorites   0 Comments

Color spaces of #74565e

RGB 1168694
HSL0.960.150.40
HSV344°26°45°
CMYK 0.000.260.19   0.55
XYZ12.550611.176712.0855
Yxy11.17670.35050.3121
Hunter Lab33.43168.50571.9688
CIE-Lab39.876513.76490.2222

#74565e color RGB value is (116,86,94).

#74565e hex color red value is 116, green value is 86 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #74565e hue: 0.96 , saturation: 0.15 and the lightness value of 74565e is 0.40.

The process color (four color CMYK) of #74565e color hex is 0.00, 0.26, 0.19, 0.55. Web safe color of #74565e is #666666. Color #74565e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010110 01011110
Octal 164 126 136
Decimal 116 86 94
Hex 74 56 5E

RGB Percentages of Color #74565e

%39.19
%29.05
%31.76

CMYK Percentages of Color #74565e

%0
%26
%19
%55

Triadic Colors of #74565e

#74565e #5e7456 #565e74

Analogous Colors of #74565e

#74565e #745d56 #74566d

Monochromatic Colors of #74565e

#74565e

Complementary Color

#74565e #56746c

#74565e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74565e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74565e Color CSS Codes

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

#74565e Text Font Color

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

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


#74565e Background Color

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

This div background color is #74565e


#74565e Border Color

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

This div border color is #74565e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,86,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74565e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74565e;
  -webkit-box-shadow: 1px 1px 3px 2px #74565e;
  box-shadow:         1px 1px 3px 2px #74565e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74565e


Comments

No comments written yet.

Please login to write comment.