Color Hex Logo

#767494 Color Hex

#767494
(118,116,148)
0 Favorites   0 Comments

Color spaces of #767494

RGB 118116148
HSL0.680.130.52
HSV244°22°58°
CMYK 0.200.220.00   0.42
XYZ19.061918.480530.5794
Yxy18.48050.27980.2713
Hunter Lab42.98903.9187-12.0826
CIE-Lab50.07387.8699-17.0540

#767494 color RGB value is (118,116,148).

#767494 hex color red value is 118, green value is 116 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #767494 hue: 0.68 , saturation: 0.13 and the lightness value of 767494 is 0.52.

The process color (four color CMYK) of #767494 color hex is 0.20, 0.22, 0.00, 0.42. Web safe color of #767494 is #666699. Color #767494 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110100 10010100
Octal 166 164 224
Decimal 118 116 148
Hex 76 74 94

RGB Percentages of Color #767494

%30.89
%30.37
%38.74

CMYK Percentages of Color #767494

%20
%22
%0
%42

Triadic Colors of #767494

#767494 #947674 #749476

Analogous Colors of #767494

#767494 #867494 #748294

Monochromatic Colors of #767494

#767494

Complementary Color

#767494 #929474

#767494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767494 Color CSS Codes

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

#767494 Text Font Color

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

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


#767494 Background Color

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

This div background color is #767494


#767494 Border Color

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

This div border color is #767494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767494


Comments

No comments written yet.

Please login to write comment.