COLOR #7A444B

HEX: #7A444B RGB: (122,68,75)

Color info

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

RGB color model

#7A444B color RGB value is (122,68,75).

RGB: (122,68,75) (48%, 27%, 29%)

RGB channels and saturation

R 122 of 255 = 48%
G 68 of 255 = 27%
B 75 of 255 = 29%

122
68
75

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

Portions of RGB colors in percentages

R + G + B = 122 + 68 + 75 = 265 (100%)
R 122 of 265 ~ 46.04%
G 68 of 265 ~ 25.66%
B 75 of 265 ~ 28.3'%

%46.04
%25.66
%28.3

CMYK color model

#7A444B color CMYK value is (0,44,39,52).

  • cyan value is 0.00%
  • magenta value is 44.26%
  • yellow value is 38.52%
  • key color value is 52.16%
CMYK: (0,44,39,52) C0M44Y39K52 (0%,44%,39%,52%) (0.00/0.44/0.39/0.52) 

CMYK percentages

%0
%44.26
%38.52
%52.16

Codes

Color #7A444B in popluar color models

7A 44 4B
RGB 122 68 75
HSL 352° 28.42% 37.25%
HSB/HSV 352° 44.26% 47.84%
CMYK 0.00% 44.26% 38.52%
52.16%

Color #7A444B in popluar number systems.

HEX 7A 44 4B
Decimal 122 68 75
Binary 1111010 1000100 1001011
Octal 172 104 113

Shades and tints

Shades of #7A444B

#7A444B
(122,68,75)
#6F3E45
(111,62,69)
#64383F
(100,56,63)
#593239
(89,50,57)
#4E2C33
(78,44,51)
#43262D
(67,38,45)
#382027
(56,32,39)
#2D1A21
(45,26,33)
#22141B
(34,20,27)
#170E15
(23,14,21)
#0C080F
(12,8,15)
#000000
(0,0,0)

Tints of #7A444B

#7A444B
(122,68,75)
#86555B
(134,85,91)
#92666B
(146,102,107)
#9E777B
(158,119,123)
#AA888B
(170,136,139)
#B6999B
(182,153,155)
#C2AAAB
(194,170,171)
#CEBBBB
(206,187,187)
#DACCCB
(218,204,203)
#E6DDDB
(230,221,219)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A444B color. Also use rgb(122,68,75) instead hex code.

Text Font Color

.myTextColor { color: #7A444B; }

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

This text font color is #7A444B.

Background Color

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

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

This div background color is #7A444B.

Border color

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

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

This div border color is #7A444B.

Opacity

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

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

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

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

This text has shadow with #7A444B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A444B.

Preview

Color preview on black background

This text has color #7A444B on black background.


Color preview on white background

This text has color #7A444B on white background.


Black color preview on #7A444B background

This text has black color on #7A444B background.


White color preview on #7A444B background

This text has white color on #7A444B background.


Related colors

Complementary color

Complementary color for #hex is #85BBB4.


I love getcolorcode.com

Triadic colors

1 #4B7A44 and #444B7A with #7A444B are triadic colors.

2 #4B447A and #447A4B with #7A444B are triadic colors.