Color Hex Logo

#765566 Color Hex

#765566
(118,85,102)
0 Favorites   0 Comments

Color spaces of #765566

RGB 11885102
HSL0.910.160.40
HSV329°28°46°
CMYK 0.000.280.14   0.54
XYZ13.118011.307914.0616
Yxy11.30790.34080.2938
Hunter Lab33.627210.7853-1.2537
CIE-Lab40.094316.6067-4.3788

#765566 color RGB value is (118,85,102).

#765566 hex color red value is 118, green value is 85 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #765566 hue: 0.91 , saturation: 0.16 and the lightness value of 765566 is 0.40.

The process color (four color CMYK) of #765566 color hex is 0.00, 0.28, 0.14, 0.54. Web safe color of #765566 is #666666. Color #765566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010101 01100110
Octal 166 125 146
Decimal 118 85 102
Hex 76 55 66

RGB Percentages of Color #765566

%38.69
%27.87
%33.44

CMYK Percentages of Color #765566

%0
%28
%14
%54

Triadic Colors of #765566

#765566 #667655 #556676

Analogous Colors of #765566

#765566 #765556 #765576

Monochromatic Colors of #765566

#765566

Complementary Color

#765566 #557665

#765566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765566 Color CSS Codes

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

#765566 Text Font Color

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

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


#765566 Background Color

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

This div background color is #765566


#765566 Border Color

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

This div border color is #765566


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,85,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 #765566">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765566

#765566 Color Palettes


Comments

No comments written yet.

Please login to write comment.