COLOR #7A6878

HEX: #7A6878 RGB: (122,104,120)

Color info

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

RGB color model

#7A6878 color RGB value is (122,104,120).

RGB: (122,104,120) (48%, 41%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 104 of 255 = 41%
B 120 of 255 = 47%

122
104
120

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

Portions of RGB colors in percentages

R + G + B = 122 + 104 + 120 = 346 (100%)
R 122 of 346 ~ 35.26%
G 104 of 346 ~ 30.06%
B 120 of 346 ~ 34.68'%

%35.26
%30.06
%34.68

CMYK color model

#7A6878 color CMYK value is (0,15,2,52).

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

CMYK: (0,15,2,52)
C0M15Y2K52 (0%, 15%, 2%, 52%)
(0.00 / 0.15 / 0.02 / 0.52)

CMYK percentages

%0
%14.75
%1.64
%52.16

Codes

Color #7A6878 in popluar color models

7A 68 78
RGB 122 104 120
HSL 307° 7.96% 44.31%
HSB/HSV 307° 14.75% 47.84%
CMYK 0.00% 14.75% 1.64%
52.16%

Color #7A6878 in popluar number systems.

HEX 7A 68 78
Decimal 122 104 120
Binary 1111010 1101000 1111000
Octal 172 150 170

Shades and tints

Shades of #7A6878

#7A6878
(122,104,120)
#6F5F6E
(111,95,110)
#645664
(100,86,100)
#594D5A
(89,77,90)
#4E4450
(78,68,80)
#433B46
(67,59,70)
#38323C
(56,50,60)
#2D2932
(45,41,50)
#222028
(34,32,40)
#17171E
(23,23,30)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #7A6878

#7A6878
(122,104,120)
#867584
(134,117,132)
#928290
(146,130,144)
#9E8F9C
(158,143,156)
#AA9CA8
(170,156,168)
#B6A9B4
(182,169,180)
#C2B6C0
(194,182,192)
#CEC3CC
(206,195,204)
#DAD0D8
(218,208,216)
#E6DDE4
(230,221,228)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6878; }

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

This text font color is #7A6878.

Background Color

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

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

This div background color is #7A6878.

Border color

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

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

This div border color is #7A6878.

Opacity

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

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

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

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

This text has shadow with #7A6878 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6878.

Preview

Color preview on black background

This text has color #7A6878 on black background.


Color preview on white background

This text has color #7A6878 on white background.


Black color preview on #7A6878 background

This text has black color on #7A6878 background.


White color preview on #7A6878 background

This text has white color on #7A6878 background.


Related colors

Complementary color

Complementary color for #hex is #859787.


I love getcolorcode.com

Triadic colors

1 #787A68 and #68787A with #7A6878 are triadic colors.

2 #78687A and #687A78 with #7A6878 are triadic colors.