Color Hex Logo

#7a122e Color Hex

#7A122E
(122,18,46)
0 Favorites   0 Comments

Color spaces of #7a122e

RGB 1221846
HSL0.960.740.27
HSV344°85°48°
CMYK 0.000.850.62   0.52
XYZ8.73554.76743.0446
Yxy4.76740.52790.2881
Hunter Lab21.834433.20417.0166
CIE-Lab26.061544.342211.8155

#7a122e color RGB value is (122,18,46).

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

The process color (four color CMYK) of #7a122e color hex is 0.00, 0.85, 0.62, 0.52. Web safe color of #7a122e is #660033. Color #7a122e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00010010 00101110
Octal 172 22 56
Decimal 122 18 46
Hex 7A 12 2E

RGB Percentages of Color #7a122e

%65.59
%9.68
%24.73

CMYK Percentages of Color #7a122e

%0
%85
%62
%52

Triadic Colors of #7a122e

#7a122e #2e7a12 #122e7a

Analogous Colors of #7a122e

#7a122e #7a2a12 #7a1262

Monochromatic Colors of #7a122e

#7a122e

Complementary Color

#7a122e #127a5e

#7a122e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a122e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a122e Color CSS Codes

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

#7a122e Text Font Color

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

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


#7a122e Background Color

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

This div background color is #7a122e


#7a122e Border Color

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

This div border color is #7a122e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a122e


Comments

No comments written yet.

Please login to write comment.