COLOR #7A6078

HEX: #7A6078
RGB: (122,96,120)

Color info

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

RGB color model

#7A6078 color RGB value is (122,96,120).

  • red value is 122;
  • green value is 96;
  • blue value is 120.
RGB:
(122,96,120)
(48%,38%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 96 of 255 = 38%
B 120 of 255 = 47%

122
96
120

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

Portions of RGB colors in percentages

R + G + B =
122 + 96 + 120 = 338 (100%)
R 122 of 338 ~ 36.09%
G 96 of 338 ~ 28.4%
B 120 of 338 ~ 35.5%

%36.09
%28.4
%35.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.31%
  • yellow value is 1.64%
  • key color value is 52.16%
CMYK:
(0,21,2,52)
C0M21Y2K52 
(0%,21%,2%,52%)
(0.00/0.21/0.02/0.52)	

CMYK percentages

%0
%21.31
%1.64
%52.16

Codes

Color #7A6078 in popluar color models

7A6078
RGB12296120
HSL305°11.93%42.75%
HSB/HSV305°21.31%47.84%
CMYK0.00%21.31%1.64%
52.16%

Color #7A6078 in popluar number systems.

HEX7A6078
Decimal12296120
Binary111101011000001111000
Octal172140170

Shades and tints

Shades of #7A6078

#7A6078
(122,96,120)
#6F586E
(111,88,110)
#645064
(100,80,100)
#59485A
(89,72,90)
#4E4050
(78,64,80)
#433846
(67,56,70)
#38303C
(56,48,60)
#2D2832
(45,40,50)
#222028
(34,32,40)
#17181E
(23,24,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #7A6078

#7A6078
(122,96,120)
#866E84
(134,110,132)
#927C90
(146,124,144)
#9E8A9C
(158,138,156)
#AA98A8
(170,152,168)
#B6A6B4
(182,166,180)
#C2B4C0
(194,180,192)
#CEC2CC
(206,194,204)
#DAD0D8
(218,208,216)
#E6DEE4
(230,222,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6078; }

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

This text font color is #7A6078.


Background Color

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

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

This div background color is #7A6078.


Border color

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

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

This div border color is #7A6078.


Opacity

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

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

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

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

This text has shadow with #7A6078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6078 on black background.


Color preview on white background

This text has color #7A6078 on white background.



Black color preview on #7A6078 background

This text has black color on #7A6078 background.


White color preview on #7A6078 background

This text has white color on #7A6078 background.