Color Hex Logo

#746374 Color Hex

#746374
(116,99,116)
0 Favorites   0 Comments

Color spaces of #746374

RGB 11699116
HSL0.830.080.42
HSV300°15°45°
CMYK 0.000.150.00   0.55
XYZ14.816713.897618.4246
Yxy13.89760.31430.2948
Hunter Lab37.27955.7056-3.2072
CIE-Lab44.085710.1061-7.0262

#746374 color RGB value is (116,99,116).

#746374 hex color red value is 116, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #746374 hue: 0.83 , saturation: 0.08 and the lightness value of 746374 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100011 01110100
Octal 164 143 164
Decimal 116 99 116
Hex 74 63 74

RGB Percentages of Color #746374

%35.05
%29.91
%35.05

CMYK Percentages of Color #746374

%0
%15
%0
%55

Triadic Colors of #746374

#746374 #747463 #637474

Analogous Colors of #746374

#746374 #74636c #6c6374

Monochromatic Colors of #746374

#746374

Complementary Color

#746374 #637463

#746374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746374 Color CSS Codes

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

#746374 Text Font Color

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

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


#746374 Background Color

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

This div background color is #746374


#746374 Border Color

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

This div border color is #746374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746374


Comments

No comments written yet.

Please login to write comment.