Color Hex Logo

#765785 Color Hex

#765785
(118,87,133)
0 Favorites   0 Comments

Color spaces of #765785

RGB 11887133
HSL0.780.210.43
HSV280°35°52°
CMYK 0.110.350.00   0.48
XYZ15.113012.361423.7797
Yxy12.36140.29490.2412
Hunter Lab35.158815.2003-15.4897
CIE-Lab41.784821.8057-20.8132

#765785 color RGB value is (118,87,133).

#765785 hex color red value is 118, green value is 87 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #765785 hue: 0.78 , saturation: 0.21 and the lightness value of 765785 is 0.43.

The process color (four color CMYK) of #765785 color hex is 0.11, 0.35, 0.00, 0.48. Web safe color of #765785 is #666699. Color #765785 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010111 10000101
Octal 166 127 205
Decimal 118 87 133
Hex 76 57 85

RGB Percentages of Color #765785

%34.91
%25.74
%39.35

CMYK Percentages of Color #765785

%11
%35
%0
%48

Triadic Colors of #765785

#765785 #857657 #578576

Analogous Colors of #765785

#765785 #85577d #5f5785

Monochromatic Colors of #765785

#765785

Complementary Color

#765785 #668557

#765785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765785 Color CSS Codes

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

#765785 Text Font Color

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

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


#765785 Background Color

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

This div background color is #765785


#765785 Border Color

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

This div border color is #765785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765785


Comments

No comments written yet.

Please login to write comment.