COLOR #7A557E

HEX: #7A557E
RGB: (122,85,126)

Color info

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

RGB color model

#7A557E color RGB value is (122,85,126).

  • red value is 122;
  • green value is 85;
  • blue value is 126.
RGB:
(122,85,126)
(48%,33%,49%)

RGB channels and saturation

R 122 of 255 = 48%
G 85 of 255 = 33%
B 126 of 255 = 49%

122
85
126

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

Portions of RGB colors in percentages

R + G + B =
122 + 85 + 126 = 333 (100%)
R 122 of 333 ~ 36.64%
G 85 of 333 ~ 25.53%
B 126 of 333 ~ 37.84%

%36.64
%25.53
%37.84

CMYK color model

#7A557E color CMYK value is (3,33,0,51).

  • cyan value is 3.17%
  • magenta value is 32.54%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(3,33,0,51)
C3M33Y0K51 
(3%,33%,0%,51%)
(0.03/0.33/0.00/0.51)	

CMYK percentages

%3.17
%32.54
%0
%50.59

Codes

Color #7A557E in popluar color models

7A557E
RGB12285126
HSL294°19.43%41.37%
HSB/HSV294°32.54%49.41%
CMYK3.17%32.54%0.00%
50.59%

Color #7A557E in popluar number systems.

HEX7A557E
Decimal12285126
Binary111101010101011111110
Octal172125176

Shades and tints

Shades of #7A557E

#7A557E
(122,85,126)
#6F4E73
(111,78,115)
#644768
(100,71,104)
#59405D
(89,64,93)
#4E3952
(78,57,82)
#433247
(67,50,71)
#382B3C
(56,43,60)
#2D2431
(45,36,49)
#221D26
(34,29,38)
#17161B
(23,22,27)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #7A557E

#7A557E
(122,85,126)
#866489
(134,100,137)
#927394
(146,115,148)
#9E829F
(158,130,159)
#AA91AA
(170,145,170)
#B6A0B5
(182,160,181)
#C2AFC0
(194,175,192)
#CEBECB
(206,190,203)
#DACDD6
(218,205,214)
#E6DCE1
(230,220,225)
#F2EBEC
(242,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A557E color. Also use rgb(122,85,126) instead hex code.

Text Font Color

.myTextColor { color: #7A557E; }

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

This text font color is #7A557E.


Background Color

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

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

This div background color is #7A557E.


Border color

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

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

This div border color is #7A557E.


Opacity

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

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

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

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

This text has shadow with #7A557E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A557E on black background.


Color preview on white background

This text has color #7A557E on white background.



Black color preview on #7A557E background

This text has black color on #7A557E background.


White color preview on #7A557E background

This text has white color on #7A557E background.