Color Hex Logo

#766787 Color Hex

#766787
(118,103,135)
0 Favorites   0 Comments

Color spaces of #766787

RGB 118103135
HSL0.740.130.47
HSV268°24°53°
CMYK 0.130.240.00   0.47
XYZ16.694615.301324.9952
Yxy15.30130.29290.2685
Hunter Lab39.11697.7271-10.5038
CIE-Lab46.044112.5842-15.4877

#766787 color RGB value is (118,103,135).

#766787 hex color red value is 118, green value is 103 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #766787 hue: 0.74 , saturation: 0.13 and the lightness value of 766787 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100111 10000111
Octal 166 147 207
Decimal 118 103 135
Hex 76 67 87

RGB Percentages of Color #766787

%33.15
%28.93
%37.92

CMYK Percentages of Color #766787

%13
%24
%0
%47

Triadic Colors of #766787

#766787 #877667 #678776

Analogous Colors of #766787

#766787 #866787 #676887

Monochromatic Colors of #766787

#766787

Complementary Color

#766787 #788767

#766787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766787 Color CSS Codes

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

#766787 Text Font Color

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

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


#766787 Background Color

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

This div background color is #766787


#766787 Border Color

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

This div border color is #766787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766787


Comments

No comments written yet.

Please login to write comment.