Color Hex Logo

#746976 Color Hex

#746976
(116,105,118)
0 Favorites   0 Comments

Color spaces of #746976

RGB 116105118
HSL0.810.060.44
HSV291°11°46°
CMYK 0.020.110.00   0.54
XYZ15.524015.124219.2406
Yxy15.12420.31120.3032
Hunter Lab38.88983.1962-2.1106
CIE-Lab45.80386.9160-5.6735

#746976 color RGB value is (116,105,118).

#746976 hex color red value is 116, green value is 105 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #746976 hue: 0.81 , saturation: 0.06 and the lightness value of 746976 is 0.44.

The process color (four color CMYK) of #746976 color hex is 0.02, 0.11, 0.00, 0.54. Web safe color of #746976 is #666666. Color #746976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 01110110
Octal 164 151 166
Decimal 116 105 118
Hex 74 69 76

RGB Percentages of Color #746976

%34.22
%30.97
%34.81

CMYK Percentages of Color #746976

%2
%11
%0
%54

Triadic Colors of #746976

#746976 #767469 #697674

Analogous Colors of #746976

#746976 #766972 #6e6976

Monochromatic Colors of #746976

#746976

Complementary Color

#746976 #6b7669

#746976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746976 Color CSS Codes

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

#746976 Text Font Color

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

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


#746976 Background Color

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

This div background color is #746976


#746976 Border Color

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

This div border color is #746976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746976


Comments

No comments written yet.

Please login to write comment.