Color Hex Logo

#807379 Color Hex

#807379
(128,115,121)
0 Favorites   0 Comments

Color spaces of #807379

RGB 128115121
HSL0.920.050.48
HSV332°10°50°
CMYK 0.000.100.05   0.50
XYZ18.484018.231120.6339
Yxy18.23110.32230.3179
Hunter Lab42.69792.55171.2364
CIE-Lab49.77526.1688-1.4725

#807379 color RGB value is (128,115,121).

#807379 hex color red value is 128, green value is 115 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #807379 hue: 0.92 , saturation: 0.05 and the lightness value of 807379 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110011 01111001
Octal 200 163 171
Decimal 128 115 121
Hex 80 73 79

RGB Percentages of Color #807379

%35.16
%31.59
%33.24

CMYK Percentages of Color #807379

%0
%10
%5
%50

Triadic Colors of #807379

#807379 #798073 #737980

Analogous Colors of #807379

#807379 #807473 #807380

Monochromatic Colors of #807379

#807379

Complementary Color

#807379 #73807a

#807379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#807379 Color CSS Codes

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

#807379 Text Font Color

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

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


#807379 Background Color

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

This div background color is #807379


#807379 Border Color

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

This div border color is #807379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807379


Comments

No comments written yet.

Please login to write comment.