COLOR #7A7078

HEX: #7A7078 RGB: (122,112,120)

Color info

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

RGB color model

#7A7078 color RGB value is (122,112,120).

RGB: (122,112,120) (48%, 44%, 47%)

RGB channels and saturation

R 122 of 255 = 48%
G 112 of 255 = 44%
B 120 of 255 = 47%

122
112
120

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

Portions of RGB colors in percentages

R + G + B = 122 + 112 + 120 = 354 (100%)
R 122 of 354 ~ 34.46%
G 112 of 354 ~ 31.64%
B 120 of 354 ~ 33.9'%

%34.46
%31.64
%33.9

CMYK color model

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

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

CMYK: (0,8,2,52)
C0M8Y2K52 (0%, 8%, 2%, 52%)
(0.00 / 0.08 / 0.02 / 0.52)

CMYK percentages

%0
%8.2
%1.64
%52.16

Codes

Color #7A7078 in popluar color models

7A 70 78
RGB 122 112 120
HSL 312° 4.27% 45.88%
HSB/HSV 312° 8.20% 47.84%
CMYK 0.00% 8.20% 1.64%
52.16%

Color #7A7078 in popluar number systems.

HEX 7A 70 78
Decimal 122 112 120
Binary 1111010 1110000 1111000
Octal 172 160 170

Shades and tints

Shades of #7A7078

#7A7078
(122,112,120)
#6F666E
(111,102,110)
#645C64
(100,92,100)
#59525A
(89,82,90)
#4E4850
(78,72,80)
#433E46
(67,62,70)
#38343C
(56,52,60)
#2D2A32
(45,42,50)
#222028
(34,32,40)
#17161E
(23,22,30)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #7A7078

#7A7078
(122,112,120)
#867D84
(134,125,132)
#928A90
(146,138,144)
#9E979C
(158,151,156)
#AAA4A8
(170,164,168)
#B6B1B4
(182,177,180)
#C2BEC0
(194,190,192)
#CECBCC
(206,203,204)
#DAD8D8
(218,216,216)
#E6E5E4
(230,229,228)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7078; }

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

This text font color is #7A7078.

Background Color

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

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

This div background color is #7A7078.

Border color

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

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

This div border color is #7A7078.

Opacity

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

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

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

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

This text has shadow with #7A7078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7078.

Preview

Color preview on black background

This text has color #7A7078 on black background.


Color preview on white background

This text has color #7A7078 on white background.


Black color preview on #7A7078 background

This text has black color on #7A7078 background.


White color preview on #7A7078 background

This text has white color on #7A7078 background.


Related colors

Complementary color

Complementary color for #hex is #858F87.


I love getcolorcode.com

Triadic colors

1 #787A70 and #70787A with #7A7078 are triadic colors.

2 #78707A and #707A78 with #7A7078 are triadic colors.