Color Hex Logo

#740709 Color Hex

#740709
(116,7,9)
0 Favorites   0 Comments

Color spaces of #740709

RGB 11679
HSL1.000.890.24
HSV359°94°45°
CMYK 0.000.940.92   0.55
XYZ7.32773.88470.6220
Yxy3.88470.61920.3283
Hunter Lab19.709631.871311.9257
CIE-Lab23.286543.465431.2525

#740709 color RGB value is (116,7,9).

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

The process color (four color CMYK) of #740709 color hex is 0.00, 0.94, 0.92, 0.55. Web safe color of #740709 is #660000. Color #740709 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000111 00001001
Octal 164 7 11
Decimal 116 7 9
Hex 74 7 9

RGB Percentages of Color #740709

%87.88
%5.30
%6.82

CMYK Percentages of Color #740709

%0
%94
%92
%55

Triadic Colors of #740709

#740709 #097407 #070974

Analogous Colors of #740709

#740709 #743c07 #74073f

Monochromatic Colors of #740709

#740709

Complementary Color

#740709 #077472

#740709 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740709 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740709 Color CSS Codes

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

#740709 Text Font Color

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

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


#740709 Background Color

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

This div background color is #740709


#740709 Border Color

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

This div border color is #740709


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740709


Comments

No comments written yet.

Please login to write comment.