Color Hex Logo

#746a66 Color Hex

#746A66
(116,106,102)
0 Favorites   0 Comments

Color spaces of #746a66

RGB 116106102
HSL0.050.060.43
HSV17°12°45°
CMYK 0.000.090.12   0.55
XYZ14.754814.980414.6842
Yxy14.98040.33220.3372
Hunter Lab38.70450.31424.5990
CIE-Lab45.60733.17213.6559

#746a66 color RGB value is (116,106,102).

#746a66 hex color red value is 116, green value is 106 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #746a66 hue: 0.05 , saturation: 0.06 and the lightness value of 746a66 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101010 01100110
Octal 164 152 146
Decimal 116 106 102
Hex 74 6A 66

RGB Percentages of Color #746a66

%35.80
%32.72
%31.48

CMYK Percentages of Color #746a66

%0
%9
%12
%55

Triadic Colors of #746a66

#746a66 #66746a #6a6674

Analogous Colors of #746a66

#746a66 #747166 #746669

Monochromatic Colors of #746a66

#746a66

Complementary Color

#746a66 #667074

#746a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746a66 Color CSS Codes

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

#746a66 Text Font Color

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

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


#746a66 Background Color

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

This div background color is #746a66


#746a66 Border Color

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

This div border color is #746a66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,106,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746a66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746a66;
  -webkit-box-shadow: 1px 1px 3px 2px #746a66;
  box-shadow:         1px 1px 3px 2px #746a66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746a66


Comments

No comments written yet.

Please login to write comment.