Color Hex Logo

#7776cf Color Hex

#7776CF
(119,118,207)
0 Favorites   0 Comments

Color spaces of #7776cf

RGB 119118207
HSL0.670.480.64
HSV241°43°81°
CMYK 0.430.430.00   0.19
XYZ25.348721.383861.8229
Yxy21.38380.23350.1970
Hunter Lab46.242616.9233-46.8964
CIE-Lab53.367022.8461-46.0142

#7776cf color RGB value is (119,118,207).

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

The process color (four color CMYK) of #7776cf color hex is 0.43, 0.43, 0.00, 0.19. Web safe color of #7776cf is #6666cc. Color #7776cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110110 11001111
Octal 167 166 317
Decimal 119 118 207
Hex 77 76 CF

RGB Percentages of Color #7776cf

%26.80
%26.58
%46.62

CMYK Percentages of Color #7776cf

%43
%43
%0
%19

Triadic Colors of #7776cf

#7776cf #cf7776 #76cf77

Analogous Colors of #7776cf

#7776cf #a476cf #76a2cf

Monochromatic Colors of #7776cf

#7776cf

Complementary Color

#7776cf #cecf76

#7776cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7776cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7776cf Color CSS Codes

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

#7776cf Text Font Color

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

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


#7776cf Background Color

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

This div background color is #7776cf


#7776cf Border Color

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

This div border color is #7776cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7776cf


Comments

No comments written yet.

Please login to write comment.