Color Hex Logo

#77041e Color Hex

#77041E
(119,4,30)
0 Favorites   0 Comments

Color spaces of #77041e

RGB 119430
HSL0.960.930.24
HSV346°97°47°
CMYK 0.000.970.75   0.53
XYZ7.88554.10251.6045
Yxy4.10250.58010.3018
Hunter Lab20.254634.04779.4815
CIE-Lab24.007445.626319.9452

#77041e color RGB value is (119,4,30).

#77041e hex color red value is 119, green value is 4 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #77041e hue: 0.96 , saturation: 0.93 and the lightness value of 77041e is 0.24.

The process color (four color CMYK) of #77041e color hex is 0.00, 0.97, 0.75, 0.53. Web safe color of #77041e is #660033. Color #77041e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000100 00011110
Octal 167 4 36
Decimal 119 4 30
Hex 77 4 1E

RGB Percentages of Color #77041e

%77.78
%2.61
%19.61

CMYK Percentages of Color #77041e

%0
%97
%75
%53

Triadic Colors of #77041e

#77041e #1e7704 #041e77

Analogous Colors of #77041e

#77041e #772404 #770457

Monochromatic Colors of #77041e

#77041e

Complementary Color

#77041e #04775d

#77041e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77041e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77041e Color CSS Codes

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

#77041e Text Font Color

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

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


#77041e Background Color

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

This div background color is #77041e


#77041e Border Color

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

This div border color is #77041e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77041e


Comments

No comments written yet.

Please login to write comment.