Color Hex Logo

#806677 Color Hex

#806677
(128,102,119)
0 Favorites   0 Comments

Color spaces of #806677

RGB 128102119
HSL0.890.110.45
HSV321°20°50°
CMYK 0.000.200.07   0.50
XYZ16.983215.423819.5347
Yxy15.42380.32700.2969
Hunter Lab39.27318.4622-2.0000
CIE-Lab46.209313.4767-5.5434

#806677 color RGB value is (128,102,119).

#806677 hex color red value is 128, green value is 102 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #806677 hue: 0.89 , saturation: 0.11 and the lightness value of 806677 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100110 01110111
Octal 200 146 167
Decimal 128 102 119
Hex 80 66 77

RGB Percentages of Color #806677

%36.68
%29.23
%34.10

CMYK Percentages of Color #806677

%0
%20
%7
%50

Triadic Colors of #806677

#806677 #778066 #667780

Analogous Colors of #806677

#806677 #80666a #7c6680

Monochromatic Colors of #806677

#806677

Complementary Color

#806677 #66806f

#806677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806677 Color CSS Codes

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

#806677 Text Font Color

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

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


#806677 Background Color

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

This div background color is #806677


#806677 Border Color

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

This div border color is #806677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806677


Comments

No comments written yet.

Please login to write comment.