Color Hex Logo

#766580 Color Hex

#766580
(118,101,128)
0 Favorites   0 Comments

Color spaces of #766580

RGB 118101128
HSL0.770.120.45
HSV278°21°50°
CMYK 0.080.210.00   0.50
XYZ16.021214.717422.4184
Yxy14.71740.30140.2769
Hunter Lab38.36337.4092-7.7931
CIE-Lab45.244712.2134-12.5044

#766580 color RGB value is (118,101,128).

#766580 hex color red value is 118, green value is 101 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #766580 hue: 0.77 , saturation: 0.12 and the lightness value of 766580 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100101 10000000
Octal 166 145 200
Decimal 118 101 128
Hex 76 65 80

RGB Percentages of Color #766580

%34.01
%29.11
%36.89

CMYK Percentages of Color #766580

%8
%21
%0
%50

Triadic Colors of #766580

#766580 #807665 #658076

Analogous Colors of #766580

#766580 #80657d #696580

Monochromatic Colors of #766580

#766580

Complementary Color

#766580 #6f8065

#766580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766580 Color CSS Codes

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

#766580 Text Font Color

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

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


#766580 Background Color

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

This div background color is #766580


#766580 Border Color

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

This div border color is #766580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766580


Comments

No comments written yet.

Please login to write comment.