COLOR #7B617A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
97
122

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

Portions of RGB colors in percentages

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

%35.96
%28.36
%35.67

CMYK color model

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

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

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

CMYK percentages

%0
%21.14
%0.81
%51.76

Codes

Color #7B617A in popluar color models

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

Color #7B617A in popluar number systems.

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

Shades and tints

Shades of #7B617A

#7B617A
(123,97,122)
#70596F
(112,89,111)
#655164
(101,81,100)
#5A4959
(90,73,89)
#4F414E
(79,65,78)
#443943
(68,57,67)
#393138
(57,49,56)
#2E292D
(46,41,45)
#232122
(35,33,34)
#181917
(24,25,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #7B617A

#7B617A
(123,97,122)
#876F86
(135,111,134)
#937D92
(147,125,146)
#9F8B9E
(159,139,158)
#AB99AA
(171,153,170)
#B7A7B6
(183,167,182)
#C3B5C2
(195,181,194)
#CFC3CE
(207,195,206)
#DBD1DA
(219,209,218)
#E7DFE6
(231,223,230)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B617A; }

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

This text font color is #7B617A.

Background Color

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

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

This div background color is #7B617A.

Border color

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

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

This div border color is #7B617A.

Opacity

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

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

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

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

This text has shadow with #7B617A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B617A.

Preview

Color preview on black background

This text has color #7B617A on black background.


Color preview on white background

This text has color #7B617A on white background.


Black color preview on #7B617A background

This text has black color on #7B617A background.


White color preview on #7B617A background

This text has white color on #7B617A background.


Related colors

Complementary color

Complementary color for #hex is #849E85.


I love getcolorcode.com

Triadic colors

1 #7A7B61 and #617A7B with #7B617A are triadic colors.

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