Color Hex Logo

#765787 Color Hex

#765787
(118,87,135)
0 Favorites   0 Comments

Color spaces of #765787

RGB 11887135
HSL0.770.220.44
HSV279°36°53°
CMYK 0.130.360.00   0.47
XYZ15.252612.417224.5145
Yxy12.41720.29230.2379
Hunter Lab35.238015.5962-16.5804
CIE-Lab41.871722.2629-21.8915

#765787 color RGB value is (118,87,135).

#765787 hex color red value is 118, green value is 87 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #765787 hue: 0.77 , saturation: 0.22 and the lightness value of 765787 is 0.44.

The process color (four color CMYK) of #765787 color hex is 0.13, 0.36, 0.00, 0.47. Web safe color of #765787 is #666699. Color #765787 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010111 10000111
Octal 166 127 207
Decimal 118 87 135
Hex 76 57 87

RGB Percentages of Color #765787

%34.71
%25.59
%39.71

CMYK Percentages of Color #765787

%13
%36
%0
%47

Triadic Colors of #765787

#765787 #877657 #578776

Analogous Colors of #765787

#765787 #875780 #5e5787

Monochromatic Colors of #765787

#765787

Complementary Color

#765787 #688757

#765787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765787 Color CSS Codes

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

#765787 Text Font Color

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

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


#765787 Background Color

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

This div background color is #765787


#765787 Border Color

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

This div border color is #765787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765787


Comments

No comments written yet.

Please login to write comment.