Color Hex Logo

#806b76 Color Hex

#806B76
(128,107,118)
1 Favorites   0 Comments

Color spaces of #806b76

RGB 128107118
HSL0.910.090.46
HSV329°16°50°
CMYK 0.000.160.08   0.50
XYZ17.429816.412619.3888
Yxy16.41260.32740.3083
Hunter Lab40.51255.8998-0.0168
CIE-Lab47.511210.3121-3.0172

#806b76 color RGB value is (128,107,118).

#806b76 hex color red value is 128, green value is 107 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #806b76 hue: 0.91 , saturation: 0.09 and the lightness value of 806b76 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01101011 01110110
Octal 200 153 166
Decimal 128 107 118
Hex 80 6B 76

RGB Percentages of Color #806b76

%36.26
%30.31
%33.43

CMYK Percentages of Color #806b76

%0
%16
%8
%50

Triadic Colors of #806b76

#806b76 #76806b #6b7680

Analogous Colors of #806b76

#806b76 #806b6c #806b80

Monochromatic Colors of #806b76

#806b76

Complementary Color

#806b76 #6b8075

#806b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#806b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#806b76 Color CSS Codes

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

#806b76 Text Font Color

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

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


#806b76 Background Color

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

This div background color is #806b76


#806b76 Border Color

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

This div border color is #806b76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #806b76


Comments

No comments written yet.

Please login to write comment.