COLOR #7A5E86

HEX: #7A5E86
RGB: (122,94,134)

Color info

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

RGB color model

#7A5E86 color RGB value is (122,94,134).

  • red value is 122;
  • green value is 94;
  • blue value is 134.
RGB:
(122,94,134)
(48%,37%,53%)

RGB channels and saturation

R 122 of 255 = 48%
G 94 of 255 = 37%
B 134 of 255 = 53%

122
94
134

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

Portions of RGB colors in percentages

R + G + B =
122 + 94 + 134 = 350 (100%)
R 122 of 350 ~ 34.86%
G 94 of 350 ~ 26.86%
B 134 of 350 ~ 38.29%

%34.86
%26.86
%38.29

CMYK color model

#7A5E86 color CMYK value is (9,30,0,47).

  • cyan value is 8.96%
  • magenta value is 29.85%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(9,30,0,47)
C9M30Y0K47 
(9%,30%,0%,47%)
(0.09/0.30/0.00/0.47)	

CMYK percentages

%8.96
%29.85
%0
%47.45

Codes

Color #7A5E86 in popluar color models

7A5E86
RGB12294134
HSL282°17.54%44.71%
HSB/HSV282°29.85%52.55%
CMYK8.96%29.85%0.00%
47.45%

Color #7A5E86 in popluar number systems.

HEX7A5E86
Decimal12294134
Binary1111010101111010000110
Octal172136206

Shades and tints

Shades of #7A5E86

#7A5E86
(122,94,134)
#6F567A
(111,86,122)
#644E6E
(100,78,110)
#594662
(89,70,98)
#4E3E56
(78,62,86)
#43364A
(67,54,74)
#382E3E
(56,46,62)
#2D2632
(45,38,50)
#221E26
(34,30,38)
#17161A
(23,22,26)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #7A5E86

#7A5E86
(122,94,134)
#866C91
(134,108,145)
#927A9C
(146,122,156)
#9E88A7
(158,136,167)
#AA96B2
(170,150,178)
#B6A4BD
(182,164,189)
#C2B2C8
(194,178,200)
#CEC0D3
(206,192,211)
#DACEDE
(218,206,222)
#E6DCE9
(230,220,233)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5E86 color. Also use rgb(122,94,134) instead hex code.

Text Font Color

.myTextColor { color: #7A5E86; }

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

This text font color is #7A5E86.


Background Color

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

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

This div background color is #7A5E86.


Border color

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

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

This div border color is #7A5E86.


Opacity

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

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

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

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

This text has shadow with #7A5E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5E86 on black background.


Color preview on white background

This text has color #7A5E86 on white background.



Black color preview on #7A5E86 background

This text has black color on #7A5E86 background.


White color preview on #7A5E86 background

This text has white color on #7A5E86 background.