Color Hex Logo

#84778c Color Hex

#84778C
(132,119,140)
0 Favorites   0 Comments

Color spaces of #84778c

RGB 132119140
HSL0.770.080.51
HSV277°15°55°
CMYK 0.060.150.00   0.45
XYZ20.846219.992627.5712
Yxy19.99260.30470.2922
Hunter Lab44.71314.9726-5.2605
CIE-Lab51.82889.1659-9.5842

#84778c color RGB value is (132,119,140).

#84778c hex color red value is 132, green value is 119 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #84778c hue: 0.77 , saturation: 0.08 and the lightness value of 84778c is 0.51.

The process color (four color CMYK) of #84778c color hex is 0.06, 0.15, 0.00, 0.45. Web safe color of #84778c is #996699. Color #84778c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110111 10001100
Octal 204 167 214
Decimal 132 119 140
Hex 84 77 8C

RGB Percentages of Color #84778c

%33.76
%30.43
%35.81

CMYK Percentages of Color #84778c

%6
%15
%0
%45

Triadic Colors of #84778c

#84778c #8c8477 #778c84

Analogous Colors of #84778c

#84778c #8c778a #7a778c

Monochromatic Colors of #84778c

#84778c

Complementary Color

#84778c #7f8c77

#84778c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84778c Color Preview on White Background

Lorem ipsum dolor sit amet.

#84778c Color CSS Codes

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

#84778c Text Font Color

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

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


#84778c Background Color

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

This div background color is #84778c


#84778c Border Color

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

This div border color is #84778c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84778c


Comments

No comments written yet.

Please login to write comment.