COLOR #7A4152

HEX: #7A4152 RGB: (122,65,82)

Color info

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

RGB color model

#7A4152 color RGB value is (122,65,82).

RGB: (122,65,82) (48%, 25%, 32%)

RGB channels and saturation

R 122 of 255 = 48%
G 65 of 255 = 25%
B 82 of 255 = 32%

122
65
82

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

Portions of RGB colors in percentages

R + G + B = 122 + 65 + 82 = 269 (100%)
R 122 of 269 ~ 45.35%
G 65 of 269 ~ 24.16%
B 82 of 269 ~ 30.48'%

%45.35
%24.16
%30.48

CMYK color model

#7A4152 color CMYK value is (0,47,33,52).

  • cyan value is 0.00%
  • magenta value is 46.72%
  • yellow value is 32.79%
  • key color value is 52.16%

CMYK: (0,47,33,52)
C0M47Y33K52 (0%, 47%, 33%, 52%)
(0.00 / 0.47 / 0.33 / 0.52)

CMYK percentages

%0
%46.72
%32.79
%52.16

Codes

Color #7A4152 in popluar color models

7A 41 52
RGB 122 65 82
HSL 342° 30.48% 36.67%
HSB/HSV 342° 46.72% 47.84%
CMYK 0.00% 46.72% 32.79%
52.16%

Color #7A4152 in popluar number systems.

HEX 7A 41 52
Decimal 122 65 82
Binary 1111010 1000001 1010010
Octal 172 101 122

Shades and tints

Shades of #7A4152

#7A4152
(122,65,82)
#6F3C4B
(111,60,75)
#643744
(100,55,68)
#59323D
(89,50,61)
#4E2D36
(78,45,54)
#43282F
(67,40,47)
#382328
(56,35,40)
#2D1E21
(45,30,33)
#22191A
(34,25,26)
#171413
(23,20,19)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #7A4152

#7A4152
(122,65,82)
#865261
(134,82,97)
#926370
(146,99,112)
#9E747F
(158,116,127)
#AA858E
(170,133,142)
#B6969D
(182,150,157)
#C2A7AC
(194,167,172)
#CEB8BB
(206,184,187)
#DAC9CA
(218,201,202)
#E6DAD9
(230,218,217)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4152 color. Also use rgb(122,65,82) instead hex code.

Text Font Color

.myTextColor { color: #7A4152; }

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

This text font color is #7A4152.

Background Color

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

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

This div background color is #7A4152.

Border color

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

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

This div border color is #7A4152.

Opacity

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

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

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

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

This text has shadow with #7A4152 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4152.

Preview

Color preview on black background

This text has color #7A4152 on black background.


Color preview on white background

This text has color #7A4152 on white background.


Black color preview on #7A4152 background

This text has black color on #7A4152 background.


White color preview on #7A4152 background

This text has white color on #7A4152 background.


Related colors

Complementary color

Complementary color for #hex is #85BEAD.


I love getcolorcode.com

Triadic colors

1 #527A41 and #41527A with #7A4152 are triadic colors.

2 #52417A and #417A52 with #7A4152 are triadic colors.