Color Hex Logo

#746858 Color Hex

#746858
(116,104,88)
0 Favorites   0 Comments

Color spaces of #746858

RGB 11610488
HSL0.100.140.40
HSV34°24°45°
CMYK 0.000.100.24   0.55
XYZ13.914214.318211.2629
Yxy14.31820.35230.3625
Hunter Lab37.8394-0.58148.8399
CIE-Lab44.68591.940810.7464

#746858 color RGB value is (116,104,88).

#746858 hex color red value is 116, green value is 104 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #746858 hue: 0.10 , saturation: 0.14 and the lightness value of 746858 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101000 01011000
Octal 164 150 130
Decimal 116 104 88
Hex 74 68 58

RGB Percentages of Color #746858

%37.66
%33.77
%28.57

CMYK Percentages of Color #746858

%0
%10
%24
%55

Triadic Colors of #746858

#746858 #587468 #685874

Analogous Colors of #746858

#746858 #727458 #745a58

Monochromatic Colors of #746858

#746858

Complementary Color

#746858 #586474

#746858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746858 Color CSS Codes

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

#746858 Text Font Color

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

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


#746858 Background Color

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

This div background color is #746858


#746858 Border Color

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

This div border color is #746858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746858


Comments

No comments written yet.

Please login to write comment.