COLOR #7A4450

HEX: #7A4450
RGB: (122,68,80)

Color info

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

RGB color model

#7A4450 color RGB value is (122,68,80).

  • red value is 122;
  • green value is 68;
  • blue value is 80.
RGB: (122,68,80) (48%,27%,31%)

RGB channels and saturation

R 122 of 255 = 48%
G 68 of 255 = 27%
B 80 of 255 = 31%

122
68
80

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

Portions of RGB colors in percentages

R + G + B =
122 + 68 + 80 = 270 (100%)
R 122 of 270 ~ 45.19%
G 68 of 270 ~ 25.19%
B 80 of 270 ~ 29.63%

%45.19
%25.19
%29.63

CMYK color model

#7A4450 color CMYK value is (0,44,34,52).

  • cyan value is 0.00%
  • magenta value is 44.26%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK: (0,44,34,52) C0M44Y34K52 (0%,44%,34%,52%) (0.00/0.44/0.34/0.52)

CMYK percentages

%0
%44.26
%34.43
%52.16

Codes

Color #7A4450 in popluar color models

7A4450
RGB1226880
HSL347°28.42%37.25%
HSB/HSV347°44.26%47.84%
CMYK0.00%44.26%34.43%
52.16%

Color #7A4450 in popluar number systems.

HEX7A4450
Decimal1226880
Binary111101010001001010000
Octal172104120

Shades and tints

Shades of #7A4450

#7A4450
(122,68,80)
#6F3E49
(111,62,73)
#643842
(100,56,66)
#59323B
(89,50,59)
#4E2C34
(78,44,52)
#43262D
(67,38,45)
#382026
(56,32,38)
#2D1A1F
(45,26,31)
#221418
(34,20,24)
#170E11
(23,14,17)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #7A4450

#7A4450
(122,68,80)
#86555F
(134,85,95)
#92666E
(146,102,110)
#9E777D
(158,119,125)
#AA888C
(170,136,140)
#B6999B
(182,153,155)
#C2AAAA
(194,170,170)
#CEBBB9
(206,187,185)
#DACCC8
(218,204,200)
#E6DDD7
(230,221,215)
#F2EEE6
(242,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4450; }

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

This text font color is #7A4450.


Background Color

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

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

This div background color is #7A4450.


Border color

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

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

This div border color is #7A4450.


Opacity

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

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

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

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

This text has shadow with #7A4450 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7A4450 on black background.


Color preview on white background

This text has color #7A4450 on white background.



Black color preview on #7A4450 background

This text has black color on #7A4450 background.


White color preview on #7A4450 background

This text has white color on #7A4450 background.