Color Hex Logo

#807c77 Color Hex

#807C77
(128,124,119)
0 Favorites   0 Comments

Color spaces of #807c77

RGB 128124119
HSL0.090.040.48
HSV33°50°
CMYK 0.000.030.07   0.50
XYZ19.439520.336420.3535
Yxy20.33640.32330.3382
Hunter Lab45.0959-1.97184.8073
CIE-Lab52.21540.55853.2575

#807c77 color RGB value is (128,124,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111100 01110111
Octal 200 174 167
Decimal 128 124 119
Hex 80 7C 77

RGB Percentages of Color #807c77

%34.50
%33.42
%32.08

CMYK Percentages of Color #807c77

%0
%3
%7
%50

Triadic Colors of #807c77

#807c77 #77807c #7c7780

Analogous Colors of #807c77

#807c77 #808077 #807877

Monochromatic Colors of #807c77

#807c77

Complementary Color

#807c77 #777b80

#807c77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807c77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807c77 Color CSS Codes

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

#807c77 Text Font Color

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

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


#807c77 Background Color

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

This div background color is #807c77


#807c77 Border Color

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

This div border color is #807c77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807c77


Comments

No comments written yet.

Please login to write comment.