Color Hex Logo

#76807e Color Hex

#76807E
(118,128,126)
0 Favorites   0 Comments

Color spaces of #76807e

RGB 118128126
HSL0.470.040.48
HSV168°50°
CMYK 0.080.000.02   0.50
XYZ18.956320.796322.7536
Yxy20.79630.30330.3327
Hunter Lab45.6030-5.60612.3393
CIE-Lab52.7258-4.1028-0.1915

#76807e color RGB value is (118,128,126).

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

The process color (four color CMYK) of #76807e color hex is 0.08, 0.00, 0.02, 0.50. Web safe color of #76807e is #669966. Color #76807e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 01111110
Octal 166 200 176
Decimal 118 128 126
Hex 76 80 7E

RGB Percentages of Color #76807e

%31.72
%34.41
%33.87

CMYK Percentages of Color #76807e

%8
%0
%2
%50

Triadic Colors of #76807e

#76807e #7e7680 #807e76

Analogous Colors of #76807e

#76807e #767d80 #768079

Monochromatic Colors of #76807e

#76807e

Complementary Color

#76807e #807678

#76807e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76807e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76807e Color CSS Codes

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

#76807e Text Font Color

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

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


#76807e Background Color

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

This div background color is #76807e


#76807e Border Color

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

This div border color is #76807e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76807e


Comments

No comments written yet.

Please login to write comment.