COLOR #7A425B

HEX: #7A425B RGB: (122,66,91)

Color info

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

RGB color model

#7A425B color RGB value is (122,66,91).

RGB: (122,66,91) (48%, 26%, 36%)

RGB channels and saturation

R 122 of 255 = 48%
G 66 of 255 = 26%
B 91 of 255 = 36%

122
66
91

R + G + B ~ 37%. #7A425B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 66 + 91 = 279 (100%)
R 122 of 279 ~ 43.73%
G 66 of 279 ~ 23.66%
B 91 of 279 ~ 32.62'%

%43.73
%23.66
%32.62

CMYK color model

#7A425B color CMYK value is (0,46,25,52).

  • cyan value is 0.00%
  • magenta value is 45.90%
  • yellow value is 25.41%
  • key color value is 52.16%
CMYK: (0,46,25,52) C0M46Y25K52 (0%,46%,25%,52%) (0.00/0.46/0.25/0.52) 

CMYK percentages

%0
%45.9
%25.41
%52.16

Codes

Color #7A425B in popluar color models

7A 42 5B
RGB 122 66 91
HSL 333° 29.79% 36.86%
HSB/HSV 333° 45.90% 47.84%
CMYK 0.00% 45.90% 25.41%
52.16%

Color #7A425B in popluar number systems.

HEX 7A 42 5B
Decimal 122 66 91
Binary 1111010 1000010 1011011
Octal 172 102 133

Shades and tints

Shades of #7A425B

#7A425B
(122,66,91)
#6F3C53
(111,60,83)
#64364B
(100,54,75)
#593043
(89,48,67)
#4E2A3B
(78,42,59)
#432433
(67,36,51)
#381E2B
(56,30,43)
#2D1823
(45,24,35)
#22121B
(34,18,27)
#170C13
(23,12,19)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #7A425B

#7A425B
(122,66,91)
#865369
(134,83,105)
#926477
(146,100,119)
#9E7585
(158,117,133)
#AA8693
(170,134,147)
#B697A1
(182,151,161)
#C2A8AF
(194,168,175)
#CEB9BD
(206,185,189)
#DACACB
(218,202,203)
#E6DBD9
(230,219,217)
#F2ECE7
(242,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A425B color. Also use rgb(122,66,91) instead hex code.

Text Font Color

.myTextColor { color: #7A425B; }

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

This text font color is #7A425B.

Background Color

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

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

This div background color is #7A425B.

Border color

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

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

This div border color is #7A425B.

Opacity

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

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

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

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

This text has shadow with #7A425B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A425B.

Preview

Color preview on black background

This text has color #7A425B on black background.


Color preview on white background

This text has color #7A425B on white background.


Black color preview on #7A425B background

This text has black color on #7A425B background.


White color preview on #7A425B background

This text has white color on #7A425B background.


Related colors

Complementary color

Complementary color for #hex is #85BDA4.


I love getcolorcode.com

Triadic colors

1 #5B7A42 and #425B7A with #7A425B are triadic colors.

2 #5B427A and #427A5B with #7A425B are triadic colors.