Color Hex Logo

#746875 Color Hex

#746875
(116,104,117)
0 Favorites   0 Comments

Color spaces of #746875

RGB 116104117
HSL0.820.060.43
HSV295°11°46°
CMYK 0.010.110.00   0.54
XYZ15.363714.898018.8955
Yxy14.89800.31250.3031
Hunter Lab38.59793.5046-2.0067
CIE-Lab45.49427.3067-5.5324

#746875 color RGB value is (116,104,117).

#746875 hex color red value is 116, green value is 104 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #746875 hue: 0.82 , saturation: 0.06 and the lightness value of 746875 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101000 01110101
Octal 164 150 165
Decimal 116 104 117
Hex 74 68 75

RGB Percentages of Color #746875

%34.42
%30.86
%34.72

CMYK Percentages of Color #746875

%1
%11
%0
%54

Triadic Colors of #746875

#746875 #757468 #687574

Analogous Colors of #746875

#746875 #756870 #6e6875

Monochromatic Colors of #746875

#746875

Complementary Color

#746875 #697568

#746875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746875 Color CSS Codes

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

#746875 Text Font Color

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

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


#746875 Background Color

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

This div background color is #746875


#746875 Border Color

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

This div border color is #746875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746875


Comments

No comments written yet.

Please login to write comment.