Color Hex Logo

#806d7e Color Hex

#806D7E
(128,109,126)
0 Favorites   0 Comments

Color spaces of #806d7e

RGB 128109126
HSL0.850.080.46
HSV306°15°50°
CMYK 0.000.150.02   0.50
XYZ18.136617.032822.0704
Yxy17.03280.31690.2976
Hunter Lab41.27086.2185-2.8170
CIE-Lab48.301310.6954-6.6200

#806d7e color RGB value is (128,109,126).

#806d7e hex color red value is 128, green value is 109 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #806d7e hue: 0.85 , saturation: 0.08 and the lightness value of 806d7e is 0.46.

The process color (four color CMYK) of #806d7e color hex is 0.00, 0.15, 0.02, 0.50. Web safe color of #806d7e is #996666. Color #806d7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101101 01111110
Octal 200 155 176
Decimal 128 109 126
Hex 80 6D 7E

RGB Percentages of Color #806d7e

%35.26
%30.03
%34.71

CMYK Percentages of Color #806d7e

%0
%15
%2
%50

Triadic Colors of #806d7e

#806d7e #7e806d #6d7e80

Analogous Colors of #806d7e

#806d7e #806d75 #796d80

Monochromatic Colors of #806d7e

#806d7e

Complementary Color

#806d7e #6d806f

#806d7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806d7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#806d7e Color CSS Codes

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

#806d7e Text Font Color

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

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


#806d7e Background Color

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

This div background color is #806d7e


#806d7e Border Color

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

This div border color is #806d7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806d7e


Comments

No comments written yet.

Please login to write comment.