COLOR #7A5F78

HEX: #7A5F78 RGB: (122,95,120)

Color info

#7A5F78 contains red, green and blue colors in about the same proportion. Web safe color of #7A5F78 is #666666 (or #666).

RGB color model

#7A5F78 color RGB value is (122,95,120).

RGB: (122,95,120) (48%, 37%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 95 of 255 = 37%
B 120 of 255 = 47%

122
95
120

R + G + B ~ 44%. #7A5F78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 95 + 120 = 337 (100%)
R 122 of 337 ~ 36.2%
G 95 of 337 ~ 28.19%
B 120 of 337 ~ 35.61'%

%36.2
%28.19
%35.61

CMYK color model

#7A5F78 color CMYK value is (0,22,2,52).

  • cyan value is 0.00%
  • magenta value is 22.13%
  • yellow value is 1.64%
  • key color value is 52.16%

CMYK: (0,22,2,52)
C0M22Y2K52 (0%, 22%, 2%, 52%)
(0.00 / 0.22 / 0.02 / 0.52)

CMYK percentages

%0
%22.13
%1.64
%52.16

Codes

Color #7A5F78 in popluar color models

7A 5F 78
RGB 122 95 120
HSL 304° 12.44% 42.55%
HSB/HSV 304° 22.13% 47.84%
CMYK 0.00% 22.13% 1.64%
52.16%

Color #7A5F78 in popluar number systems.

HEX 7A 5F 78
Decimal 122 95 120
Binary 1111010 1011111 1111000
Octal 172 137 170

Shades and tints

Shades of #7A5F78

#7A5F78
(122,95,120)
#6F576E
(111,87,110)
#644F64
(100,79,100)
#59475A
(89,71,90)
#4E3F50
(78,63,80)
#433746
(67,55,70)
#382F3C
(56,47,60)
#2D2732
(45,39,50)
#221F28
(34,31,40)
#17171E
(23,23,30)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #7A5F78

#7A5F78
(122,95,120)
#866D84
(134,109,132)
#927B90
(146,123,144)
#9E899C
(158,137,156)
#AA97A8
(170,151,168)
#B6A5B4
(182,165,180)
#C2B3C0
(194,179,192)
#CEC1CC
(206,193,204)
#DACFD8
(218,207,216)
#E6DDE4
(230,221,228)
#F2EBF0
(242,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5F78 color. Also use rgb(122,95,120) instead hex code.

Text Font Color

.myTextColor { color: #7A5F78; }

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

This text font color is #7A5F78.

Background Color

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

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

This div background color is #7A5F78.

Border color

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

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

This div border color is #7A5F78.

Opacity

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

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

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

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

This text has shadow with #7A5F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5F78.

Preview

Color preview on black background

This text has color #7A5F78 on black background.


Color preview on white background

This text has color #7A5F78 on white background.


Black color preview on #7A5F78 background

This text has black color on #7A5F78 background.


White color preview on #7A5F78 background

This text has white color on #7A5F78 background.


Related colors

Complementary color

Complementary color for #hex is #85A087.


I love getcolorcode.com

Triadic colors

1 #787A5F and #5F787A with #7A5F78 are triadic colors.

2 #785F7A and #5F7A78 with #7A5F78 are triadic colors.