Color Hex Logo

#747556 Color Hex

#747556
(116,117,86)
0 Favorites   0 Comments

Color spaces of #747556

RGB 11611786
HSL0.170.150.40
HSV62°26°46°
CMYK 0.010.000.26   0.54
XYZ15.243517.107511.3028
Yxy17.10750.34920.3919
Hunter Lab41.3612-6.596712.7506
CIE-Lab48.3952-5.909917.0311

#747556 color RGB value is (116,117,86).

#747556 hex color red value is 116, green value is 117 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #747556 hue: 0.17 , saturation: 0.15 and the lightness value of 747556 is 0.40.

The process color (four color CMYK) of #747556 color hex is 0.01, 0.00, 0.26, 0.54. Web safe color of #747556 is #666666. Color #747556 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110101 01010110
Octal 164 165 126
Decimal 116 117 86
Hex 74 75 56

RGB Percentages of Color #747556

%36.36
%36.68
%26.96

CMYK Percentages of Color #747556

%1
%0
%26
%54

Triadic Colors of #747556

#747556 #567475 #755674

Analogous Colors of #747556

#747556 #657556 #756756

Monochromatic Colors of #747556

#747556

Complementary Color

#747556 #575675

#747556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747556 Color CSS Codes

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

#747556 Text Font Color

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

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


#747556 Background Color

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

This div background color is #747556


#747556 Border Color

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

This div border color is #747556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747556


Comments

No comments written yet.

Please login to write comment.