Color Hex Logo

#77041c Color Hex

#77041C
(119,4,28)
0 Favorites   0 Comments

Color spaces of #77041c

RGB 119428
HSL0.970.930.24
HSV347°97°47°
CMYK 0.000.970.76   0.53
XYZ7.86084.09261.4743
Yxy4.09260.58540.3048
Hunter Lab20.230233.95669.8403
CIE-Lab23.975245.537221.2535

#77041c color RGB value is (119,4,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000100 00011100
Octal 167 4 34
Decimal 119 4 28
Hex 77 4 1C

RGB Percentages of Color #77041c

%78.81
%2.65
%18.54

CMYK Percentages of Color #77041c

%0
%97
%76
%53

Triadic Colors of #77041c

#77041c #1c7704 #041c77

Analogous Colors of #77041c

#77041c #772604 #770456

Monochromatic Colors of #77041c

#77041c

Complementary Color

#77041c #04775f

#77041c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77041c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77041c Color CSS Codes

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

#77041c Text Font Color

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

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


#77041c Background Color

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

This div background color is #77041c


#77041c Border Color

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

This div border color is #77041c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77041c


Comments

No comments written yet.

Please login to write comment.