Color Hex Logo

#766196 Color Hex

#766196
(118,97,150)
0 Favorites   0 Comments

Color spaces of #766196

RGB 11897150
HSL0.730.210.48
HSV264°35°59°
CMYK 0.210.350.00   0.41
XYZ17.250914.602930.7636
Yxy14.60290.27550.2332
Hunter Lab38.213713.7065-20.9812
CIE-Lab45.085419.7928-25.9171

#766196 color RGB value is (118,97,150).

#766196 hex color red value is 118, green value is 97 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #766196 hue: 0.73 , saturation: 0.21 and the lightness value of 766196 is 0.48.

The process color (four color CMYK) of #766196 color hex is 0.21, 0.35, 0.00, 0.41. Web safe color of #766196 is #666699. Color #766196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100001 10010110
Octal 166 141 226
Decimal 118 97 150
Hex 76 61 96

RGB Percentages of Color #766196

%32.33
%26.58
%41.10

CMYK Percentages of Color #766196

%21
%35
%0
%41

Triadic Colors of #766196

#766196 #967661 #619676

Analogous Colors of #766196

#766196 #916196 #616796

Monochromatic Colors of #766196

#766196

Complementary Color

#766196 #819661

#766196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766196 Color CSS Codes

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

#766196 Text Font Color

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

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


#766196 Background Color

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

This div background color is #766196


#766196 Border Color

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

This div border color is #766196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766196


Comments

No comments written yet.

Please login to write comment.