COLOR #7B7182

HEX: #7B7182 RGB: (123,113,130)

Color info

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

RGB color model

#7B7182 color RGB value is (123,113,130).

RGB: (123,113,130) (48%, 44%, 51%)

RGB channels and saturation

R 123 of 255 = 48%
G 113 of 255 = 44%
B 130 of 255 = 51%

123
113
130

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

Portions of RGB colors in percentages

R + G + B = 123 + 113 + 130 = 366 (100%)
R 123 of 366 ~ 33.61%
G 113 of 366 ~ 30.87%
B 130 of 366 ~ 35.52'%

%33.61
%30.87
%35.52

CMYK color model

#7B7182 color CMYK value is (5,13,0,49).

  • cyan value is 5.38%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (5,13,0,49)
C5M13Y0K49 (5%, 13%, 0%, 49%)
(0.05 / 0.13 / 0.00 / 0.49)

CMYK percentages

%5.38
%13.08
%0
%49.02

Codes

Color #7B7182 in popluar color models

7B 71 82
RGB 123 113 130
HSL 275° 7.00% 47.65%
HSB/HSV 275° 13.08% 50.98%
CMYK 5.38% 13.08% 0.00%
49.02%

Color #7B7182 in popluar number systems.

HEX 7B 71 82
Decimal 123 113 130
Binary 1111011 1110001 10000010
Octal 173 161 202

Shades and tints

Shades of #7B7182

#7B7182
(123,113,130)
#706777
(112,103,119)
#655D6C
(101,93,108)
#5A5361
(90,83,97)
#4F4956
(79,73,86)
#443F4B
(68,63,75)
#393540
(57,53,64)
#2E2B35
(46,43,53)
#23212A
(35,33,42)
#18171F
(24,23,31)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #7B7182

#7B7182
(123,113,130)
#877D8D
(135,125,141)
#938998
(147,137,152)
#9F95A3
(159,149,163)
#ABA1AE
(171,161,174)
#B7ADB9
(183,173,185)
#C3B9C4
(195,185,196)
#CFC5CF
(207,197,207)
#DBD1DA
(219,209,218)
#E7DDE5
(231,221,229)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7182 color. Also use rgb(123,113,130) instead hex code.

Text Font Color

.myTextColor { color: #7B7182; }

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

This text font color is #7B7182.

Background Color

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

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

This div background color is #7B7182.

Border color

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

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

This div border color is #7B7182.

Opacity

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

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

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

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

This text has shadow with #7B7182 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7182.

Preview

Color preview on black background

This text has color #7B7182 on black background.


Color preview on white background

This text has color #7B7182 on white background.


Black color preview on #7B7182 background

This text has black color on #7B7182 background.


White color preview on #7B7182 background

This text has white color on #7B7182 background.


Related colors

Complementary color

Complementary color for #hex is #848E7D.


I love getcolorcode.com

Triadic colors

1 #827B71 and #71827B with #7B7182 are triadic colors.

2 #82717B and #717B82 with #7B7182 are triadic colors.