Color Hex Logo

#7776dc Color Hex

#7776DC
(119,118,220)
0 Favorites   0 Comments

Color spaces of #7776dc

RGB 119118220
HSL0.670.590.66
HSV241°46°86°
CMYK 0.460.460.00   0.14
XYZ27.004422.046170.5422
Yxy22.04610.22580.1843
Hunter Lab46.953320.4931-56.2095
CIE-Lab54.075926.6506-52.2380

#7776dc color RGB value is (119,118,220).

#7776dc hex color red value is 119, green value is 118 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7776dc hue: 0.67 , saturation: 0.59 and the lightness value of 7776dc is 0.66.

The process color (four color CMYK) of #7776dc color hex is 0.46, 0.46, 0.00, 0.14. Web safe color of #7776dc is #6666cc. Color #7776dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110110 11011100
Octal 167 166 334
Decimal 119 118 220
Hex 77 76 DC

RGB Percentages of Color #7776dc

%26.04
%25.82
%48.14

CMYK Percentages of Color #7776dc

%46
%46
%0
%14

Triadic Colors of #7776dc

#7776dc #dc7776 #76dc77

Analogous Colors of #7776dc

#7776dc #aa76dc #76a8dc

Monochromatic Colors of #7776dc

#7776dc

Complementary Color

#7776dc #dbdc76

#7776dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7776dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7776dc Color CSS Codes

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

#7776dc Text Font Color

<p style="color:#7776dc">Text here</p>

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


#7776dc Background Color

<div style="background-color:#7776dc">
Div content here</div>

This div background color is #7776dc


#7776dc Border Color

<div style="border:3px solid #7776dc">
Div here</div>

This div border color is #7776dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,118,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7776dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7776dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7776dc;
  box-shadow:         1px 1px 3px 2px #7776dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7776dc


Comments

No comments written yet.

Please login to write comment.