Color Hex Logo

#768796 Color Hex

#768796
(118,135,150)
0 Favorites   0 Comments

Color spaces of #768796

RGB 118135150
HSL0.580.130.53
HSV208°21°59°
CMYK 0.210.100.00   0.41
XYZ21.640223.381532.2267
Yxy23.38150.28010.3027
Hunter Lab48.3544-4.7356-5.6668
CIE-Lab55.4631-2.7185-10.0729

#768796 color RGB value is (118,135,150).

#768796 hex color red value is 118, green value is 135 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #768796 hue: 0.58 , saturation: 0.13 and the lightness value of 768796 is 0.53.

The process color (four color CMYK) of #768796 color hex is 0.21, 0.10, 0.00, 0.41. Web safe color of #768796 is #669999. Color #768796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000111 10010110
Octal 166 207 226
Decimal 118 135 150
Hex 76 87 96

RGB Percentages of Color #768796

%29.28
%33.50
%37.22

CMYK Percentages of Color #768796

%21
%10
%0
%41

Triadic Colors of #768796

#768796 #967687 #879676

Analogous Colors of #768796

#768796 #767796 #769695

Monochromatic Colors of #768796

#768796

Complementary Color

#768796 #968576

#768796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768796 Color CSS Codes

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

#768796 Text Font Color

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

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


#768796 Background Color

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

This div background color is #768796


#768796 Border Color

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

This div border color is #768796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768796


Comments

No comments written yet.

Please login to write comment.