Color Hex Logo

#77075e Color Hex

#77075E
(119,7,94)
0 Favorites   0 Comments

Color spaces of #77075e

RGB 119794
HSL0.870.890.25
HSV313°94°47°
CMYK 0.000.940.21   0.53
XYZ9.70414.882011.0205
Yxy4.88200.37900.1907
Hunter Lab22.095239.7294-14.1055
CIE-Lab26.395950.9502-20.1096

#77075e color RGB value is (119,7,94).

#77075e hex color red value is 119, green value is 7 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #77075e hue: 0.87 , saturation: 0.89 and the lightness value of 77075e is 0.25.

The process color (four color CMYK) of #77075e color hex is 0.00, 0.94, 0.21, 0.53. Web safe color of #77075e is #660066. Color #77075e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000111 01011110
Octal 167 7 136
Decimal 119 7 94
Hex 77 7 5E

RGB Percentages of Color #77075e

%54.09
%3.18
%42.73

CMYK Percentages of Color #77075e

%0
%94
%21
%53

Triadic Colors of #77075e

#77075e #5e7707 #075e77

Analogous Colors of #77075e

#77075e #770726 #580777

Monochromatic Colors of #77075e

#77075e

Complementary Color

#77075e #077720

#77075e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77075e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77075e Color CSS Codes

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

#77075e Text Font Color

<p style="color:#77075e">Text here</p>

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


#77075e Background Color

<div style="background-color:#77075e">
Div content here</div>

This div background color is #77075e


#77075e Border Color

<div style="border:3px solid #77075e">
Div here</div>

This div border color is #77075e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,7,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77075e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77075e;
  -webkit-box-shadow: 1px 1px 3px 2px #77075e;
  box-shadow:         1px 1px 3px 2px #77075e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77075e


Comments

No comments written yet.

Please login to write comment.