Color Hex Logo

#768699 Color Hex

#768699
(118,134,153)
0 Favorites   0 Comments

Color spaces of #768699

RGB 118134153
HSL0.590.150.53
HSV213°23°60°
CMYK 0.230.120.00   0.40
XYZ21.746123.201733.4692
Yxy23.20170.27730.2959
Hunter Lab48.1681-3.7082-7.4794
CIE-Lab55.2795-1.4297-12.0809

#768699 color RGB value is (118,134,153).

#768699 hex color red value is 118, green value is 134 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #768699 hue: 0.59 , saturation: 0.15 and the lightness value of 768699 is 0.53.

The process color (four color CMYK) of #768699 color hex is 0.23, 0.12, 0.00, 0.40. Web safe color of #768699 is #669999. Color #768699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 10011001
Octal 166 206 231
Decimal 118 134 153
Hex 76 86 99

RGB Percentages of Color #768699

%29.14
%33.09
%37.78

CMYK Percentages of Color #768699

%23
%12
%0
%40

Triadic Colors of #768699

#768699 #997686 #869976

Analogous Colors of #768699

#768699 #787699 #769899

Monochromatic Colors of #768699

#768699

Complementary Color

#768699 #998976

#768699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768699 Color CSS Codes

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

#768699 Text Font Color

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

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


#768699 Background Color

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

This div background color is #768699


#768699 Border Color

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

This div border color is #768699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768699


Comments

No comments written yet.

Please login to write comment.