Color Hex Logo

#777ebe Color Hex

#777EBE
(119,126,190)
0 Favorites   0 Comments

Color spaces of #777ebe

RGB 119126190
HSL0.650.350.61
HSV234°37°75°
CMYK 0.370.340.00   0.25
XYZ24.362922.561451.7859
Yxy22.56140.24680.2286
Hunter Lab47.49888.4325-31.3921
CIE-Lab54.617713.2279-34.3613

#777ebe color RGB value is (119,126,190).

#777ebe hex color red value is 119, green value is 126 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #777ebe hue: 0.65 , saturation: 0.35 and the lightness value of 777ebe is 0.61.

The process color (four color CMYK) of #777ebe color hex is 0.37, 0.34, 0.00, 0.25. Web safe color of #777ebe is #6666cc. Color #777ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111110 10111110
Octal 167 176 276
Decimal 119 126 190
Hex 77 7E BE

RGB Percentages of Color #777ebe

%27.36
%28.97
%43.68

CMYK Percentages of Color #777ebe

%37
%34
%0
%25

Triadic Colors of #777ebe

#777ebe #be777e #7ebe77

Analogous Colors of #777ebe

#777ebe #9477be #77a2be

Monochromatic Colors of #777ebe

#777ebe

Complementary Color

#777ebe #beb777

#777ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#777ebe Color CSS Codes

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

#777ebe Text Font Color

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

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


#777ebe Background Color

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

This div background color is #777ebe


#777ebe Border Color

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

This div border color is #777ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777ebe


Comments

No comments written yet.

Please login to write comment.