Color Hex Logo

#77497f Color Hex

#77497F
(119,73,127)
0 Favorites   0 Comments

Color spaces of #77497f

RGB 11973127
HSL0.810.270.39
HSV291°43°50°
CMYK 0.060.430.00   0.50
XYZ13.821110.219321.3228
Yxy10.21930.30470.2253
Hunter Lab31.967621.2305-17.1698
CIE-Lab38.233229.1651-22.6371

#77497f color RGB value is (119,73,127).

#77497f hex color red value is 119, green value is 73 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #77497f hue: 0.81 , saturation: 0.27 and the lightness value of 77497f is 0.39.

The process color (four color CMYK) of #77497f color hex is 0.06, 0.43, 0.00, 0.50. Web safe color of #77497f is #663366. Color #77497f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001001 01111111
Octal 167 111 177
Decimal 119 73 127
Hex 77 49 7F

RGB Percentages of Color #77497f

%37.30
%22.88
%39.81

CMYK Percentages of Color #77497f

%6
%43
%0
%50

Triadic Colors of #77497f

#77497f #7f7749 #497f77

Analogous Colors of #77497f

#77497f #7f496c #5c497f

Monochromatic Colors of #77497f

#77497f

Complementary Color

#77497f #517f49

#77497f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77497f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77497f Color CSS Codes

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

#77497f Text Font Color

<p style="color:#77497f">Text here</p>

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


#77497f Background Color

<div style="background-color:#77497f">
Div content here</div>

This div background color is #77497f


#77497f Border Color

<div style="border:3px solid #77497f">
Div here</div>

This div border color is #77497f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,73,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77497f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77497f;
  -webkit-box-shadow: 1px 1px 3px 2px #77497f;
  box-shadow:         1px 1px 3px 2px #77497f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77497f


Comments

No comments written yet.

Please login to write comment.