Color Hex Logo

#742707 Color Hex

#742707
(116,39,7)
0 Favorites   0 Comments

Color spaces of #742707

RGB 116397
HSL0.050.890.24
HSV18°94°45°
CMYK 0.000.660.94   0.55
XYZ7.96635.17940.7809
Yxy5.17940.57200.3719
Hunter Lab22.758322.655013.8964
CIE-Lab27.239932.435735.7958

#742707 color RGB value is (116,39,7).

#742707 hex color red value is 116, green value is 39 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #742707 hue: 0.05 , saturation: 0.89 and the lightness value of 742707 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100111 00000111
Octal 164 47 7
Decimal 116 39 7
Hex 74 27 7

RGB Percentages of Color #742707

%71.60
%24.07
%4.32

CMYK Percentages of Color #742707

%0
%66
%94
%55

Triadic Colors of #742707

#742707 #077427 #270774

Analogous Colors of #742707

#742707 #745e07 #74071e

Monochromatic Colors of #742707

#742707

Complementary Color

#742707 #075474

#742707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742707 Color CSS Codes

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

#742707 Text Font Color

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

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


#742707 Background Color

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

This div background color is #742707


#742707 Border Color

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

This div border color is #742707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742707


Comments

No comments written yet.

Please login to write comment.