COLOR #7A7278

HEX: #7A7278 RGB: (122,114,120)

Color info

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

RGB color model

#7A7278 color RGB value is (122,114,120).

RGB: (122,114,120) (48%, 45%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 114 of 255 = 45%
B 120 of 255 = 47%

122
114
120

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

Portions of RGB colors in percentages

R + G + B = 122 + 114 + 120 = 356 (100%)
R 122 of 356 ~ 34.27%
G 114 of 356 ~ 32.02%
B 120 of 356 ~ 33.71'%

%34.27
%32.02
%33.71

CMYK color model

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

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

CMYK: (0,7,2,52)
C0M7Y2K52 (0%, 7%, 2%, 52%)
(0.00 / 0.07 / 0.02 / 0.52)

CMYK percentages

%0
%6.56
%1.64
%52.16

Codes

Color #7A7278 in popluar color models

7A 72 78
RGB 122 114 120
HSL 315° 3.39% 46.27%
HSB/HSV 315° 6.56% 47.84%
CMYK 0.00% 6.56% 1.64%
52.16%

Color #7A7278 in popluar number systems.

HEX 7A 72 78
Decimal 122 114 120
Binary 1111010 1110010 1111000
Octal 172 162 170

Shades and tints

Shades of #7A7278

#7A7278
(122,114,120)
#6F686E
(111,104,110)
#645E64
(100,94,100)
#59545A
(89,84,90)
#4E4A50
(78,74,80)
#434046
(67,64,70)
#38363C
(56,54,60)
#2D2C32
(45,44,50)
#222228
(34,34,40)
#17181E
(23,24,30)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #7A7278

#7A7278
(122,114,120)
#867E84
(134,126,132)
#928A90
(146,138,144)
#9E969C
(158,150,156)
#AAA2A8
(170,162,168)
#B6AEB4
(182,174,180)
#C2BAC0
(194,186,192)
#CEC6CC
(206,198,204)
#DAD2D8
(218,210,216)
#E6DEE4
(230,222,228)
#F2EAF0
(242,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7278; }

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

This text font color is #7A7278.

Background Color

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

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

This div background color is #7A7278.

Border color

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

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

This div border color is #7A7278.

Opacity

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

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

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

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

This text has shadow with #7A7278 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7278.

Preview

Color preview on black background

This text has color #7A7278 on black background.


Color preview on white background

This text has color #7A7278 on white background.


Black color preview on #7A7278 background

This text has black color on #7A7278 background.


White color preview on #7A7278 background

This text has white color on #7A7278 background.


Related colors

Complementary color

Complementary color for #hex is #858D87.


I love getcolorcode.com

Triadic colors

1 #787A72 and #72787A with #7A7278 are triadic colors.

2 #78727A and #727A78 with #7A7278 are triadic colors.