Color Hex Logo

#742710 Color Hex

#742710
(116,39,16)
0 Favorites   0 Comments

Color spaces of #742710

RGB 1163916
HSL0.040.760.26
HSV14°86°45°
CMYK 0.000.660.86   0.55
XYZ8.02155.20151.0714
Yxy5.20150.56120.3639
Hunter Lab22.806822.869313.1795
CIE-Lab27.301332.675231.7999

#742710 color RGB value is (116,39,16).

#742710 hex color red value is 116, green value is 39 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #742710 hue: 0.04 , saturation: 0.76 and the lightness value of 742710 is 0.26.

The process color (four color CMYK) of #742710 color hex is 0.00, 0.66, 0.86, 0.55. Web safe color of #742710 is #663300. Color #742710 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100111 00010000
Octal 164 47 20
Decimal 116 39 16
Hex 74 27 10

RGB Percentages of Color #742710

%67.84
%22.81
%9.36

CMYK Percentages of Color #742710

%0
%66
%86
%55

Triadic Colors of #742710

#742710 #107427 #271074

Analogous Colors of #742710

#742710 #745910 #74102b

Monochromatic Colors of #742710

#742710

Complementary Color

#742710 #105d74

#742710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742710 Color CSS Codes

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

#742710 Text Font Color

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

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


#742710 Background Color

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

This div background color is #742710


#742710 Border Color

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

This div border color is #742710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742710


Comments

No comments written yet.

Please login to write comment.