COLOR #7B8682

HEX: #7B8682 RGB: (123,134,130)

Color info

#7B8682 contains red, green and blue colors in about the same proportion. Web safe color of #7B8682 is #669999 (or #699).

RGB color model

#7B8682 color RGB value is (123,134,130).

RGB: (123,134,130) (48%, 53%, 51%)

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 130 of 255 = 51%

123
134
130

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

Portions of RGB colors in percentages

R + G + B = 123 + 134 + 130 = 387 (100%)
R 123 of 387 ~ 31.78%
G 134 of 387 ~ 34.63%
B 130 of 387 ~ 33.59'%

%31.78
%34.63
%33.59

CMYK color model

#7B8682 color CMYK value is (8,0,3,47).

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 2.99%
  • key color value is 47.45%
CMYK: (8,0,3,47) C8M0Y3K47 (8%,0%,3%,47%) (0.08/0.00/0.03/0.47) 

CMYK percentages

%8.21
%0
%2.99
%47.45

Codes

Color #7B8682 in popluar color models

7B 86 82
RGB 123 134 130
HSL 158° 4.35% 50.39%
HSB/HSV 158° 8.21% 52.55%
CMYK 8.21% 0.00% 2.99%
47.45%

Color #7B8682 in popluar number systems.

HEX 7B 86 82
Decimal 123 134 130
Binary 1111011 10000110 10000010
Octal 173 206 202

Shades and tints

Shades of #7B8682

#7B8682
(123,134,130)
#707A77
(112,122,119)
#656E6C
(101,110,108)
#5A6261
(90,98,97)
#4F5656
(79,86,86)
#444A4B
(68,74,75)
#393E40
(57,62,64)
#2E3235
(46,50,53)
#23262A
(35,38,42)
#181A1F
(24,26,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B8682

#7B8682
(123,134,130)
#87918D
(135,145,141)
#939C98
(147,156,152)
#9FA7A3
(159,167,163)
#ABB2AE
(171,178,174)
#B7BDB9
(183,189,185)
#C3C8C4
(195,200,196)
#CFD3CF
(207,211,207)
#DBDEDA
(219,222,218)
#E7E9E5
(231,233,229)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8682; }

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

This text font color is #7B8682.

Background Color

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

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

This div background color is #7B8682.

Border color

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

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

This div border color is #7B8682.

Opacity

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

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

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

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

This text has shadow with #7B8682 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8682.

Preview

Color preview on black background

This text has color #7B8682 on black background.


Color preview on white background

This text has color #7B8682 on white background.


Black color preview on #7B8682 background

This text has black color on #7B8682 background.


White color preview on #7B8682 background

This text has white color on #7B8682 background.


Related colors

Complementary color

Complementary color for #hex is #84797D.


I love getcolorcode.com

Triadic colors

1 #827B86 and #86827B with #7B8682 are triadic colors.

2 #82867B and #867B82 with #7B8682 are triadic colors.