Color Hex Logo

#77769a Color Hex

#77769A
(119,118,154)
0 Favorites   0 Comments

Color spaces of #77769a

RGB 119118154
HSL0.670.150.53
HSV242°23°60°
CMYK 0.230.230.00   0.40
XYZ19.918919.211933.2303
Yxy19.21190.27530.2655
Hunter Lab43.83144.4133-14.2681
CIE-Lab50.93428.4831-19.2509

#77769a color RGB value is (119,118,154).

#77769a hex color red value is 119, green value is 118 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #77769a hue: 0.67 , saturation: 0.15 and the lightness value of 77769a is 0.53.

The process color (four color CMYK) of #77769a color hex is 0.23, 0.23, 0.00, 0.40. Web safe color of #77769a is #666699. Color #77769a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110110 10011010
Octal 167 166 232
Decimal 119 118 154
Hex 77 76 9A

RGB Percentages of Color #77769a

%30.43
%30.18
%39.39

CMYK Percentages of Color #77769a

%23
%23
%0
%40

Triadic Colors of #77769a

#77769a #9a7776 #769a77

Analogous Colors of #77769a

#77769a #89769a #76879a

Monochromatic Colors of #77769a

#77769a

Complementary Color

#77769a #999a76

#77769a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77769a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77769a Color CSS Codes

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

#77769a Text Font Color

<p style="color:#77769a">Text here</p>

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


#77769a Background Color

<div style="background-color:#77769a">
Div content here</div>

This div background color is #77769a


#77769a Border Color

<div style="border:3px solid #77769a">
Div here</div>

This div border color is #77769a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77769a


Comments

No comments written yet.

Please login to write comment.