Color Hex Logo

#847a78 Color Hex

#847A78
(132,122,120)
0 Favorites   0 Comments

Color spaces of #847a78

RGB 132122120
HSL0.030.050.49
HSV10°52°
CMYK 0.000.080.09   0.48
XYZ19.865420.180720.6175
Yxy20.18070.32750.3327
Hunter Lab44.92290.31954.2348
CIE-Lab52.04093.44672.4643

#847a78 color RGB value is (132,122,120).

#847a78 hex color red value is 132, green value is 122 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #847a78 hue: 0.03 , saturation: 0.05 and the lightness value of 847a78 is 0.49.

The process color (four color CMYK) of #847a78 color hex is 0.00, 0.08, 0.09, 0.48. Web safe color of #847a78 is #996666. Color #847a78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01111010 01111000
Octal 204 172 170
Decimal 132 122 120
Hex 84 7A 78

RGB Percentages of Color #847a78

%35.29
%32.62
%32.09

CMYK Percentages of Color #847a78

%0
%8
%9
%48

Triadic Colors of #847a78

#847a78 #78847a #7a7884

Analogous Colors of #847a78

#847a78 #848078 #84787c

Monochromatic Colors of #847a78

#847a78

Complementary Color

#847a78 #788284

#847a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#847a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#847a78 Color CSS Codes

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

#847a78 Text Font Color

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

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


#847a78 Background Color

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

This div background color is #847a78


#847a78 Border Color

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

This div border color is #847a78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,122,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #847a78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #847a78;
  -webkit-box-shadow: 1px 1px 3px 2px #847a78;
  box-shadow:         1px 1px 3px 2px #847a78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #847a78


Comments

No comments written yet.

Please login to write comment.