Color Hex Logo

#767eae Color Hex

#767EAE
(118,126,174)
0 Favorites   0 Comments

Color spaces of #767eae

RGB 118126174
HSL0.640.260.57
HSV231°32°68°
CMYK 0.320.280.00   0.32
XYZ22.572021.829343.0682
Yxy21.82930.25810.2496
Hunter Lab46.72184.4727-21.9483
CIE-Lab53.84548.5751-26.3891

#767eae color RGB value is (118,126,174).

#767eae hex color red value is 118, green value is 126 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #767eae hue: 0.64 , saturation: 0.26 and the lightness value of 767eae is 0.57.

The process color (four color CMYK) of #767eae color hex is 0.32, 0.28, 0.00, 0.32. Web safe color of #767eae is #666699. Color #767eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111110 10101110
Octal 166 176 256
Decimal 118 126 174
Hex 76 7E AE

RGB Percentages of Color #767eae

%28.23
%30.14
%41.63

CMYK Percentages of Color #767eae

%32
%28
%0
%32

Triadic Colors of #767eae

#767eae #ae767e #7eae76

Analogous Colors of #767eae

#767eae #8a76ae #769aae

Monochromatic Colors of #767eae

#767eae

Complementary Color

#767eae #aea676

#767eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#767eae Color CSS Codes

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

#767eae Text Font Color

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

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


#767eae Background Color

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

This div background color is #767eae


#767eae Border Color

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

This div border color is #767eae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,126,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #767eae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #767eae;
  -webkit-box-shadow: 1px 1px 3px 2px #767eae;
  box-shadow:         1px 1px 3px 2px #767eae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767eae


Comments

No comments written yet.

Please login to write comment.