Color Hex Logo

#77041d Color Hex

#77041D
(119,4,29)
0 Favorites   0 Comments

Color spaces of #77041d

RGB 119429
HSL0.960.930.24
HSV347°97°47°
CMYK 0.000.970.76   0.53
XYZ7.87294.09751.5383
Yxy4.09750.58280.3033
Hunter Lab20.242334.00069.6639
CIE-Lab23.991245.580220.6010

#77041d color RGB value is (119,4,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00000100 00011101
Octal 167 4 35
Decimal 119 4 29
Hex 77 4 1D

RGB Percentages of Color #77041d

%78.29
%2.63
%19.08

CMYK Percentages of Color #77041d

%0
%97
%76
%53

Triadic Colors of #77041d

#77041d #1d7704 #041d77

Analogous Colors of #77041d

#77041d #772504 #770457

Monochromatic Colors of #77041d

#77041d

Complementary Color

#77041d #04775e

#77041d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77041d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77041d Color CSS Codes

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

#77041d Text Font Color

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

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


#77041d Background Color

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

This div background color is #77041d


#77041d Border Color

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

This div border color is #77041d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77041d


Comments

No comments written yet.

Please login to write comment.