COLOR #7A474D

HEX: #7A474D RGB: (122,71,77)

Color info

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

RGB color model

#7A474D color RGB value is (122,71,77).

RGB: (122,71,77) (48%, 28%, 30%)

RGB channels and saturation

R 122 of 255 = 48%
G 71 of 255 = 28%
B 77 of 255 = 30%

122
71
77

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

Portions of RGB colors in percentages

R + G + B = 122 + 71 + 77 = 270 (100%)
R 122 of 270 ~ 45.19%
G 71 of 270 ~ 26.3%
B 77 of 270 ~ 28.52'%

%45.19
%26.3
%28.52

CMYK color model

#7A474D color CMYK value is (0,42,37,52).

  • cyan value is 0.00%
  • magenta value is 41.80%
  • yellow value is 36.89%
  • key color value is 52.16%

CMYK: (0,42,37,52)
C0M42Y37K52 (0%, 42%, 37%, 52%)
(0.00 / 0.42 / 0.37 / 0.52)

CMYK percentages

%0
%41.8
%36.89
%52.16

Codes

Color #7A474D in popluar color models

7A 47 4D
RGB 122 71 77
HSL 353° 26.42% 37.84%
HSB/HSV 353° 41.80% 47.84%
CMYK 0.00% 41.80% 36.89%
52.16%

Color #7A474D in popluar number systems.

HEX 7A 47 4D
Decimal 122 71 77
Binary 1111010 1000111 1001101
Octal 172 107 115

Shades and tints

Shades of #7A474D

#7A474D
(122,71,77)
#6F4146
(111,65,70)
#643B3F
(100,59,63)
#593538
(89,53,56)
#4E2F31
(78,47,49)
#43292A
(67,41,42)
#382323
(56,35,35)
#2D1D1C
(45,29,28)
#221715
(34,23,21)
#17110E
(23,17,14)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #7A474D

#7A474D
(122,71,77)
#86575D
(134,87,93)
#92676D
(146,103,109)
#9E777D
(158,119,125)
#AA878D
(170,135,141)
#B6979D
(182,151,157)
#C2A7AD
(194,167,173)
#CEB7BD
(206,183,189)
#DAC7CD
(218,199,205)
#E6D7DD
(230,215,221)
#F2E7ED
(242,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A474D color. Also use rgb(122,71,77) instead hex code.

Text Font Color

.myTextColor { color: #7A474D; }

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

This text font color is #7A474D.

Background Color

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

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

This div background color is #7A474D.

Border color

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

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

This div border color is #7A474D.

Opacity

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

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

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

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

This text has shadow with #7A474D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A474D.

Preview

Color preview on black background

This text has color #7A474D on black background.


Color preview on white background

This text has color #7A474D on white background.


Black color preview on #7A474D background

This text has black color on #7A474D background.


White color preview on #7A474D background

This text has white color on #7A474D background.


Related colors

Complementary color

Complementary color for #hex is #85B8B2.


I love getcolorcode.com

Triadic colors

1 #4D7A47 and #474D7A with #7A474D are triadic colors.

2 #4D477A and #477A4D with #7A474D are triadic colors.