Color Hex Logo

#766f84 Color Hex

#766F84
(118,111,132)
0 Favorites   0 Comments

Color spaces of #766f84

RGB 118111132
HSL0.720.090.48
HSV260°16°52°
CMYK 0.110.160.00   0.48
XYZ17.320516.886424.1763
Yxy16.88640.29670.2892
Hunter Lab41.09313.3239-6.1170
CIE-Lab48.11667.1078-10.5623

#766f84 color RGB value is (118,111,132).

#766f84 hex color red value is 118, green value is 111 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #766f84 hue: 0.72 , saturation: 0.09 and the lightness value of 766f84 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101111 10000100
Octal 166 157 204
Decimal 118 111 132
Hex 76 6F 84

RGB Percentages of Color #766f84

%32.69
%30.75
%36.57

CMYK Percentages of Color #766f84

%11
%16
%0
%48

Triadic Colors of #766f84

#766f84 #84766f #6f8476

Analogous Colors of #766f84

#766f84 #816f84 #6f7384

Monochromatic Colors of #766f84

#766f84

Complementary Color

#766f84 #7d846f

#766f84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766f84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766f84 Color CSS Codes

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

#766f84 Text Font Color

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

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


#766f84 Background Color

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

This div background color is #766f84


#766f84 Border Color

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

This div border color is #766f84


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,111,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 #766f84">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766f84


Comments

No comments written yet.

Please login to write comment.