Color Hex Logo

#77375c Color Hex

#77375C
(119,55,92)
0 Favorites   0 Comments

Color spaces of #77375c

RGB 1195592
HSL0.900.370.34
HSV325°54°47°
CMYK 0.000.540.23   0.53
XYZ10.90577.427010.9840
Yxy7.42700.37200.2533
Hunter Lab27.252523.7388-4.8198
CIE-Lab32.759932.7921-9.0342

#77375c color RGB value is (119,55,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110111 01011100
Octal 167 67 134
Decimal 119 55 92
Hex 77 37 5C

RGB Percentages of Color #77375c

%44.74
%20.68
%34.59

CMYK Percentages of Color #77375c

%0
%54
%23
%53

Triadic Colors of #77375c

#77375c #5c7737 #375c77

Analogous Colors of #77375c

#77375c #77373c #723777

Monochromatic Colors of #77375c

#77375c

Complementary Color

#77375c #377752

#77375c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77375c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77375c Color CSS Codes

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

#77375c Text Font Color

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

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


#77375c Background Color

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

This div background color is #77375c


#77375c Border Color

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

This div border color is #77375c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77375c


Comments

No comments written yet.

Please login to write comment.