Color Hex Logo

#807677 Color Hex

#807677
(128,118,119)
0 Favorites   0 Comments

Color spaces of #807677

RGB 128118119
HSL0.980.040.48
HSV354°50°
CMYK 0.000.080.07   0.50
XYZ18.710318.878020.1104
Yxy18.87800.32430.3272
Hunter Lab43.44880.83172.9716
CIE-Lab50.54424.03180.8331

#807677 color RGB value is (128,118,119).

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

The process color (four color CMYK) of #807677 color hex is 0.00, 0.08, 0.07, 0.50. Web safe color of #807677 is #996666. Color #807677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110110 01110111
Octal 200 166 167
Decimal 128 118 119
Hex 80 76 77

RGB Percentages of Color #807677

%35.07
%32.33
%32.60

CMYK Percentages of Color #807677

%0
%8
%7
%50

Triadic Colors of #807677

#807677 #778076 #767780

Analogous Colors of #807677

#807677 #807a76 #80767c

Monochromatic Colors of #807677

#807677

Complementary Color

#807677 #76807f

#807677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807677 Color CSS Codes

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

#807677 Text Font Color

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

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


#807677 Background Color

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

This div background color is #807677


#807677 Border Color

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

This div border color is #807677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807677


Comments

No comments written yet.

Please login to write comment.