Color Hex Logo

#77144f Color Hex

#77144F
(119,20,79)
0 Favorites   0 Comments

Color spaces of #77144f

RGB 1192079
HSL0.900.710.27
HSV324°83°47°
CMYK 0.000.830.34   0.53
XYZ9.26924.98687.8711
Yxy4.98680.41890.2254
Hunter Lab22.331135.0122-5.2663
CIE-Lab26.697146.1073-9.6990

#77144f color RGB value is (119,20,79).

#77144f hex color red value is 119, green value is 20 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #77144f hue: 0.90 , saturation: 0.71 and the lightness value of 77144f is 0.27.

The process color (four color CMYK) of #77144f color hex is 0.00, 0.83, 0.34, 0.53. Web safe color of #77144f is #660066. Color #77144f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010100 01001111
Octal 167 24 117
Decimal 119 20 79
Hex 77 14 4F

RGB Percentages of Color #77144f

%54.59
%9.17
%36.24

CMYK Percentages of Color #77144f

%0
%83
%34
%53

Triadic Colors of #77144f

#77144f #4f7714 #144f77

Analogous Colors of #77144f

#77144f #77141d #6e1477

Monochromatic Colors of #77144f

#77144f

Complementary Color

#77144f #14773c

#77144f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77144f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77144f Color CSS Codes

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

#77144f Text Font Color

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

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


#77144f Background Color

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

This div background color is #77144f


#77144f Border Color

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

This div border color is #77144f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77144f


Comments

No comments written yet.

Please login to write comment.