Color Hex Logo

#77969c Color Hex

#77969C
(119,150,156)
0 Favorites   0 Comments

Color spaces of #77969c

RGB 119150156
HSL0.530.160.54
HSV190°24°61°
CMYK 0.240.040.00   0.39
XYZ24.514828.134935.5910
Yxy28.13490.27780.3188
Hunter Lab53.0423-10.3260-2.6535
CIE-Lab60.0104-9.3580-6.7182

#77969c color RGB value is (119,150,156).

#77969c hex color red value is 119, green value is 150 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #77969c hue: 0.53 , saturation: 0.16 and the lightness value of 77969c is 0.54.

The process color (four color CMYK) of #77969c color hex is 0.24, 0.04, 0.00, 0.39. Web safe color of #77969c is #669999. Color #77969c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010110 10011100
Octal 167 226 234
Decimal 119 150 156
Hex 77 96 9C

RGB Percentages of Color #77969c

%28.00
%35.29
%36.71

CMYK Percentages of Color #77969c

%24
%4
%0
%39

Triadic Colors of #77969c

#77969c #9c7796 #969c77

Analogous Colors of #77969c

#77969c #77849c #779c90

Monochromatic Colors of #77969c

#77969c

Complementary Color

#77969c #9c7d77

#77969c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77969c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77969c Color CSS Codes

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

#77969c Text Font Color

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

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


#77969c Background Color

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

This div background color is #77969c


#77969c Border Color

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

This div border color is #77969c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,150,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 #77969c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77969c


Comments

No comments written yet.

Please login to write comment.