COLOR #7A617B

HEX: #7A617B RGB: (122,97,123)

Color info

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

RGB color model

#7A617B color RGB value is (122,97,123).

RGB: (122,97,123) (48%, 38%, 48%)

RGB channels and saturation

R 122 of 255 = 48%
G 97 of 255 = 38%
B 123 of 255 = 48%

122
97
123

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

Portions of RGB colors in percentages

R + G + B = 122 + 97 + 123 = 342 (100%)
R 122 of 342 ~ 35.67%
G 97 of 342 ~ 28.36%
B 123 of 342 ~ 35.96'%

%35.67
%28.36
%35.96

CMYK color model

#7A617B color CMYK value is (1,21,0,52).

  • cyan value is 0.81%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (1,21,0,52)
C1M21Y0K52 (1%, 21%, 0%, 52%)
(0.01 / 0.21 / 0.00 / 0.52)

CMYK percentages

%0.81
%21.14
%0
%51.76

Codes

Color #7A617B in popluar color models

7A 61 7B
RGB 122 97 123
HSL 298° 11.82% 43.14%
HSB/HSV 298° 21.14% 48.24%
CMYK 0.81% 21.14% 0.00%
51.76%

Color #7A617B in popluar number systems.

HEX 7A 61 7B
Decimal 122 97 123
Binary 1111010 1100001 1111011
Octal 172 141 173

Shades and tints

Shades of #7A617B

#7A617B
(122,97,123)
#6F5970
(111,89,112)
#645165
(100,81,101)
#59495A
(89,73,90)
#4E414F
(78,65,79)
#433944
(67,57,68)
#383139
(56,49,57)
#2D292E
(45,41,46)
#222123
(34,33,35)
#171918
(23,25,24)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #7A617B

#7A617B
(122,97,123)
#866F87
(134,111,135)
#927D93
(146,125,147)
#9E8B9F
(158,139,159)
#AA99AB
(170,153,171)
#B6A7B7
(182,167,183)
#C2B5C3
(194,181,195)
#CEC3CF
(206,195,207)
#DAD1DB
(218,209,219)
#E6DFE7
(230,223,231)
#F2EDF3
(242,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A617B; }

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

This text font color is #7A617B.

Background Color

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

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

This div background color is #7A617B.

Border color

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

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

This div border color is #7A617B.

Opacity

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

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

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

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

This text has shadow with #7A617B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A617B.

Preview

Color preview on black background

This text has color #7A617B on black background.


Color preview on white background

This text has color #7A617B on white background.


Black color preview on #7A617B background

This text has black color on #7A617B background.


White color preview on #7A617B background

This text has white color on #7A617B background.


Related colors

Complementary color

Complementary color for #hex is #859E84.


I love getcolorcode.com

Triadic colors

1 #7B7A61 and #617B7A with #7A617B are triadic colors.

2 #7B617A and #617A7B with #7A617B are triadic colors.