Color Hex Logo

#77608d Color Hex

#77608D
(119,96,141)
0 Favorites   0 Comments

Color spaces of #77608d

RGB 11996141
HSL0.750.190.46
HSV271°32°55°
CMYK 0.160.320.00   0.45
XYZ16.598314.210827.0674
Yxy14.21080.28680.2455
Hunter Lab37.697212.6244-16.1834
CIE-Lab44.533718.5551-21.3865

#77608d color RGB value is (119,96,141).

#77608d hex color red value is 119, green value is 96 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #77608d hue: 0.75 , saturation: 0.19 and the lightness value of 77608d is 0.46.

The process color (four color CMYK) of #77608d color hex is 0.16, 0.32, 0.00, 0.45. Web safe color of #77608d is #666699. Color #77608d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 10001101
Octal 167 140 215
Decimal 119 96 141
Hex 77 60 8D

RGB Percentages of Color #77608d

%33.43
%26.97
%39.61

CMYK Percentages of Color #77608d

%16
%32
%0
%45

Triadic Colors of #77608d

#77608d #8d7760 #608d77

Analogous Colors of #77608d

#77608d #8d608d #61608d

Monochromatic Colors of #77608d

#77608d

Complementary Color

#77608d #768d60

#77608d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77608d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77608d Color CSS Codes

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

#77608d Text Font Color

<p style="color:#77608d">Text here</p>

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


#77608d Background Color

<div style="background-color:#77608d">
Div content here</div>

This div background color is #77608d


#77608d Border Color

<div style="border:3px solid #77608d">
Div here</div>

This div border color is #77608d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77608d


Comments

No comments written yet.

Please login to write comment.