Color Hex Logo

#7a130b Color Hex

#7A130B
(122,19,11)
0 Favorites   0 Comments

Color spaces of #7a130b

RGB 1221911
HSL0.010.830.26
HSV91°48°
CMYK 0.000.840.91   0.52
XYZ8.31934.62750.7713
Yxy4.62750.60640.3373
Hunter Lab21.511631.386912.9323
CIE-Lab25.646042.491233.1850

#7a130b color RGB value is (122,19,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 00010011 00001011
Octal 172 23 13
Decimal 122 19 11
Hex 7A 13 B

RGB Percentages of Color #7a130b

%80.26
%12.50
%7.24

CMYK Percentages of Color #7a130b

%0
%84
%91
%52

Triadic Colors of #7a130b

#7a130b #0b7a13 #130b7a

Analogous Colors of #7a130b

#7a130b #7a4b0b #7a0b3a

Monochromatic Colors of #7a130b

#7a130b

Complementary Color

#7a130b #0b727a

#7a130b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a130b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a130b Color CSS Codes

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

#7a130b Text Font Color

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

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


#7a130b Background Color

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

This div background color is #7a130b


#7a130b Border Color

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

This div border color is #7a130b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a130b


Comments

No comments written yet.

Please login to write comment.