Color Hex Logo

#74645e Color Hex

#74645E
(116,100,94)
0 Favorites   0 Comments

Color spaces of #74645e

RGB 11610094
HSL0.050.100.41
HSV16°19°45°
CMYK 0.000.140.19   0.55
XYZ13.780013.635512.4953
Yxy13.63550.34530.3416
Hunter Lab36.92631.99095.7855
CIE-Lab43.70565.31625.7498

#74645e color RGB value is (116,100,94).

#74645e hex color red value is 116, green value is 100 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #74645e hue: 0.05 , saturation: 0.10 and the lightness value of 74645e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100100 01011110
Octal 164 144 136
Decimal 116 100 94
Hex 74 64 5E

RGB Percentages of Color #74645e

%37.42
%32.26
%30.32

CMYK Percentages of Color #74645e

%0
%14
%19
%55

Triadic Colors of #74645e

#74645e #5e7464 #645e74

Analogous Colors of #74645e

#74645e #746f5e #745e63

Monochromatic Colors of #74645e

#74645e

Complementary Color

#74645e #5e6e74

#74645e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74645e Color Preview on White Background

Lorem ipsum dolor sit amet.

#74645e Color CSS Codes

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

#74645e Text Font Color

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

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


#74645e Background Color

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

This div background color is #74645e


#74645e Border Color

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

This div border color is #74645e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,100,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 #74645e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74645e


Comments

No comments written yet.

Please login to write comment.