Color Hex Logo

#77786c Color Hex

#77786C
(119,120,108)
0 Favorites   0 Comments

Color spaces of #77786c

RGB 119120108
HSL0.180.050.45
HSV65°10°47°
CMYK 0.010.000.10   0.53
XYZ17.031018.437616.8485
Yxy18.43760.32550.3524
Hunter Lab42.9390-4.34456.7930
CIE-Lab50.0226-2.69626.4586

#77786c color RGB value is (119,120,108).

#77786c hex color red value is 119, green value is 120 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #77786c hue: 0.18 , saturation: 0.05 and the lightness value of 77786c is 0.45.

The process color (four color CMYK) of #77786c color hex is 0.01, 0.00, 0.10, 0.53. Web safe color of #77786c is #666666. Color #77786c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111000 01101100
Octal 167 170 154
Decimal 119 120 108
Hex 77 78 6C

RGB Percentages of Color #77786c

%34.29
%34.58
%31.12

CMYK Percentages of Color #77786c

%1
%0
%10
%53

Triadic Colors of #77786c

#77786c #6c7778 #786c77

Analogous Colors of #77786c

#77786c #71786c #78736c

Monochromatic Colors of #77786c

#77786c

Complementary Color

#77786c #6d6c78

#77786c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77786c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77786c Color CSS Codes

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

#77786c Text Font Color

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

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


#77786c Background Color

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

This div background color is #77786c


#77786c Border Color

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

This div border color is #77786c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,120,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77786c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77786c;
  -webkit-box-shadow: 1px 1px 3px 2px #77786c;
  box-shadow:         1px 1px 3px 2px #77786c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77786c


Comments

No comments written yet.

Please login to write comment.