COLOR #7B7080

HEX: #7B7080 RGB: (123,112,128)

Color info

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

RGB color model

#7B7080 color RGB value is (123,112,128).

RGB: (123,112,128) (48%, 44%, 50%)

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 128 of 255 = 50%

123
112
128

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

Portions of RGB colors in percentages

R + G + B = 123 + 112 + 128 = 363 (100%)
R 123 of 363 ~ 33.88%
G 112 of 363 ~ 30.85%
B 128 of 363 ~ 35.26'%

%33.88
%30.85
%35.26

CMYK color model

#7B7080 color CMYK value is (4,13,0,50).

  • cyan value is 3.91%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK: (4,13,0,50) C4M13Y0K50 (4%,13%,0%,50%) (0.04/0.13/0.00/0.50) 

CMYK percentages

%3.91
%12.5
%0
%49.8

Codes

Color #7B7080 in popluar color models

7B 70 80
RGB 123 112 128
HSL 281° 6.67% 47.06%
HSB/HSV 281° 12.50% 50.20%
CMYK 3.91% 12.50% 0.00%
49.80%

Color #7B7080 in popluar number systems.

HEX 7B 70 80
Decimal 123 112 128
Binary 1111011 1110000 10000000
Octal 173 160 200

Shades and tints

Shades of #7B7080

#7B7080
(123,112,128)
#706675
(112,102,117)
#655C6A
(101,92,106)
#5A525F
(90,82,95)
#4F4854
(79,72,84)
#443E49
(68,62,73)
#39343E
(57,52,62)
#2E2A33
(46,42,51)
#232028
(35,32,40)
#18161D
(24,22,29)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #7B7080

#7B7080
(123,112,128)
#877D8B
(135,125,139)
#938A96
(147,138,150)
#9F97A1
(159,151,161)
#ABA4AC
(171,164,172)
#B7B1B7
(183,177,183)
#C3BEC2
(195,190,194)
#CFCBCD
(207,203,205)
#DBD8D8
(219,216,216)
#E7E5E3
(231,229,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7080 color. Also use rgb(123,112,128) instead hex code.

Text Font Color

.myTextColor { color: #7B7080; }

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

This text font color is #7B7080.

Background Color

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

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

This div background color is #7B7080.

Border color

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

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

This div border color is #7B7080.

Opacity

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

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

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

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

This text has shadow with #7B7080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7080.

Preview

Color preview on black background

This text has color #7B7080 on black background.


Color preview on white background

This text has color #7B7080 on white background.


Black color preview on #7B7080 background

This text has black color on #7B7080 background.


White color preview on #7B7080 background

This text has white color on #7B7080 background.


Related colors

Complementary color

Complementary color for #hex is #848F7F.


I love getcolorcode.com

Triadic colors

1 #807B70 and #70807B with #7B7080 are triadic colors.

2 #80707B and #707B80 with #7B7080 are triadic colors.