Color Hex Logo

#772240 Color Hex

#772240
(119,34,64)
0 Favorites   0 Comments

Color spaces of #772240

RGB 1193464
HSL0.940.560.30
HSV339°71°47°
CMYK 0.000.710.46   0.53
XYZ9.10525.43625.4199
Yxy5.43620.45610.2723
Hunter Lab23.315728.90522.5386
CIE-Lab27.943039.37172.1927

#772240 color RGB value is (119,34,64).

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

The process color (four color CMYK) of #772240 color hex is 0.00, 0.71, 0.46, 0.53. Web safe color of #772240 is #663333. Color #772240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100010 01000000
Octal 167 42 100
Decimal 119 34 64
Hex 77 22 40

RGB Percentages of Color #772240

%54.84
%15.67
%29.49

CMYK Percentages of Color #772240

%0
%71
%46
%53

Triadic Colors of #772240

#772240 #407722 #224077

Analogous Colors of #772240

#772240 #772f22 #77226b

Monochromatic Colors of #772240

#772240

Complementary Color

#772240 #227759

#772240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772240 Color CSS Codes

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

#772240 Text Font Color

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

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


#772240 Background Color

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

This div background color is #772240


#772240 Border Color

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

This div border color is #772240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772240


Comments

No comments written yet.

Please login to write comment.