Color Hex Logo

#740721 Color Hex

#740721
(116,7,33)
0 Favorites   0 Comments

Color spaces of #740721

RGB 116733
HSL0.960.890.24
HSV346°94°45°
CMYK 0.000.940.72   0.55
XYZ7.55303.97481.8080
Yxy3.97480.56640.2981
Hunter Lab19.936932.73438.5791
CIE-Lab23.588044.325217.2309

#740721 color RGB value is (116,7,33).

#740721 hex color red value is 116, green value is 7 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #740721 hue: 0.96 , saturation: 0.89 and the lightness value of 740721 is 0.24.

The process color (four color CMYK) of #740721 color hex is 0.00, 0.94, 0.72, 0.55. Web safe color of #740721 is #660033. Color #740721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000111 00100001
Octal 164 7 41
Decimal 116 7 33
Hex 74 7 21

RGB Percentages of Color #740721

%74.36
%4.49
%21.15

CMYK Percentages of Color #740721

%0
%94
%72
%55

Triadic Colors of #740721

#740721 #217407 #072174

Analogous Colors of #740721

#740721 #742407 #740757

Monochromatic Colors of #740721

#740721

Complementary Color

#740721 #07745a

#740721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740721 Color CSS Codes

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

#740721 Text Font Color

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

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


#740721 Background Color

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

This div background color is #740721


#740721 Border Color

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

This div border color is #740721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740721


Comments

No comments written yet.

Please login to write comment.