Color Hex Logo

#777bae Color Hex

#777BAE
(119,123,174)
0 Favorites   0 Comments

Color spaces of #777bae

RGB 119123174
HSL0.650.250.57
HSV236°32°68°
CMYK 0.320.290.00   0.32
XYZ22.330721.143842.9486
Yxy21.14380.25840.2447
Hunter Lab45.98246.2168-23.1905
CIE-Lab53.106510.6528-27.5270

#777bae color RGB value is (119,123,174).

#777bae hex color red value is 119, green value is 123 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #777bae hue: 0.65 , saturation: 0.25 and the lightness value of 777bae is 0.57.

The process color (four color CMYK) of #777bae color hex is 0.32, 0.29, 0.00, 0.32. Web safe color of #777bae is #666699. Color #777bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111011 10101110
Octal 167 173 256
Decimal 119 123 174
Hex 77 7B AE

RGB Percentages of Color #777bae

%28.61
%29.57
%41.83

CMYK Percentages of Color #777bae

%32
%29
%0
%32

Triadic Colors of #777bae

#777bae #ae777b #7bae77

Analogous Colors of #777bae

#777bae #8f77ae #7797ae

Monochromatic Colors of #777bae

#777bae

Complementary Color

#777bae #aeaa77

#777bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#777bae Color CSS Codes

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

#777bae Text Font Color

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

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


#777bae Background Color

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

This div background color is #777bae


#777bae Border Color

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

This div border color is #777bae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,123,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #777bae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #777bae;
  -webkit-box-shadow: 1px 1px 3px 2px #777bae;
  box-shadow:         1px 1px 3px 2px #777bae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,123,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 #777bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777bae


Comments

No comments written yet.

Please login to write comment.