Color Hex Logo

#742119 Color Hex

#742119
(116,33,25)
0 Favorites   0 Comments

Color spaces of #742119

RGB 1163325
HSL0.010.650.28
HSV78°45°
CMYK 0.000.720.78   0.55
XYZ7.92184.87091.4424
Yxy4.87090.55650.3422
Hunter Lab22.070125.447711.5742
CIE-Lab26.363735.803925.7180

#742119 color RGB value is (116,33,25).

#742119 hex color red value is 116, green value is 33 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #742119 hue: 0.01 , saturation: 0.65 and the lightness value of 742119 is 0.28.

The process color (four color CMYK) of #742119 color hex is 0.00, 0.72, 0.78, 0.55. Web safe color of #742119 is #663300. Color #742119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100001 00011001
Octal 164 41 31
Decimal 116 33 25
Hex 74 21 19

RGB Percentages of Color #742119

%66.67
%18.97
%14.37

CMYK Percentages of Color #742119

%0
%72
%78
%55

Triadic Colors of #742119

#742119 #197421 #211974

Analogous Colors of #742119

#742119 #744f19 #74193e

Monochromatic Colors of #742119

#742119

Complementary Color

#742119 #196c74

#742119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742119 Color CSS Codes

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

#742119 Text Font Color

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

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


#742119 Background Color

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

This div background color is #742119


#742119 Border Color

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

This div border color is #742119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742119

#742119 Color Palettes


Comments

No comments written yet.

Please login to write comment.