COLOR #7A587E

HEX: #7A587E RGB: (122,88,126)

Color info

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

RGB color model

#7A587E color RGB value is (122,88,126).

RGB: (122,88,126) (48%, 35%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 88 of 255 = 35%
B 126 of 255 = 49%

122
88
126

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

Portions of RGB colors in percentages

R + G + B = 122 + 88 + 126 = 336 (100%)
R 122 of 336 ~ 36.31%
G 88 of 336 ~ 26.19%
B 126 of 336 ~ 37.5'%

%36.31
%26.19
%37.5

CMYK color model

#7A587E color CMYK value is (3,30,0,51).

  • cyan value is 3.17%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (3,30,0,51)
C3M30Y0K51 (3%, 30%, 0%, 51%)
(0.03 / 0.30 / 0.00 / 0.51)

CMYK percentages

%3.17
%30.16
%0
%50.59

Codes

Color #7A587E in popluar color models

7A 58 7E
RGB 122 88 126
HSL 294° 17.76% 41.96%
HSB/HSV 294° 30.16% 49.41%
CMYK 3.17% 30.16% 0.00%
50.59%

Color #7A587E in popluar number systems.

HEX 7A 58 7E
Decimal 122 88 126
Binary 1111010 1011000 1111110
Octal 172 130 176

Shades and tints

Shades of #7A587E

#7A587E
(122,88,126)
#6F5073
(111,80,115)
#644868
(100,72,104)
#59405D
(89,64,93)
#4E3852
(78,56,82)
#433047
(67,48,71)
#38283C
(56,40,60)
#2D2031
(45,32,49)
#221826
(34,24,38)
#17101B
(23,16,27)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #7A587E

#7A587E
(122,88,126)
#866789
(134,103,137)
#927694
(146,118,148)
#9E859F
(158,133,159)
#AA94AA
(170,148,170)
#B6A3B5
(182,163,181)
#C2B2C0
(194,178,192)
#CEC1CB
(206,193,203)
#DAD0D6
(218,208,214)
#E6DFE1
(230,223,225)
#F2EEEC
(242,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A587E; }

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

This text font color is #7A587E.

Background Color

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

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

This div background color is #7A587E.

Border color

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

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

This div border color is #7A587E.

Opacity

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

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

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

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

This text has shadow with #7A587E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A587E.

Preview

Color preview on black background

This text has color #7A587E on black background.


Color preview on white background

This text has color #7A587E on white background.


Black color preview on #7A587E background

This text has black color on #7A587E background.


White color preview on #7A587E background

This text has white color on #7A587E background.


Related colors

Complementary color

Complementary color for #hex is #85A781.


I love getcolorcode.com

Triadic colors

1 #7E7A58 and #587E7A with #7A587E are triadic colors.

2 #7E587A and #587A7E with #7A587E are triadic colors.