Color Hex Logo

#767884 Color Hex

#767884
(118,120,132)
0 Favorites   0 Comments

Color spaces of #767884

RGB 118120132
HSL0.640.060.49
HSV231°11°52°
CMYK 0.110.090.00   0.48
XYZ18.352518.950424.5203
Yxy18.95040.29690.3065
Hunter Lab43.5321-0.9280-2.9238
CIE-Lab50.62911.7996-6.8020

#767884 color RGB value is (118,120,132).

#767884 hex color red value is 118, green value is 120 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #767884 hue: 0.64 , saturation: 0.06 and the lightness value of 767884 is 0.49.

The process color (four color CMYK) of #767884 color hex is 0.11, 0.09, 0.00, 0.48. Web safe color of #767884 is #666699. Color #767884 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111000 10000100
Octal 166 170 204
Decimal 118 120 132
Hex 76 78 84

RGB Percentages of Color #767884

%31.89
%32.43
%35.68

CMYK Percentages of Color #767884

%11
%9
%0
%48

Triadic Colors of #767884

#767884 #847678 #788476

Analogous Colors of #767884

#767884 #7b7684 #767f84

Monochromatic Colors of #767884

#767884

Complementary Color

#767884 #848276

#767884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767884 Color CSS Codes

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

#767884 Text Font Color

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

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


#767884 Background Color

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

This div background color is #767884


#767884 Border Color

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

This div border color is #767884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767884


Comments

No comments written yet.

Please login to write comment.