Color Hex Logo

#766080 Color Hex

#766080
(118,96,128)
0 Favorites   0 Comments

Color spaces of #766080

RGB 11896128
HSL0.780.140.44
HSV281°25°50°
CMYK 0.080.250.00   0.50
XYZ15.550413.775822.2615
Yxy13.77580.30140.2670
Hunter Lab37.11589.8336-9.5803
CIE-Lab43.909715.2353-14.5299

#766080 color RGB value is (118,96,128).

#766080 hex color red value is 118, green value is 96 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #766080 hue: 0.78 , saturation: 0.14 and the lightness value of 766080 is 0.44.

The process color (four color CMYK) of #766080 color hex is 0.08, 0.25, 0.00, 0.50. Web safe color of #766080 is #666699. Color #766080 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100000 10000000
Octal 166 140 200
Decimal 118 96 128
Hex 76 60 80

RGB Percentages of Color #766080

%34.50
%28.07
%37.43

CMYK Percentages of Color #766080

%8
%25
%0
%50

Triadic Colors of #766080

#766080 #807660 #608076

Analogous Colors of #766080

#766080 #80607a #666080

Monochromatic Colors of #766080

#766080

Complementary Color

#766080 #6a8060

#766080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766080 Color CSS Codes

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

#766080 Text Font Color

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

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


#766080 Background Color

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

This div background color is #766080


#766080 Border Color

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

This div border color is #766080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766080


Comments

No comments written yet.

Please login to write comment.