Color Hex Logo

#7a140c Color Hex

#7A140C
(122,20,12)
0 Favorites   0 Comments

Color spaces of #7a140c

RGB 1222012
HSL0.010.820.26
HSV90°48°
CMYK 0.000.840.90   0.52
XYZ8.34264.66440.8084
Yxy4.66440.60390.3376
Hunter Lab21.597231.156012.8988
CIE-Lab25.756442.222432.8447

#7a140c color RGB value is (122,20,12).

#7a140c hex color red value is 122, green value is 20 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #7a140c hue: 0.01 , saturation: 0.82 and the lightness value of 7a140c is 0.26.

The process color (four color CMYK) of #7a140c color hex is 0.00, 0.84, 0.90, 0.52. Web safe color of #7a140c is #660000. Color #7a140c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00010100 00001100
Octal 172 24 14
Decimal 122 20 12
Hex 7A 14 C

RGB Percentages of Color #7a140c

%79.22
%12.99
%7.79

CMYK Percentages of Color #7a140c

%0
%84
%90
%52

Triadic Colors of #7a140c

#7a140c #0c7a14 #140c7a

Analogous Colors of #7a140c

#7a140c #7a4b0c #7a0c3b

Monochromatic Colors of #7a140c

#7a140c

Complementary Color

#7a140c #0c727a

#7a140c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a140c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a140c Color CSS Codes

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

#7a140c Text Font Color

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

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


#7a140c Background Color

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

This div background color is #7a140c


#7a140c Border Color

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

This div border color is #7a140c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,20,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a140c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a140c;
  -webkit-box-shadow: 1px 1px 3px 2px #7a140c;
  box-shadow:         1px 1px 3px 2px #7a140c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a140c


Comments

No comments written yet.

Please login to write comment.