COLOR #7A6081

HEX: #7A6081
RGB: (122,96,129)

Color info

#7A6081 contains red, green and blue colors in about the same proportion. Web safe color of #7A6081 is #666699 (or #669).

RGB color model

#7A6081 color RGB value is (122,96,129).

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

RGB channels and saturation

R 122 of 255 = 48%
G 96 of 255 = 38%
B 129 of 255 = 51%

122
96
129

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

Portions of RGB colors in percentages

R + G + B =
122 + 96 + 129 = 347 (100%)
R 122 of 347 ~ 35.16%
G 96 of 347 ~ 27.67%
B 129 of 347 ~ 37.18%

%35.16
%27.67
%37.18

CMYK color model

#7A6081 color CMYK value is (5,26,0,49).

  • cyan value is 5.43%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(5,26,0,49)
C5M26Y0K49 
(5%,26%,0%,49%)
(0.05/0.26/0.00/0.49)	

CMYK percentages

%5.43
%25.58
%0
%49.41

Codes

Color #7A6081 in popluar color models

7A6081
RGB12296129
HSL287°14.67%44.12%
HSB/HSV287°25.58%50.59%
CMYK5.43%25.58%0.00%
49.41%

Color #7A6081 in popluar number systems.

HEX7A6081
Decimal12296129
Binary1111010110000010000001
Octal172140201

Shades and tints

Shades of #7A6081

#7A6081
(122,96,129)
#6F5876
(111,88,118)
#64506B
(100,80,107)
#594860
(89,72,96)
#4E4055
(78,64,85)
#43384A
(67,56,74)
#38303F
(56,48,63)
#2D2834
(45,40,52)
#222029
(34,32,41)
#17181E
(23,24,30)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #7A6081

#7A6081
(122,96,129)
#866E8C
(134,110,140)
#927C97
(146,124,151)
#9E8AA2
(158,138,162)
#AA98AD
(170,152,173)
#B6A6B8
(182,166,184)
#C2B4C3
(194,180,195)
#CEC2CE
(206,194,206)
#DAD0D9
(218,208,217)
#E6DEE4
(230,222,228)
#F2ECEF
(242,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A6081; }

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

This text font color is #7A6081.


Background Color

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

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

This div background color is #7A6081.


Border color

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

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

This div border color is #7A6081.


Opacity

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

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

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

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

This text has shadow with #7A6081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A6081 on black background.


Color preview on white background

This text has color #7A6081 on white background.



Black color preview on #7A6081 background

This text has black color on #7A6081 background.


White color preview on #7A6081 background

This text has white color on #7A6081 background.