Color Hex Logo

#84777f Color Hex

#84777F
(132,119,127)
0 Favorites   0 Comments

Color spaces of #84777f

RGB 132119127
HSL0.900.050.49
HSV323°10°52°
CMYK 0.000.100.04   0.48
XYZ19.943319.631522.8168
Yxy19.63150.31960.3146
Hunter Lab44.30742.80690.4829
CIE-Lab51.41806.5190-2.5562

#84777f color RGB value is (132,119,127).

#84777f hex color red value is 132, green value is 119 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #84777f hue: 0.90 , saturation: 0.05 and the lightness value of 84777f is 0.49.

The process color (four color CMYK) of #84777f color hex is 0.00, 0.10, 0.04, 0.48. Web safe color of #84777f is #996666. Color #84777f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110111 01111111
Octal 204 167 177
Decimal 132 119 127
Hex 84 77 7F

RGB Percentages of Color #84777f

%34.92
%31.48
%33.60

CMYK Percentages of Color #84777f

%0
%10
%4
%48

Triadic Colors of #84777f

#84777f #7f8477 #777f84

Analogous Colors of #84777f

#84777f #847779 #837784

Monochromatic Colors of #84777f

#84777f

Complementary Color

#84777f #77847c

#84777f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84777f Color Preview on White Background

Lorem ipsum dolor sit amet.

#84777f Color CSS Codes

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

#84777f Text Font Color

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

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


#84777f Background Color

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

This div background color is #84777f


#84777f Border Color

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

This div border color is #84777f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84777f


Comments

No comments written yet.

Please login to write comment.