Color Hex Logo

#77014a Color Hex

#77014A
(119,1,74)
0 Favorites   0 Comments

Color spaces of #77014a

RGB 119174
HSL0.900.980.24
HSV323°99°47°
CMYK 0.000.990.38   0.53
XYZ8.85464.43816.8685
Yxy4.43810.43920.2201
Hunter Lab21.066838.1586-4.5838
CIE-Lab25.069949.6373-8.8053

#77014a color RGB value is (119,1,74).

#77014a hex color red value is 119, green value is 1 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #77014a hue: 0.90 , saturation: 0.98 and the lightness value of 77014a is 0.24.

The process color (four color CMYK) of #77014a color hex is 0.00, 0.99, 0.38, 0.53. Web safe color of #77014a is #660033. Color #77014a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000001 01001010
Octal 167 1 112
Decimal 119 1 74
Hex 77 1 4A

RGB Percentages of Color #77014a

%61.34
%0.52
%38.14

CMYK Percentages of Color #77014a

%0
%99
%38
%53

Triadic Colors of #77014a

#77014a #4a7701 #014a77

Analogous Colors of #77014a

#77014a #77010f #690177

Monochromatic Colors of #77014a

#77014a

Complementary Color

#77014a #01772e

#77014a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77014a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77014a Color CSS Codes

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

#77014a Text Font Color

<p style="color:#77014a">Text here</p>

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


#77014a Background Color

<div style="background-color:#77014a">
Div content here</div>

This div background color is #77014a


#77014a Border Color

<div style="border:3px solid #77014a">
Div here</div>

This div border color is #77014a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,1,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77014a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77014a;
  -webkit-box-shadow: 1px 1px 3px 2px #77014a;
  box-shadow:         1px 1px 3px 2px #77014a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77014a


Comments

No comments written yet.

Please login to write comment.