COLOR #7A6188

HEX: #7A6188 RGB: (122,97,136)

Color info

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

RGB color model

#7A6188 color RGB value is (122,97,136).

RGB: (122,97,136) (48%, 38%, 53%)

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 136 of 255 = 53%

122
97
136

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

Portions of RGB colors in percentages

R + G + B = 122 + 97 + 136 = 355 (100%)
R 122 of 355 ~ 34.37%
G 97 of 355 ~ 27.32%
B 136 of 355 ~ 38.31'%

%34.37
%27.32
%38.31

CMYK color model

#7A6188 color CMYK value is (10,29,0,47).

  • cyan value is 10.29%
  • magenta value is 28.68%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (10,29,0,47)
C10M29Y0K47 (10%, 29%, 0%, 47%)
(0.10 / 0.29 / 0.00 / 0.47)

CMYK percentages

%10.29
%28.68
%0
%46.67

Codes

Color #7A6188 in popluar color models

7A 61 88
RGB 122 97 136
HSL 278° 16.74% 45.69%
HSB/HSV 278° 28.68% 53.33%
CMYK 10.29% 28.68% 0.00%
46.67%

Color #7A6188 in popluar number systems.

HEX 7A 61 88
Decimal 122 97 136
Binary 1111010 1100001 10001000
Octal 172 141 210

Shades and tints

Shades of #7A6188

#7A6188
(122,97,136)
#6F597C
(111,89,124)
#645170
(100,81,112)
#594964
(89,73,100)
#4E4158
(78,65,88)
#43394C
(67,57,76)
#383140
(56,49,64)
#2D2934
(45,41,52)
#222128
(34,33,40)
#17191C
(23,25,28)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #7A6188

#7A6188
(122,97,136)
#866F92
(134,111,146)
#927D9C
(146,125,156)
#9E8BA6
(158,139,166)
#AA99B0
(170,153,176)
#B6A7BA
(182,167,186)
#C2B5C4
(194,181,196)
#CEC3CE
(206,195,206)
#DAD1D8
(218,209,216)
#E6DFE2
(230,223,226)
#F2EDEC
(242,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A6188 color. Also use rgb(122,97,136) instead hex code.

Text Font Color

.myTextColor { color: #7A6188; }

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

This text font color is #7A6188.

Background Color

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

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

This div background color is #7A6188.

Border color

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

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

This div border color is #7A6188.

Opacity

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

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

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

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

This text has shadow with #7A6188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A6188.

Preview

Color preview on black background

This text has color #7A6188 on black background.


Color preview on white background

This text has color #7A6188 on white background.


Black color preview on #7A6188 background

This text has black color on #7A6188 background.


White color preview on #7A6188 background

This text has white color on #7A6188 background.


Related colors

Complementary color

Complementary color for #hex is #859E77.


I love getcolorcode.com

Triadic colors

1 #887A61 and #61887A with #7A6188 are triadic colors.

2 #88617A and #617A88 with #7A6188 are triadic colors.