Color Hex Logo

#777566 Color Hex

#777566
(119,117,102)
0 Favorites   0 Comments

Color spaces of #777566

RGB 119117102
HSL0.150.080.43
HSV53°14°47°
CMYK 0.000.020.14   0.53
XYZ16.367317.603815.1056
Yxy17.60380.33350.3587
Hunter Lab41.9569-3.79208.0238
CIE-Lab49.0120-2.05038.5541

#777566 color RGB value is (119,117,102).

#777566 hex color red value is 119, green value is 117 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #777566 hue: 0.15 , saturation: 0.08 and the lightness value of 777566 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 01100110
Octal 167 165 146
Decimal 119 117 102
Hex 77 75 66

RGB Percentages of Color #777566

%35.21
%34.62
%30.18

CMYK Percentages of Color #777566

%0
%2
%14
%53

Triadic Colors of #777566

#777566 #667775 #756677

Analogous Colors of #777566

#777566 #717766 #776d66

Monochromatic Colors of #777566

#777566

Complementary Color

#777566 #666877

#777566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777566 Color CSS Codes

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

#777566 Text Font Color

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

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


#777566 Background Color

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

This div background color is #777566


#777566 Border Color

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

This div border color is #777566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777566


Comments

No comments written yet.

Please login to write comment.