Color Hex Logo

#77959b Color Hex

#77959B
(119,149,155)
0 Favorites   0 Comments

Color spaces of #77959b

RGB 119149155
HSL0.530.150.54
HSV190°23°61°
CMYK 0.230.040.00   0.39
XYZ24.271627.783435.0938
Yxy27.78340.27850.3188
Hunter Lab52.7100-10.0477-2.5778
CIE-Lab59.6925-9.0438-6.6217

#77959b color RGB value is (119,149,155).

#77959b hex color red value is 119, green value is 149 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #77959b hue: 0.53 , saturation: 0.15 and the lightness value of 77959b is 0.54.

The process color (four color CMYK) of #77959b color hex is 0.23, 0.04, 0.00, 0.39. Web safe color of #77959b is #669999. Color #77959b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010101 10011011
Octal 167 225 233
Decimal 119 149 155
Hex 77 95 9B

RGB Percentages of Color #77959b

%28.13
%35.22
%36.64

CMYK Percentages of Color #77959b

%23
%4
%0
%39

Triadic Colors of #77959b

#77959b #9b7795 #959b77

Analogous Colors of #77959b

#77959b #77839b #779b8f

Monochromatic Colors of #77959b

#77959b

Complementary Color

#77959b #9b7d77

#77959b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77959b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77959b Color CSS Codes

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

#77959b Text Font Color

<p style="color:#77959b">Text here</p>

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


#77959b Background Color

<div style="background-color:#77959b">
Div content here</div>

This div background color is #77959b


#77959b Border Color

<div style="border:3px solid #77959b">
Div here</div>

This div border color is #77959b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,149,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77959b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77959b;
  -webkit-box-shadow: 1px 1px 3px 2px #77959b;
  box-shadow:         1px 1px 3px 2px #77959b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77959b


Comments

No comments written yet.

Please login to write comment.