COLOR #7B8084

HEX: #7B8084 RGB: (123,128,132)

Color info

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

RGB color model

#7B8084 color RGB value is (123,128,132).

RGB: (123,128,132) (48%, 50%, 52%)

RGB channels and saturation

R 123 of 255 = 48%
G 128 of 255 = 50%
B 132 of 255 = 52%

123
128
132

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

Portions of RGB colors in percentages

R + G + B = 123 + 128 + 132 = 383 (100%)
R 123 of 383 ~ 32.11%
G 128 of 383 ~ 33.42%
B 132 of 383 ~ 34.46'%

%32.11
%33.42
%34.46

CMYK color model

#7B8084 color CMYK value is (7,3,0,48).

  • cyan value is 6.82%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (7,3,0,48)
C7M3Y0K48 (7%, 3%, 0%, 48%)
(0.07 / 0.03 / 0.00 / 0.48)

CMYK percentages

%6.82
%3.03
%0
%48.24

Codes

Color #7B8084 in popluar color models

7B 80 84
RGB 123 128 132
HSL 207° 3.53% 50.00%
HSB/HSV 207° 6.82% 51.76%
CMYK 6.82% 3.03% 0.00%
48.24%

Color #7B8084 in popluar number systems.

HEX 7B 80 84
Decimal 123 128 132
Binary 1111011 10000000 10000100
Octal 173 200 204

Shades and tints

Shades of #7B8084

#7B8084
(123,128,132)
#707578
(112,117,120)
#656A6C
(101,106,108)
#5A5F60
(90,95,96)
#4F5454
(79,84,84)
#444948
(68,73,72)
#393E3C
(57,62,60)
#2E3330
(46,51,48)
#232824
(35,40,36)
#181D18
(24,29,24)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #7B8084

#7B8084
(123,128,132)
#878B8F
(135,139,143)
#93969A
(147,150,154)
#9FA1A5
(159,161,165)
#ABACB0
(171,172,176)
#B7B7BB
(183,183,187)
#C3C2C6
(195,194,198)
#CFCDD1
(207,205,209)
#DBD8DC
(219,216,220)
#E7E3E7
(231,227,231)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8084; }

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

This text font color is #7B8084.

Background Color

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

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

This div background color is #7B8084.

Border color

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

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

This div border color is #7B8084.

Opacity

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

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

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

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

This text has shadow with #7B8084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8084.

Preview

Color preview on black background

This text has color #7B8084 on black background.


Color preview on white background

This text has color #7B8084 on white background.


Black color preview on #7B8084 background

This text has black color on #7B8084 background.


White color preview on #7B8084 background

This text has white color on #7B8084 background.


Related colors

Complementary color

Complementary color for #hex is #847F7B.


I love getcolorcode.com

Triadic colors

1 #847B80 and #80847B with #7B8084 are triadic colors.

2 #84807B and #807B84 with #7B8084 are triadic colors.