Color Hex Logo

#742006 Color Hex

#742006
(116,32,6)
0 Favorites   0 Comments

Color spaces of #742006

RGB 116326
HSL0.040.900.24
HSV14°95°45°
CMYK 0.000.720.95   0.55
XYZ7.75184.75920.6823
Yxy4.75920.58760.3607
Hunter Lab21.815625.249713.4166
CIE-Lab26.037435.636935.1329

#742006 color RGB value is (116,32,6).

#742006 hex color red value is 116, green value is 32 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #742006 hue: 0.04 , saturation: 0.90 and the lightness value of 742006 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100000 00000110
Octal 164 40 6
Decimal 116 32 6
Hex 74 20 6

RGB Percentages of Color #742006

%75.32
%20.78
%3.90

CMYK Percentages of Color #742006

%0
%72
%95
%55

Triadic Colors of #742006

#742006 #067420 #200674

Analogous Colors of #742006

#742006 #745706 #740623

Monochromatic Colors of #742006

#742006

Complementary Color

#742006 #065a74

#742006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742006 Color CSS Codes

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

#742006 Text Font Color

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

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


#742006 Background Color

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

This div background color is #742006


#742006 Border Color

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

This div border color is #742006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742006


Comments

No comments written yet.

Please login to write comment.