Color Hex Logo

#777bbc Color Hex

#777BBC
(119,123,188)
1 Favorites   0 Comments

Color spaces of #777bbc

RGB 119123188
HSL0.660.340.60
HSV237°37°74°
CMYK 0.370.350.00   0.26
XYZ23.767821.718750.5164
Yxy21.71870.24760.2262
Hunter Lab46.60339.4796-31.6460
CIE-Lab53.727314.4585-34.6102

#777bbc color RGB value is (119,123,188).

#777bbc hex color red value is 119, green value is 123 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #777bbc hue: 0.66 , saturation: 0.34 and the lightness value of 777bbc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111011 10111100
Octal 167 173 274
Decimal 119 123 188
Hex 77 7B BC

RGB Percentages of Color #777bbc

%27.67
%28.60
%43.72

CMYK Percentages of Color #777bbc

%37
%35
%0
%26

Triadic Colors of #777bbc

#777bbc #bc777b #7bbc77

Analogous Colors of #777bbc

#777bbc #9677bc #779ebc

Monochromatic Colors of #777bbc

#777bbc

Complementary Color

#777bbc #bcb877

#777bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#777bbc Color CSS Codes

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

#777bbc Text Font Color

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

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


#777bbc Background Color

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

This div background color is #777bbc


#777bbc Border Color

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

This div border color is #777bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777bbc


Comments

No comments written yet.

Please login to write comment.