COLOR #7A556D

HEX: #7A556D RGB: (122,85,109)

Color info

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

RGB color model

#7A556D color RGB value is (122,85,109).

RGB: (122,85,109) (48%, 33%, 43%)

RGB channels and saturation

R 122 of 255 = 48%
G 85 of 255 = 33%
B 109 of 255 = 43%

122
85
109

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

Portions of RGB colors in percentages

R + G + B = 122 + 85 + 109 = 316 (100%)
R 122 of 316 ~ 38.61%
G 85 of 316 ~ 26.9%
B 109 of 316 ~ 34.49'%

%38.61
%26.9
%34.49

CMYK color model

#7A556D color CMYK value is (0,30,11,52).

  • cyan value is 0.00%
  • magenta value is 30.33%
  • yellow value is 10.66%
  • key color value is 52.16%

CMYK: (0,30,11,52)
C0M30Y11K52 (0%, 30%, 11%, 52%)
(0.00 / 0.30 / 0.11 / 0.52)

CMYK percentages

%0
%30.33
%10.66
%52.16

Codes

Color #7A556D in popluar color models

7A 55 6D
RGB 122 85 109
HSL 321° 17.87% 40.59%
HSB/HSV 321° 30.33% 47.84%
CMYK 0.00% 30.33% 10.66%
52.16%

Color #7A556D in popluar number systems.

HEX 7A 55 6D
Decimal 122 85 109
Binary 1111010 1010101 1101101
Octal 172 125 155

Shades and tints

Shades of #7A556D

#7A556D
(122,85,109)
#6F4E64
(111,78,100)
#64475B
(100,71,91)
#594052
(89,64,82)
#4E3949
(78,57,73)
#433240
(67,50,64)
#382B37
(56,43,55)
#2D242E
(45,36,46)
#221D25
(34,29,37)
#17161C
(23,22,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #7A556D

#7A556D
(122,85,109)
#86647A
(134,100,122)
#927387
(146,115,135)
#9E8294
(158,130,148)
#AA91A1
(170,145,161)
#B6A0AE
(182,160,174)
#C2AFBB
(194,175,187)
#CEBEC8
(206,190,200)
#DACDD5
(218,205,213)
#E6DCE2
(230,220,226)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A556D; }

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

This text font color is #7A556D.

Background Color

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

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

This div background color is #7A556D.

Border color

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

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

This div border color is #7A556D.

Opacity

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

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

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

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

This text has shadow with #7A556D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A556D.

Preview

Color preview on black background

This text has color #7A556D on black background.


Color preview on white background

This text has color #7A556D on white background.


Black color preview on #7A556D background

This text has black color on #7A556D background.


White color preview on #7A556D background

This text has white color on #7A556D background.


Related colors

Complementary color

Complementary color for #hex is #85AA92.


I love getcolorcode.com

Triadic colors

1 #6D7A55 and #556D7A with #7A556D are triadic colors.

2 #6D557A and #557A6D with #7A556D are triadic colors.