Color Hex Logo

#772141 Color Hex

#772141
(119,33,65)
0 Favorites   0 Comments

Color spaces of #772141

RGB 1193365
HSL0.940.570.30
HSV338°72°47°
CMYK 0.000.720.45   0.53
XYZ9.10575.39135.5617
Yxy5.39130.45400.2688
Hunter Lab23.219229.36752.0517
CIE-Lab27.821739.89881.3475

#772141 color RGB value is (119,33,65).

#772141 hex color red value is 119, green value is 33 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #772141 hue: 0.94 , saturation: 0.57 and the lightness value of 772141 is 0.30.

The process color (four color CMYK) of #772141 color hex is 0.00, 0.72, 0.45, 0.53. Web safe color of #772141 is #663333. Color #772141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100001 01000001
Octal 167 41 101
Decimal 119 33 65
Hex 77 21 41

RGB Percentages of Color #772141

%54.84
%15.21
%29.95

CMYK Percentages of Color #772141

%0
%72
%45
%53

Triadic Colors of #772141

#772141 #417721 #214177

Analogous Colors of #772141

#772141 #772c21 #77216c

Monochromatic Colors of #772141

#772141

Complementary Color

#772141 #217757

#772141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772141 Color CSS Codes

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

#772141 Text Font Color

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

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


#772141 Background Color

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

This div background color is #772141


#772141 Border Color

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

This div border color is #772141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772141


Comments

No comments written yet.

Please login to write comment.