Color Hex Logo

#746965 Color Hex

#746965
(116,105,101)
0 Favorites   0 Comments

Color spaces of #746965

RGB 116105101
HSL0.040.070.43
HSV16°13°45°
CMYK 0.000.090.13   0.55
XYZ14.603014.755714.3904
Yxy14.75570.33380.3373
Hunter Lab38.41310.63494.6779
CIE-Lab45.29783.58183.8108

#746965 color RGB value is (116,105,101).

#746965 hex color red value is 116, green value is 105 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #746965 hue: 0.04 , saturation: 0.07 and the lightness value of 746965 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 01100101
Octal 164 151 145
Decimal 116 105 101
Hex 74 69 65

RGB Percentages of Color #746965

%36.02
%32.61
%31.37

CMYK Percentages of Color #746965

%0
%9
%13
%55

Triadic Colors of #746965

#746965 #657469 #696574

Analogous Colors of #746965

#746965 #747165 #746569

Monochromatic Colors of #746965

#746965

Complementary Color

#746965 #657074

#746965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746965 Color CSS Codes

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

#746965 Text Font Color

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

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


#746965 Background Color

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

This div background color is #746965


#746965 Border Color

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

This div border color is #746965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746965

#746965 Color Palettes


Comments

No comments written yet.

Please login to write comment.