Color Hex Logo

#77699c Color Hex

#77699C
(119,105,156)
0 Favorites   0 Comments

Color spaces of #77699c

RGB 119105156
HSL0.710.200.51
HSV256°33°61°
CMYK 0.240.330.00   0.39
XYZ18.660116.425433.6394
Yxy16.42540.27150.2390
Hunter Lab40.528311.2609-20.8423
CIE-Lab47.527716.7733-25.6744

#77699c color RGB value is (119,105,156).

#77699c hex color red value is 119, green value is 105 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #77699c hue: 0.71 , saturation: 0.20 and the lightness value of 77699c is 0.51.

The process color (four color CMYK) of #77699c color hex is 0.24, 0.33, 0.00, 0.39. Web safe color of #77699c is #666699. Color #77699c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101001 10011100
Octal 167 151 234
Decimal 119 105 156
Hex 77 69 9C

RGB Percentages of Color #77699c

%31.32
%27.63
%41.05

CMYK Percentages of Color #77699c

%24
%33
%0
%39

Triadic Colors of #77699c

#77699c #9c7769 #699c77

Analogous Colors of #77699c

#77699c #91699c #69759c

Monochromatic Colors of #77699c

#77699c

Complementary Color

#77699c #8e9c69

#77699c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77699c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77699c Color CSS Codes

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

#77699c Text Font Color

<p style="color:#77699c">Text here</p>

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


#77699c Background Color

<div style="background-color:#77699c">
Div content here</div>

This div background color is #77699c


#77699c Border Color

<div style="border:3px solid #77699c">
Div here</div>

This div border color is #77699c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,105,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77699c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77699c;
  -webkit-box-shadow: 1px 1px 3px 2px #77699c;
  box-shadow:         1px 1px 3px 2px #77699c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77699c


Comments

No comments written yet.

Please login to write comment.