COLOR #7A2A0C

HEX: #7A2A0C
RGB: (122,42,12)

Color info

#7A2A0C contains mainly red color. Web safe color of #7A2A0C is #663300 (or #630).

RGB color model

#7A2A0C color RGB value is (122,42,12).

  • red value is 122;
  • green value is 42;
  • blue value is 12.
RGB:
(122,42,12)
(48%,16%,5%)

RGB channels and saturation

R 122 of 255 = 48%
G 42 of 255 = 16%
B 12 of 255 = 5%

122
42
12

R + G + B ~ 23%. #7A2A0C is dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 42 + 12 = 176 (100%)
R 122 of 176 ~ 69.32%
G 42 of 176 ~ 23.86%
B 12 of 176 ~ 6.82%

%69.32
%23.86

CMYK color model

#7A2A0C color CMYK value is (0,66,90,52).

  • cyan value is 0.00%
  • magenta value is 65.57%
  • yellow value is 90.16%
  • key color value is 52.16%
CMYK:
(0,66,90,52)
C0M66Y90K52 
(0%,66%,90%,52%)
(0.00/0.66/0.90/0.52)	

CMYK percentages

%0
%65.57
%90.16
%52.16

Codes

Color #7A2A0C in popluar color models

7A2A0C
RGB1224212
HSL16°82.09%26.27%
HSB/HSV16°90.16%47.84%
CMYK0.00%65.57%90.16%
52.16%

Color #7A2A0C in popluar number systems.

HEX7A2A0C
Decimal1224212
Binary11110101010101100
Octal1725214

Shades and tints

Shades of #7A2A0C

#7A2A0C
(122,42,12)
#6F270B
(111,39,11)
#64240A
(100,36,10)
#592109
(89,33,9)
#4E1E08
(78,30,8)
#431B07
(67,27,7)
#381806
(56,24,6)
#2D1505
(45,21,5)
#221204
(34,18,4)
#170F03
(23,15,3)
#0C0C02
(12,12,2)
#000000
(0,0,0)

Tints of #7A2A0C

#7A2A0C
(122,42,12)
#863D22
(134,61,34)
#925038
(146,80,56)
#9E634E
(158,99,78)
#AA7664
(170,118,100)
#B6897A
(182,137,122)
#C29C90
(194,156,144)
#CEAFA6
(206,175,166)
#DAC2BC
(218,194,188)
#E6D5D2
(230,213,210)
#F2E8E8
(242,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A2A0C color. Also use rgb(122,42,12) instead hex code.

Text Font Color

.myTextColor { color: #7A2A0C; }

<p style="color:#7A2A0C">This sample text font color is #7A2A0C.</p>

This text font color is #7A2A0C.


Background Color

.myBgColor { background-color: #7A2A0C; }

<div style="background-color:#7A2A0C">Inner text</div>

This div background color is #7A2A0C.


Border color

.myBorderColor { border: 1px solid #7A2A0C; }

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

This div border color is #7A2A0C.


Opacity

.myOpacity80 { color: #7A2A0C; opacity: 0.8; }

<p style="color:#7A2A0C;opacity:0.8;">80%</p>

Text with #7A2A0C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7A2A0C;}

<p style="text-shadow: 3px 3px 1px #7A2A0C">Text here.</p>

This text has shadow with #7A2A0C color.

.textShadow {text-shadow: 3px 3px 1px #7A2A0C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7A2A0C, 5px 5px 20px red">Text here.</p>

This text has shadow with #7A2A0C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7A2A0C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7A2A0C, Direction=45, Strength=4)">Text</p>

This text has shadow with #7A2A0C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7A2A0C;
  -webkit-box-shadow:	1px 1px 3px 2px #7A2A0C;
  box-shadow:		1px 1px 3px 2px #7A2A0C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A2A0C;
-webkit-box-shadow: 1px 1px 3px 2px #7A2A0C;
box-shadow:1px 1px 3px 2px #7A2A0C;">
Div content here</div>
This div box has shadow with color #7A2A0C.

Preview

Color preview on black background

This text has color #7A2A0C on black background.


Color preview on white background

This text has color #7A2A0C on white background.



Black color preview on #7A2A0C background

This text has black color on #7A2A0C background.


White color preview on #7A2A0C background

This text has white color on #7A2A0C background.