COLOR #7A4861

HEX: #7A4861 RGB: (122,72,97)

Color info

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

RGB color model

#7A4861 color RGB value is (122,72,97).

RGB: (122,72,97) (48%, 28%, 38%)

RGB channels and saturation

R 122 of 255 = 48%
G 72 of 255 = 28%
B 97 of 255 = 38%

122
72
97

R + G + B ~ 38%. #7A4861 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 122 + 72 + 97 = 291 (100%)
R 122 of 291 ~ 41.92%
G 72 of 291 ~ 24.74%
B 97 of 291 ~ 33.33'%

%41.92
%24.74
%33.33

CMYK color model

#7A4861 color CMYK value is (0,41,20,52).

  • cyan value is 0.00%
  • magenta value is 40.98%
  • yellow value is 20.49%
  • key color value is 52.16%

CMYK: (0,41,20,52)
C0M41Y20K52 (0%, 41%, 20%, 52%)
(0.00 / 0.41 / 0.20 / 0.52)

CMYK percentages

%0
%40.98
%20.49
%52.16

Codes

Color #7A4861 in popluar color models

7A 48 61
RGB 122 72 97
HSL 330° 25.77% 38.04%
HSB/HSV 330° 40.98% 47.84%
CMYK 0.00% 40.98% 20.49%
52.16%

Color #7A4861 in popluar number systems.

HEX 7A 48 61
Decimal 122 72 97
Binary 1111010 1001000 1100001
Octal 172 110 141

Shades and tints

Shades of #7A4861

#7A4861
(122,72,97)
#6F4259
(111,66,89)
#643C51
(100,60,81)
#593649
(89,54,73)
#4E3041
(78,48,65)
#432A39
(67,42,57)
#382431
(56,36,49)
#2D1E29
(45,30,41)
#221821
(34,24,33)
#171219
(23,18,25)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #7A4861

#7A4861
(122,72,97)
#86586F
(134,88,111)
#92687D
(146,104,125)
#9E788B
(158,120,139)
#AA8899
(170,136,153)
#B698A7
(182,152,167)
#C2A8B5
(194,168,181)
#CEB8C3
(206,184,195)
#DAC8D1
(218,200,209)
#E6D8DF
(230,216,223)
#F2E8ED
(242,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A4861; }

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

This text font color is #7A4861.

Background Color

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

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

This div background color is #7A4861.

Border color

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

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

This div border color is #7A4861.

Opacity

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

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

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

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

This text has shadow with #7A4861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A4861.

Preview

Color preview on black background

This text has color #7A4861 on black background.


Color preview on white background

This text has color #7A4861 on white background.


Black color preview on #7A4861 background

This text has black color on #7A4861 background.


White color preview on #7A4861 background

This text has white color on #7A4861 background.


Related colors

Complementary color

Complementary color for #hex is #85B79E.


I love getcolorcode.com

Triadic colors

1 #617A48 and #48617A with #7A4861 are triadic colors.

2 #61487A and #487A61 with #7A4861 are triadic colors.