Color Hex Logo

#77609b Color Hex

#77609B
(119,96,155)
0 Favorites   0 Comments

Color spaces of #77609b

RGB 11996155
HSL0.730.240.49
HSV263°38°61°
CMYK 0.230.380.00   0.39
XYZ17.707014.654232.9056
Yxy14.65420.27130.2245
Hunter Lab38.280815.5748-24.1682
CIE-Lab45.156921.9581-28.7717

#77609b color RGB value is (119,96,155).

#77609b hex color red value is 119, green value is 96 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #77609b hue: 0.73 , saturation: 0.24 and the lightness value of 77609b is 0.49.

The process color (four color CMYK) of #77609b color hex is 0.23, 0.38, 0.00, 0.39. Web safe color of #77609b is #666699. Color #77609b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 10011011
Octal 167 140 233
Decimal 119 96 155
Hex 77 60 9B

RGB Percentages of Color #77609b

%32.16
%25.95
%41.89

CMYK Percentages of Color #77609b

%23
%38
%0
%39

Triadic Colors of #77609b

#77609b #9b7760 #609b77

Analogous Colors of #77609b

#77609b #95609b #60679b

Monochromatic Colors of #77609b

#77609b

Complementary Color

#77609b #849b60

#77609b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77609b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77609b Color CSS Codes

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

#77609b Text Font Color

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

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


#77609b Background Color

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

This div background color is #77609b


#77609b Border Color

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

This div border color is #77609b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77609b


Comments

No comments written yet.

Please login to write comment.