Color Hex Logo

#766197 Color Hex

#766197
(118,97,151)
0 Favorites   0 Comments

Color spaces of #766197

RGB 11897151
HSL0.730.220.49
HSV263°36°59°
CMYK 0.220.360.00   0.41
XYZ17.331814.635331.1896
Yxy14.63530.27440.2317
Hunter Lab38.256113.9206-21.5589
CIE-Lab45.130620.0401-26.4423

#766197 color RGB value is (118,97,151).

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

The process color (four color CMYK) of #766197 color hex is 0.22, 0.36, 0.00, 0.41. Web safe color of #766197 is #666699. Color #766197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100001 10010111
Octal 166 141 227
Decimal 118 97 151
Hex 76 61 97

RGB Percentages of Color #766197

%32.24
%26.50
%41.26

CMYK Percentages of Color #766197

%22
%36
%0
%41

Triadic Colors of #766197

#766197 #977661 #619776

Analogous Colors of #766197

#766197 #916197 #616797

Monochromatic Colors of #766197

#766197

Complementary Color

#766197 #829761

#766197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766197 Color CSS Codes

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

#766197 Text Font Color

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

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


#766197 Background Color

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

This div background color is #766197


#766197 Border Color

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

This div border color is #766197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766197


Comments

No comments written yet.

Please login to write comment.