Color Hex Logo

#56776d Color Hex

#56776D
(86,119,109)
0 Favorites   0 Comments

Color spaces of #56776d

RGB 86119109
HSL0.450.160.40
HSV162°28°47°
CMYK 0.280.000.08   0.53
XYZ13.194916.276216.9142
Yxy16.27620.28450.3509
Hunter Lab40.3438-12.22113.3832
CIE-Lab47.3348-14.09841.6850

#56776d color RGB value is (86,119,109).

#56776d hex color red value is 86, green value is 119 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #56776d hue: 0.45 , saturation: 0.16 and the lightness value of 56776d is 0.40.

The process color (four color CMYK) of #56776d color hex is 0.28, 0.00, 0.08, 0.53. Web safe color of #56776d is #666666. Color #56776d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01110111 01101101
Octal 126 167 155
Decimal 86 119 109
Hex 56 77 6D

RGB Percentages of Color #56776d

%27.39
%37.90
%34.71

CMYK Percentages of Color #56776d

%28
%0
%8
%53

Triadic Colors of #56776d

#56776d #6d5677 #776d56

Analogous Colors of #56776d

#56776d #567177 #56775d

Monochromatic Colors of #56776d

#56776d

Complementary Color

#56776d #775660

#56776d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56776d Color Preview on White Background

Lorem ipsum dolor sit amet.

#56776d Color CSS Codes

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

#56776d Text Font Color

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

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


#56776d Background Color

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

This div background color is #56776d


#56776d Border Color

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

This div border color is #56776d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,119,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56776d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56776d;
  -webkit-box-shadow: 1px 1px 3px 2px #56776d;
  box-shadow:         1px 1px 3px 2px #56776d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56776d


Comments

No comments written yet.

Please login to write comment.