Color Hex Logo

#742016 Color Hex

#742016
(116,32,22)
0 Favorites   0 Comments

Color spaces of #742016

RGB 1163222
HSL0.020.680.27
HSV81°45°
CMYK 0.000.720.81   0.55
XYZ7.86384.80401.2718
Yxy4.80400.56410.3446
Hunter Lab21.918025.686111.9023
CIE-Lab26.168936.109427.3266

#742016 color RGB value is (116,32,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100000 00010110
Octal 164 40 26
Decimal 116 32 22
Hex 74 20 16

RGB Percentages of Color #742016

%68.24
%18.82
%12.94

CMYK Percentages of Color #742016

%0
%72
%81
%55

Triadic Colors of #742016

#742016 #167420 #201674

Analogous Colors of #742016

#742016 #744f16 #74163b

Monochromatic Colors of #742016

#742016

Complementary Color

#742016 #166a74

#742016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742016 Color CSS Codes

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

#742016 Text Font Color

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

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


#742016 Background Color

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

This div background color is #742016


#742016 Border Color

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

This div border color is #742016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742016


Comments

No comments written yet.

Please login to write comment.