Color Hex Logo

#746065 Color Hex

#746065
(116,96,101)
0 Favorites   0 Comments

Color spaces of #746065

RGB 11696101
HSL0.960.090.42
HSV345°17°45°
CMYK 0.000.170.13   0.55
XYZ13.734313.018314.1008
Yxy13.01830.33620.3187
Hunter Lab36.08094.80502.0854
CIE-Lab42.79088.96850.1765

#746065 color RGB value is (116,96,101).

#746065 hex color red value is 116, green value is 96 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #746065 hue: 0.96 , saturation: 0.09 and the lightness value of 746065 is 0.42.

The process color (four color CMYK) of #746065 color hex is 0.00, 0.17, 0.13, 0.55. Web safe color of #746065 is #666666. Color #746065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100000 01100101
Octal 164 140 145
Decimal 116 96 101
Hex 74 60 65

RGB Percentages of Color #746065

%37.06
%30.67
%32.27

CMYK Percentages of Color #746065

%0
%17
%13
%55

Triadic Colors of #746065

#746065 #657460 #606574

Analogous Colors of #746065

#746065 #746560 #74606f

Monochromatic Colors of #746065

#746065

Complementary Color

#746065 #60746f

#746065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746065 Color CSS Codes

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

#746065 Text Font Color

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

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


#746065 Background Color

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

This div background color is #746065


#746065 Border Color

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

This div border color is #746065


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,96,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746065; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746065;
  -webkit-box-shadow: 1px 1px 3px 2px #746065;
  box-shadow:         1px 1px 3px 2px #746065; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746065


Comments

No comments written yet.

Please login to write comment.