Color Hex Logo

#77141a Color Hex

#77141A
(119,20,26)
0 Favorites   0 Comments

Color spaces of #77141a

RGB 1192026
HSL0.990.710.27
HSV356°83°47°
CMYK 0.000.830.78   0.53
XYZ8.04444.49681.4213
Yxy4.49680.57610.3221
Hunter Lab21.205730.604310.8701
CIE-Lab25.250241.724724.0299

#77141a color RGB value is (119,20,26).

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

The process color (four color CMYK) of #77141a color hex is 0.00, 0.83, 0.78, 0.53. Web safe color of #77141a is #660033. Color #77141a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010100 00011010
Octal 167 24 32
Decimal 119 20 26
Hex 77 14 1A

RGB Percentages of Color #77141a

%72.12
%12.12
%15.76

CMYK Percentages of Color #77141a

%0
%83
%78
%53

Triadic Colors of #77141a

#77141a #1a7714 #141a77

Analogous Colors of #77141a

#77141a #773f14 #77144c

Monochromatic Colors of #77141a

#77141a

Complementary Color

#77141a #147771

#77141a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77141a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77141a Color CSS Codes

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

#77141a Text Font Color

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

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


#77141a Background Color

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

This div background color is #77141a


#77141a Border Color

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

This div border color is #77141a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77141a


Comments

No comments written yet.

Please login to write comment.