Color Hex Logo

#77455c Color Hex

#77455C
(119,69,92)
0 Favorites   0 Comments

Color spaces of #77455c

RGB 1196992
HSL0.920.270.37
HSV332°42°47°
CMYK 0.000.420.23   0.53
XYZ11.66768.950911.2380
Yxy8.95090.36630.2810
Hunter Lab29.918117.2558-1.3282
CIE-Lab35.889624.8330-4.3503

#77455c color RGB value is (119,69,92).

#77455c hex color red value is 119, green value is 69 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #77455c hue: 0.92 , saturation: 0.27 and the lightness value of 77455c is 0.37.

The process color (four color CMYK) of #77455c color hex is 0.00, 0.42, 0.23, 0.53. Web safe color of #77455c is #663366. Color #77455c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000101 01011100
Octal 167 105 134
Decimal 119 69 92
Hex 77 45 5C

RGB Percentages of Color #77455c

%42.50
%24.64
%32.86

CMYK Percentages of Color #77455c

%0
%42
%23
%53

Triadic Colors of #77455c

#77455c #5c7745 #455c77

Analogous Colors of #77455c

#77455c #774745 #774575

Monochromatic Colors of #77455c

#77455c

Complementary Color

#77455c #457760

#77455c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77455c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77455c Color CSS Codes

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

#77455c Text Font Color

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

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


#77455c Background Color

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

This div background color is #77455c


#77455c Border Color

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

This div border color is #77455c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77455c


Comments

No comments written yet.

Please login to write comment.