COLOR #7A4A48

HEX: #7A4A48
RGB: (122,74,72)

Color info

#7A4A48 contains red, green and blue colors in about the same proportion. Web safe color of #7A4A48 is #663333 (or #633).

RGB color model

#7A4A48 color RGB value is (122,74,72).

  • red value is 122;
  • green value is 74;
  • blue value is 72.
RGB:
(122,74,72)
(48%,29%,28%)

RGB channels and saturation

R 122 of 255 = 48%
G 74 of 255 = 29%
B 72 of 255 = 28%

122
74
72

R + G + B ~ 35%. #7A4A48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
122 + 74 + 72 = 268 (100%)
R 122 of 268 ~ 45.52%
G 74 of 268 ~ 27.61%
B 72 of 268 ~ 26.87%

%45.52
%27.61
%26.87

CMYK color model

#7A4A48 color CMYK value is (0,39,41,52).

  • cyan value is 0.00%
  • magenta value is 39.34%
  • yellow value is 40.98%
  • key color value is 52.16%
CMYK:
(0,39,41,52)
C0M39Y41K52 
(0%,39%,41%,52%)
(0.00/0.39/0.41/0.52)	

CMYK percentages

%0
%39.34
%40.98
%52.16

Codes

Color #7A4A48 in popluar color models

7A4A48
RGB1227472
HSL25.77%38.04%
HSB/HSV40.98%47.84%
CMYK0.00%39.34%40.98%
52.16%

Color #7A4A48 in popluar number systems.

HEX7A4A48
Decimal1227472
Binary111101010010101001000
Octal172112110

Shades and tints

Shades of #7A4A48

#7A4A48
(122,74,72)
#6F4442
(111,68,66)
#643E3C
(100,62,60)
#593836
(89,56,54)
#4E3230
(78,50,48)
#432C2A
(67,44,42)
#382624
(56,38,36)
#2D201E
(45,32,30)
#221A18
(34,26,24)
#171412
(23,20,18)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #7A4A48

#7A4A48
(122,74,72)
#865A58
(134,90,88)
#926A68
(146,106,104)
#9E7A78
(158,122,120)
#AA8A88
(170,138,136)
#B69A98
(182,154,152)
#C2AAA8
(194,170,168)
#CEBAB8
(206,186,184)
#DACAC8
(218,202,200)
#E6DAD8
(230,218,216)
#F2EAE8
(242,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4A48 color. Also use rgb(122,74,72) instead hex code.

Text Font Color

.myTextColor { color: #7A4A48; }

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

This text font color is #7A4A48.


Background Color

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

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

This div background color is #7A4A48.


Border color

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

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

This div border color is #7A4A48.


Opacity

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

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

Text with #7A4A48 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 #7A4A48;}

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

This text has shadow with #7A4A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4A48 on black background.


Color preview on white background

This text has color #7A4A48 on white background.



Black color preview on #7A4A48 background

This text has black color on #7A4A48 background.


White color preview on #7A4A48 background

This text has white color on #7A4A48 background.