Color Hex Logo

#7776cd Color Hex

#7776CD
(119,118,205)
0 Favorites   0 Comments

Color spaces of #7776cd

RGB 119118205
HSL0.670.470.63
HSV241°42°80°
CMYK 0.420.420.00   0.20
XYZ25.105621.286660.5431
Yxy21.28660.23480.1991
Hunter Lab46.137416.3901-45.5062
CIE-Lab53.261722.2676-45.0449

#7776cd color RGB value is (119,118,205).

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

The process color (four color CMYK) of #7776cd color hex is 0.42, 0.42, 0.00, 0.20. Web safe color of #7776cd is #6666cc. Color #7776cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110110 11001101
Octal 167 166 315
Decimal 119 118 205
Hex 77 76 CD

RGB Percentages of Color #7776cd

%26.92
%26.70
%46.38

CMYK Percentages of Color #7776cd

%42
%42
%0
%20

Triadic Colors of #7776cd

#7776cd #cd7776 #76cd77

Analogous Colors of #7776cd

#7776cd #a376cd #76a1cd

Monochromatic Colors of #7776cd

#7776cd

Complementary Color

#7776cd #cccd76

#7776cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7776cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7776cd Color CSS Codes

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

#7776cd Text Font Color

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

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


#7776cd Background Color

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

This div background color is #7776cd


#7776cd Border Color

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

This div border color is #7776cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7776cd


Comments

No comments written yet.

Please login to write comment.