Color Hex Logo

#777bbb Color Hex

#777BBB
(119,123,187)
0 Favorites   0 Comments

Color spaces of #777bbb

RGB 119123187
HSL0.660.330.60
HSV236°36°73°
CMYK 0.360.340.00   0.27
XYZ23.660321.675749.9505
Yxy21.67570.24830.2275
Hunter Lab46.55729.2384-31.0213
CIE-Lab53.681214.1813-34.1093

#777bbb color RGB value is (119,123,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111011 10111011
Octal 167 173 273
Decimal 119 123 187
Hex 77 7B BB

RGB Percentages of Color #777bbb

%27.74
%28.67
%43.59

CMYK Percentages of Color #777bbb

%36
%34
%0
%27

Triadic Colors of #777bbb

#777bbb #bb777b #7bbb77

Analogous Colors of #777bbb

#777bbb #9577bb #779dbb

Monochromatic Colors of #777bbb

#777bbb

Complementary Color

#777bbb #bbb777

#777bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#777bbb Color CSS Codes

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

#777bbb Text Font Color

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

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


#777bbb Background Color

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

This div background color is #777bbb


#777bbb Border Color

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

This div border color is #777bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777bbb


Comments

No comments written yet.

Please login to write comment.