Color Hex Logo

#742820 Color Hex

#742820
(116,40,32)
0 Favorites   0 Comments

Color spaces of #742820

RGB 1164032
HSL0.020.570.29
HSV72°45°
CMYK 0.000.660.72   0.55
XYZ8.22205.33491.9629
Yxy5.33490.52980.3437
Hunter Lab23.097423.120311.1295
CIE-Lab27.668332.905422.8486

#742820 color RGB value is (116,40,32).

#742820 hex color red value is 116, green value is 40 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #742820 hue: 0.02 , saturation: 0.57 and the lightness value of 742820 is 0.29.

The process color (four color CMYK) of #742820 color hex is 0.00, 0.66, 0.72, 0.55. Web safe color of #742820 is #663333. Color #742820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00101000 00100000
Octal 164 50 40
Decimal 116 40 32
Hex 74 28 20

RGB Percentages of Color #742820

%61.70
%21.28
%17.02

CMYK Percentages of Color #742820

%0
%66
%72
%55

Triadic Colors of #742820

#742820 #207428 #282074

Analogous Colors of #742820

#742820 #745220 #742042

Monochromatic Colors of #742820

#742820

Complementary Color

#742820 #206c74

#742820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742820 Color CSS Codes

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

#742820 Text Font Color

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

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


#742820 Background Color

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

This div background color is #742820


#742820 Border Color

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

This div border color is #742820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742820


Comments

No comments written yet.

Please login to write comment.