Color Hex Logo

#77133e Color Hex

#77133E
(119,19,62)
0 Favorites   0 Comments

Color spaces of #77133e

RGB 1191962
HSL0.930.720.27
HSV334°84°47°
CMYK 0.000.840.48   0.53
XYZ8.71014.73555.0124
Yxy4.73550.47190.2566
Hunter Lab21.761233.36401.5762
CIE-Lab25.967544.52850.6788

#77133e color RGB value is (119,19,62).

#77133e hex color red value is 119, green value is 19 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #77133e hue: 0.93 , saturation: 0.72 and the lightness value of 77133e is 0.27.

The process color (four color CMYK) of #77133e color hex is 0.00, 0.84, 0.48, 0.53. Web safe color of #77133e is #660033. Color #77133e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010011 00111110
Octal 167 23 76
Decimal 119 19 62
Hex 77 13 3E

RGB Percentages of Color #77133e

%59.50
%9.50
%31.00

CMYK Percentages of Color #77133e

%0
%84
%48
%53

Triadic Colors of #77133e

#77133e #3e7713 #133e77

Analogous Colors of #77133e

#77133e #771a13 #771370

Monochromatic Colors of #77133e

#77133e

Complementary Color

#77133e #13774c

#77133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77133e Color CSS Codes

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

#77133e Text Font Color

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

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


#77133e Background Color

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

This div background color is #77133e


#77133e Border Color

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

This div border color is #77133e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77133e


Comments

No comments written yet.

Please login to write comment.