Color Hex Logo

#742602 Color Hex

#742602
(116,38,2)
0 Favorites   0 Comments

Color spaces of #742602

RGB 116382
HSL0.050.970.23
HSV19°98°45°
CMYK 0.000.670.98   0.55
XYZ7.90655.10360.6258
Yxy5.10360.57980.3743
Hunter Lab22.591122.937314.1714
CIE-Lab27.027932.800537.6488

#742602 color RGB value is (116,38,2).

#742602 hex color red value is 116, green value is 38 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #742602 hue: 0.05 , saturation: 0.97 and the lightness value of 742602 is 0.23.

The process color (four color CMYK) of #742602 color hex is 0.00, 0.67, 0.98, 0.55. Web safe color of #742602 is #663300. Color #742602 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 00000010
Octal 164 46 2
Decimal 116 38 2
Hex 74 26 2

RGB Percentages of Color #742602

%74.36
%24.36
%1.28

CMYK Percentages of Color #742602

%0
%67
%98
%55

Triadic Colors of #742602

#742602 #027426 #260274

Analogous Colors of #742602

#742602 #745f02 #740217

Monochromatic Colors of #742602

#742602

Complementary Color

#742602 #025074

#742602 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742602 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742602 Color CSS Codes

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

#742602 Text Font Color

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

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


#742602 Background Color

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

This div background color is #742602


#742602 Border Color

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

This div border color is #742602


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742602


Comments

No comments written yet.

Please login to write comment.