Color Hex Logo

#765775 Color Hex

#765775
(118,87,117)
0 Favorites   0 Comments

Color spaces of #765775

RGB 11887117
HSL0.840.150.40
HSV302°26°46°
CMYK 0.000.260.01   0.54
XYZ14.090311.952318.3940
Yxy11.95230.31710.2690
Hunter Lab34.572112.2488-7.3446
CIE-Lab41.140218.3308-12.0434

#765775 color RGB value is (118,87,117).

#765775 hex color red value is 118, green value is 87 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #765775 hue: 0.84 , saturation: 0.15 and the lightness value of 765775 is 0.40.

The process color (four color CMYK) of #765775 color hex is 0.00, 0.26, 0.01, 0.54. Web safe color of #765775 is #666666. Color #765775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010111 01110101
Octal 166 127 165
Decimal 118 87 117
Hex 76 57 75

RGB Percentages of Color #765775

%36.65
%27.02
%36.34

CMYK Percentages of Color #765775

%0
%26
%1
%54

Triadic Colors of #765775

#765775 #757657 #577576

Analogous Colors of #765775

#765775 #765766 #685776

Monochromatic Colors of #765775

#765775

Complementary Color

#765775 #577658

#765775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765775 Color CSS Codes

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

#765775 Text Font Color

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

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


#765775 Background Color

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

This div background color is #765775


#765775 Border Color

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

This div border color is #765775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765775


Comments

No comments written yet.

Please login to write comment.