Color Hex Logo

#84757d Color Hex

#84757D
(132,117,125)
0 Favorites   0 Comments

Color spaces of #84757d

RGB 132117125
HSL0.910.060.49
HSV328°11°52°
CMYK 0.000.110.05   0.48
XYZ19.578719.108822.0585
Yxy19.10880.32230.3146
Hunter Lab43.71363.44880.6810
CIE-Lab50.81437.2996-2.2662

#84757d color RGB value is (132,117,125).

#84757d hex color red value is 132, green value is 117 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #84757d hue: 0.91 , saturation: 0.06 and the lightness value of 84757d is 0.49.

The process color (four color CMYK) of #84757d color hex is 0.00, 0.11, 0.05, 0.48. Web safe color of #84757d is #996666. Color #84757d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110101 01111101
Octal 204 165 175
Decimal 132 117 125
Hex 84 75 7D

RGB Percentages of Color #84757d

%35.29
%31.28
%33.42

CMYK Percentages of Color #84757d

%0
%11
%5
%48

Triadic Colors of #84757d

#84757d #7d8475 #757d84

Analogous Colors of #84757d

#84757d #847576 #847584

Monochromatic Colors of #84757d

#84757d

Complementary Color

#84757d #75847c

#84757d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84757d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84757d Color CSS Codes

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

#84757d Text Font Color

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

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


#84757d Background Color

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

This div background color is #84757d


#84757d Border Color

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

This div border color is #84757d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84757d


Comments

No comments written yet.

Please login to write comment.