Color Hex Logo

#7776ab Color Hex

#7776AB
(119,118,171)
0 Favorites   0 Comments

Color spaces of #7776ab

RGB 119118171
HSL0.670.240.57
HSV241°31°67°
CMYK 0.300.310.00   0.33
XYZ21.436919.819141.2237
Yxy19.81910.25990.2403
Hunter Lab44.51868.0448-23.7387
CIE-Lab51.632112.8357-28.0787

#7776ab color RGB value is (119,118,171).

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

The process color (four color CMYK) of #7776ab color hex is 0.30, 0.31, 0.00, 0.33. Web safe color of #7776ab is #666699. Color #7776ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110110 10101011
Octal 167 166 253
Decimal 119 118 171
Hex 77 76 AB

RGB Percentages of Color #7776ab

%29.17
%28.92
%41.91

CMYK Percentages of Color #7776ab

%30
%31
%0
%33

Triadic Colors of #7776ab

#7776ab #ab7776 #76ab77

Analogous Colors of #7776ab

#7776ab #9276ab #7690ab

Monochromatic Colors of #7776ab

#7776ab

Complementary Color

#7776ab #aaab76

#7776ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7776ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7776ab Color CSS Codes

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

#7776ab Text Font Color

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

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


#7776ab Background Color

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

This div background color is #7776ab


#7776ab Border Color

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

This div border color is #7776ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7776ab


Comments

No comments written yet.

Please login to write comment.