Color Hex Logo

#767680 Color Hex

#767680
(118,118,128)
0 Favorites   0 Comments

Color spaces of #767680

RGB 118118128
HSL0.670.040.48
HSV240°50°
CMYK 0.080.080.00   0.50
XYZ17.845918.366923.0267
Yxy18.36690.30130.3100
Hunter Lab42.8566-0.6700-1.8567
CIE-Lab49.93812.0940-5.4708

#767680 color RGB value is (118,118,128).

#767680 hex color red value is 118, green value is 118 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #767680 hue: 0.67 , saturation: 0.04 and the lightness value of 767680 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110110 10000000
Octal 166 166 200
Decimal 118 118 128
Hex 76 76 80

RGB Percentages of Color #767680

%32.42
%32.42
%35.16

CMYK Percentages of Color #767680

%8
%8
%0
%50

Triadic Colors of #767680

#767680 #807676 #768076

Analogous Colors of #767680

#767680 #7b7680 #767b80

Monochromatic Colors of #767680

#767680

Complementary Color

#767680 #808076

#767680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767680 Color CSS Codes

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

#767680 Text Font Color

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

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


#767680 Background Color

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

This div background color is #767680


#767680 Border Color

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

This div border color is #767680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767680

#767680 Color Palettes


Comments

No comments written yet.

Please login to write comment.