Color Hex Logo

#807879 Color Hex

#807879
(128,120,121)
0 Favorites   0 Comments

Color spaces of #807879

RGB 128120121
HSL0.980.030.49
HSV353°50°
CMYK 0.000.060.05   0.50
XYZ19.069719.402620.8292
Yxy19.40260.32160.3272
Hunter Lab44.04840.19272.7973
CIE-Lab51.15493.24970.5450

#807879 color RGB value is (128,120,121).

#807879 hex color red value is 128, green value is 120 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #807879 hue: 0.98 , saturation: 0.03 and the lightness value of 807879 is 0.49.

The process color (four color CMYK) of #807879 color hex is 0.00, 0.06, 0.05, 0.50. Web safe color of #807879 is #996666. Color #807879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111000 01111001
Octal 200 170 171
Decimal 128 120 121
Hex 80 78 79

RGB Percentages of Color #807879

%34.69
%32.52
%32.79

CMYK Percentages of Color #807879

%0
%6
%5
%50

Triadic Colors of #807879

#807879 #798078 #787980

Analogous Colors of #807879

#807879 #807b78 #80787d

Monochromatic Colors of #807879

#807879

Complementary Color

#807879 #78807f

#807879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807879 Color CSS Codes

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

#807879 Text Font Color

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

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


#807879 Background Color

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

This div background color is #807879


#807879 Border Color

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

This div border color is #807879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807879


Comments

No comments written yet.

Please login to write comment.