COLOR #7A484D

HEX: #7A484D RGB: (122,72,77)

Color info

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

RGB color model

#7A484D color RGB value is (122,72,77).

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

RGB channels and saturation

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

122
72
77

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

Portions of RGB colors in percentages

R + G + B = 122 + 72 + 77 = 271 (100%)
R 122 of 271 ~ 45.02%
G 72 of 271 ~ 26.57%
B 77 of 271 ~ 28.41'%

%45.02
%26.57
%28.41

CMYK color model

#7A484D color CMYK value is (0,41,37,52).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 36.89%
  • key color value is 52.16%
CMYK: (0,41,37,52) C0M41Y37K52 (0%,41%,37%,52%) (0.00/0.41/0.37/0.52) 

CMYK percentages

%0
%40.98
%36.89
%52.16

Codes

Color #7A484D in popluar color models

7A 48 4D
RGB 122 72 77
HSL 354° 25.77% 38.04%
HSB/HSV 354° 40.98% 47.84%
CMYK 0.00% 40.98% 36.89%
52.16%

Color #7A484D in popluar number systems.

HEX 7A 48 4D
Decimal 122 72 77
Binary 1111010 1001000 1001101
Octal 172 110 115

Shades and tints

Shades of #7A484D

#7A484D
(122,72,77)
#6F4246
(111,66,70)
#643C3F
(100,60,63)
#593638
(89,54,56)
#4E3031
(78,48,49)
#432A2A
(67,42,42)
#382423
(56,36,35)
#2D1E1C
(45,30,28)
#221815
(34,24,21)
#17120E
(23,18,14)
#0C0C07
(12,12,7)
#000000
(0,0,0)

Tints of #7A484D

#7A484D
(122,72,77)
#86585D
(134,88,93)
#92686D
(146,104,109)
#9E787D
(158,120,125)
#AA888D
(170,136,141)
#B6989D
(182,152,157)
#C2A8AD
(194,168,173)
#CEB8BD
(206,184,189)
#DAC8CD
(218,200,205)
#E6D8DD
(230,216,221)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A484D; }

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

This text font color is #7A484D.

Background Color

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

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

This div background color is #7A484D.

Border color

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

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

This div border color is #7A484D.

Opacity

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

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

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

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

This text has shadow with #7A484D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A484D.

Preview

Color preview on black background

This text has color #7A484D on black background.


Color preview on white background

This text has color #7A484D on white background.


Black color preview on #7A484D background

This text has black color on #7A484D background.


White color preview on #7A484D background

This text has white color on #7A484D background.


Related colors

Complementary color

Complementary color for #hex is #85B7B2.


I love getcolorcode.com

Triadic colors

1 #4D7A48 and #484D7A with #7A484D are triadic colors.

2 #4D487A and #487A4D with #7A484D are triadic colors.