Color Hex Logo

#768096 Color Hex

#768096
(118,128,150)
0 Favorites   0 Comments

Color spaces of #768096

RGB 118128150
HSL0.610.130.53
HSV221°21°59°
CMYK 0.210.150.00   0.41
XYZ20.695421.491931.9117
Yxy21.49190.27930.2900
Hunter Lab46.3594-1.4442-8.3610
CIE-Lab53.48371.3041-13.0500

#768096 color RGB value is (118,128,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 10010110
Octal 166 200 226
Decimal 118 128 150
Hex 76 80 96

RGB Percentages of Color #768096

%29.80
%32.32
%37.88

CMYK Percentages of Color #768096

%21
%15
%0
%41

Triadic Colors of #768096

#768096 #967680 #809676

Analogous Colors of #768096

#768096 #7c7696 #769096

Monochromatic Colors of #768096

#768096

Complementary Color

#768096 #968c76

#768096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768096 Color CSS Codes

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

#768096 Text Font Color

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

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


#768096 Background Color

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

This div background color is #768096


#768096 Border Color

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

This div border color is #768096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768096


Comments

No comments written yet.

Please login to write comment.