Color Hex Logo

#740900 Color Hex

#740900
(116,9,0)
0 Favorites   0 Comments

Color spaces of #740900

RGB 11690
HSL0.011.000.23
HSV100°45°
CMYK 0.000.921.00   0.55
XYZ7.30013.90840.3696
Yxy3.90840.63050.3376
Hunter Lab19.769731.315512.7303
CIE-Lab23.366342.854335.0001

#740900 color RGB value is (116,9,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001001 00000000
Octal 164 11 0
Decimal 116 9 0
Hex 74 9 0

RGB Percentages of Color #740900

%92.80
%7.20
%0.00

CMYK Percentages of Color #740900

%0
%92
%100
%55

Triadic Colors of #740900

#740900 #007409 #090074

Analogous Colors of #740900

#740900 #744300 #740031

Monochromatic Colors of #740900

#740900

Complementary Color

#740900 #006b74

#740900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740900 Color CSS Codes

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

#740900 Text Font Color

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

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


#740900 Background Color

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

This div background color is #740900


#740900 Border Color

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

This div border color is #740900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740900


Comments

No comments written yet.

Please login to write comment.