Color Hex Logo

#777fbe Color Hex

#777FBE
(119,127,190)
0 Favorites   0 Comments

Color spaces of #777fbe

RGB 119127190
HSL0.650.350.61
HSV233°37°75°
CMYK 0.370.330.00   0.25
XYZ24.491422.818451.8288
Yxy22.81840.24700.2302
Hunter Lab47.76867.9235-30.8914
CIE-Lab54.884812.6340-33.9438

#777fbe color RGB value is (119,127,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111111 10111110
Octal 167 177 276
Decimal 119 127 190
Hex 77 7F BE

RGB Percentages of Color #777fbe

%27.29
%29.13
%43.58

CMYK Percentages of Color #777fbe

%37
%33
%0
%25

Triadic Colors of #777fbe

#777fbe #be777f #7fbe77

Analogous Colors of #777fbe

#777fbe #9377be #77a3be

Monochromatic Colors of #777fbe

#777fbe

Complementary Color

#777fbe #beb677

#777fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#777fbe Color CSS Codes

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

#777fbe Text Font Color

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

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


#777fbe Background Color

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

This div background color is #777fbe


#777fbe Border Color

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

This div border color is #777fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777fbe


Comments

No comments written yet.

Please login to write comment.