COLOR #7A4C4E

HEX: #7A4C4E RGB: (122,76,78)

Color info

#7A4C4E contains red, green and blue colors in about the same proportion. Web safe color of #7A4C4E is #663366 (or #636).

RGB color model

#7A4C4E color RGB value is (122,76,78).

RGB: (122,76,78) (48%, 30%, 31%)

RGB channels and saturation

R 122 of 255 = 48%
G 76 of 255 = 30%
B 78 of 255 = 31%

122
76
78

R + G + B ~ 36%. #7A4C4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 76 + 78 = 276 (100%)
R 122 of 276 ~ 44.2%
G 76 of 276 ~ 27.54%
B 78 of 276 ~ 28.26'%

%44.2
%27.54
%28.26

CMYK color model

#7A4C4E color CMYK value is (0,38,36,52).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 36.07%
  • key color value is 52.16%

CMYK: (0,38,36,52)
C0M38Y36K52 (0%, 38%, 36%, 52%)
(0.00 / 0.38 / 0.36 / 0.52)

CMYK percentages

%0
%37.7
%36.07
%52.16

Codes

Color #7A4C4E in popluar color models

7A 4C 4E
RGB 122 76 78
HSL 357° 23.23% 38.82%
HSB/HSV 357° 37.70% 47.84%
CMYK 0.00% 37.70% 36.07%
52.16%

Color #7A4C4E in popluar number systems.

HEX 7A 4C 4E
Decimal 122 76 78
Binary 1111010 1001100 1001110
Octal 172 114 116

Shades and tints

Shades of #7A4C4E

#7A4C4E
(122,76,78)
#6F4647
(111,70,71)
#644040
(100,64,64)
#593A39
(89,58,57)
#4E3432
(78,52,50)
#432E2B
(67,46,43)
#382824
(56,40,36)
#2D221D
(45,34,29)
#221C16
(34,28,22)
#17160F
(23,22,15)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #7A4C4E

#7A4C4E
(122,76,78)
#865C5E
(134,92,94)
#926C6E
(146,108,110)
#9E7C7E
(158,124,126)
#AA8C8E
(170,140,142)
#B69C9E
(182,156,158)
#C2ACAE
(194,172,174)
#CEBCBE
(206,188,190)
#DACCCE
(218,204,206)
#E6DCDE
(230,220,222)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4C4E color. Also use rgb(122,76,78) instead hex code.

Text Font Color

.myTextColor { color: #7A4C4E; }

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

This text font color is #7A4C4E.

Background Color

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

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

This div background color is #7A4C4E.

Border color

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

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

This div border color is #7A4C4E.

Opacity

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

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

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

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

This text has shadow with #7A4C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4C4E.

Preview

Color preview on black background

This text has color #7A4C4E on black background.


Color preview on white background

This text has color #7A4C4E on white background.


Black color preview on #7A4C4E background

This text has black color on #7A4C4E background.


White color preview on #7A4C4E background

This text has white color on #7A4C4E background.


Related colors

Complementary color

Complementary color for #hex is #85B3B1.


I love getcolorcode.com

Triadic colors

1 #4E7A4C and #4C4E7A with #7A4C4E are triadic colors.

2 #4E4C7A and #4C7A4E with #7A4C4E are triadic colors.