Color Hex Logo

#77756c Color Hex

#77756C
(119,117,108)
0 Favorites   0 Comments

Color spaces of #77756c

RGB 119117108
HSL0.140.050.45
HSV49°47°
CMYK 0.000.020.09   0.53
XYZ16.675817.727216.7301
Yxy17.72720.32610.3467
Hunter Lab42.1037-2.98385.9134
CIE-Lab49.1635-0.96675.2296

#77756c color RGB value is (119,117,108).

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

The process color (four color CMYK) of #77756c color hex is 0.00, 0.02, 0.09, 0.53. Web safe color of #77756c is #666666. Color #77756c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 01101100
Octal 167 165 154
Decimal 119 117 108
Hex 77 75 6C

RGB Percentages of Color #77756c

%34.59
%34.01
%31.40

CMYK Percentages of Color #77756c

%0
%2
%9
%53

Triadic Colors of #77756c

#77756c #6c7775 #756c77

Analogous Colors of #77756c

#77756c #74776c #77706c

Monochromatic Colors of #77756c

#77756c

Complementary Color

#77756c #6c6e77

#77756c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77756c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77756c Color CSS Codes

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

#77756c Text Font Color

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

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


#77756c Background Color

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

This div background color is #77756c


#77756c Border Color

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

This div border color is #77756c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,117,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 #77756c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77756c


Comments

No comments written yet.

Please login to write comment.