Color Hex Logo

#84776d Color Hex

#84776D
(132,119,109)
0 Favorites   0 Comments

Color spaces of #84776d

RGB 132119109
HSL0.070.100.47
HSV26°17°52°
CMYK 0.000.100.17   0.48
XYZ18.872919.203317.1799
Yxy19.20330.34160.3475
Hunter Lab43.82160.18797.4309
CIE-Lab50.92423.23387.3137

#84776d color RGB value is (132,119,109).

#84776d hex color red value is 132, green value is 119 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #84776d hue: 0.07 , saturation: 0.10 and the lightness value of 84776d is 0.47.

The process color (four color CMYK) of #84776d color hex is 0.00, 0.10, 0.17, 0.48. Web safe color of #84776d is #996666. Color #84776d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110111 01101101
Octal 204 167 155
Decimal 132 119 109
Hex 84 77 6D

RGB Percentages of Color #84776d

%36.67
%33.06
%30.28

CMYK Percentages of Color #84776d

%0
%10
%17
%48

Triadic Colors of #84776d

#84776d #6d8477 #776d84

Analogous Colors of #84776d

#84776d #84836d #846d6f

Monochromatic Colors of #84776d

#84776d

Complementary Color

#84776d #6d7a84

#84776d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84776d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84776d Color CSS Codes

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

#84776d Text Font Color

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

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


#84776d Background Color

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

This div background color is #84776d


#84776d Border Color

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

This div border color is #84776d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,119,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84776d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84776d;
  -webkit-box-shadow: 1px 1px 3px 2px #84776d;
  box-shadow:         1px 1px 3px 2px #84776d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84776d


Comments

No comments written yet.

Please login to write comment.