Color Hex Logo

#768490 Color Hex

#768490
(118,132,144)
0 Favorites   0 Comments

Color spaces of #768490

RGB 118132144
HSL0.580.100.51
HSV208°18°56°
CMYK 0.180.080.00   0.44
XYZ20.756522.367729.6090
Yxy22.36770.28540.3075
Hunter Lab47.2945-4.4257-4.0127
CIE-Lab54.4150-2.4144-8.1689

#768490 color RGB value is (118,132,144).

#768490 hex color red value is 118, green value is 132 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #768490 hue: 0.58 , saturation: 0.10 and the lightness value of 768490 is 0.51.

The process color (four color CMYK) of #768490 color hex is 0.18, 0.08, 0.00, 0.44. Web safe color of #768490 is #669999. Color #768490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000100 10010000
Octal 166 204 220
Decimal 118 132 144
Hex 76 84 90

RGB Percentages of Color #768490

%29.95
%33.50
%36.55

CMYK Percentages of Color #768490

%18
%8
%0
%44

Triadic Colors of #768490

#768490 #907684 #849076

Analogous Colors of #768490

#768490 #767790 #76908f

Monochromatic Colors of #768490

#768490

Complementary Color

#768490 #908276

#768490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768490 Color CSS Codes

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

#768490 Text Font Color

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

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


#768490 Background Color

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

This div background color is #768490


#768490 Border Color

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

This div border color is #768490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768490


Comments

No comments written yet.

Please login to write comment.