Color Hex Logo

#746855 Color Hex

#746855
(116,104,85)
0 Favorites   0 Comments

Color spaces of #746855

RGB 11610485
HSL0.100.150.39
HSV37°27°45°
CMYK 0.000.100.27   0.55
XYZ13.792514.269510.6217
Yxy14.26950.35650.3689
Hunter Lab37.7750-0.93199.7711
CIE-Lab44.61701.467212.4442

#746855 color RGB value is (116,104,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101000 01010101
Octal 164 150 125
Decimal 116 104 85
Hex 74 68 55

RGB Percentages of Color #746855

%38.03
%34.10
%27.87

CMYK Percentages of Color #746855

%0
%10
%27
%55

Triadic Colors of #746855

#746855 #557468 #685574

Analogous Colors of #746855

#746855 #717455 #745955

Monochromatic Colors of #746855

#746855

Complementary Color

#746855 #556174

#746855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746855 Color CSS Codes

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

#746855 Text Font Color

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

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


#746855 Background Color

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

This div background color is #746855


#746855 Border Color

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

This div border color is #746855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746855


Comments

No comments written yet.

Please login to write comment.