Color Hex Logo

#7a1211 Color Hex

#7A1211
(122,18,17)
1 Favorites   0 Comments

Color spaces of #7a1211

RGB 1221817
HSL0.000.760.27
HSV86°48°
CMYK 0.000.850.86   0.52
XYZ8.34354.61070.9805
Yxy4.61070.59880.3309
Hunter Lab21.472531.782112.3234
CIE-Lab25.595642.923830.1070

#7a1211 color RGB value is (122,18,17).

#7a1211 hex color red value is 122, green value is 18 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #7a1211 hue: 0.00 , saturation: 0.76 and the lightness value of 7a1211 is 0.27.

The process color (four color CMYK) of #7a1211 color hex is 0.00, 0.85, 0.86, 0.52. Web safe color of #7a1211 is #660000. Color #7a1211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00010010 00010001
Octal 172 22 21
Decimal 122 18 17
Hex 7A 12 11

RGB Percentages of Color #7a1211

%77.71
%11.46
%10.83

CMYK Percentages of Color #7a1211

%0
%85
%86
%52

Triadic Colors of #7a1211

#7a1211 #117a12 #12117a

Analogous Colors of #7a1211

#7a1211 #7a4711 #7a1145

Monochromatic Colors of #7a1211

#7a1211

Complementary Color

#7a1211 #11797a

#7a1211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a1211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a1211 Color CSS Codes

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

#7a1211 Text Font Color

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

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


#7a1211 Background Color

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

This div background color is #7a1211


#7a1211 Border Color

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

This div border color is #7a1211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a1211

#7a1211 Color Palettes


Comments

No comments written yet.

Please login to write comment.