COLOR #7B8686

HEX: #7B8686 RGB: (123,134,134)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
134
134

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

Portions of RGB colors in percentages

R + G + B = 123 + 134 + 134 = 391 (100%)
R 123 of 391 ~ 31.46%
G 134 of 391 ~ 34.27%
B 134 of 391 ~ 34.27'%

%31.46
%34.27
%34.27

CMYK color model

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

  • cyan value is 8.21%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (8,0,0,47)
C8M0Y0K47 (8%, 0%, 0%, 47%)
(0.08 / 0.00 / 0.00 / 0.47)

CMYK percentages

%8.21
%0
%0
%47.45

Codes

Color #7B8686 in popluar color models

7B 86 86
RGB 123 134 134
HSL 180° 4.35% 50.39%
HSB/HSV 180° 8.21% 52.55%
CMYK 8.21% 0.00% 0.00%
47.45%

Color #7B8686 in popluar number systems.

HEX 7B 86 86
Decimal 123 134 134
Binary 1111011 10000110 10000110
Octal 173 206 206

Shades and tints

Shades of #7B8686

#7B8686
(123,134,134)
#707A7A
(112,122,122)
#656E6E
(101,110,110)
#5A6262
(90,98,98)
#4F5656
(79,86,86)
#444A4A
(68,74,74)
#393E3E
(57,62,62)
#2E3232
(46,50,50)
#232626
(35,38,38)
#181A1A
(24,26,26)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B8686

#7B8686
(123,134,134)
#879191
(135,145,145)
#939C9C
(147,156,156)
#9FA7A7
(159,167,167)
#ABB2B2
(171,178,178)
#B7BDBD
(183,189,189)
#C3C8C8
(195,200,200)
#CFD3D3
(207,211,211)
#DBDEDE
(219,222,222)
#E7E9E9
(231,233,233)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8686; }

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

This text font color is #7B8686.

Background Color

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

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

This div background color is #7B8686.

Border color

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

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

This div border color is #7B8686.

Opacity

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

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

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

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

This text has shadow with #7B8686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8686.

Preview

Color preview on black background

This text has color #7B8686 on black background.


Color preview on white background

This text has color #7B8686 on white background.


Black color preview on #7B8686 background

This text has black color on #7B8686 background.


White color preview on #7B8686 background

This text has white color on #7B8686 background.


Related colors

Complementary color

Complementary color for #hex is #847979.


I love getcolorcode.com