COLOR #7B8F86

HEX: #7B8F86
RGB: (123,143,134)

Color info

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

RGB color model

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

  • red value is 123;
  • green value is 143;
  • blue value is 134.
RGB:
(123,143,134)
(48%,56%,53%)

RGB channels and saturation

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

123
143
134

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

Portions of RGB colors in percentages

R + G + B =
123 + 143 + 134 = 400 (100%)
R 123 of 400 ~ 30.75%
G 143 of 400 ~ 35.75%
B 134 of 400 ~ 33.5%

%30.75
%35.75
%33.5

CMYK color model

#7B8F86 color CMYK value is (14,0,6,44).

  • cyan value is 13.99%
  • magenta value is 0.00%
  • yellow value is 6.29%
  • key color value is 43.92%
CMYK:
(14,0,6,44)
C14M0Y6K44 
(14%,0%,6%,44%)
(0.14/0.00/0.06/0.44)	

CMYK percentages

%13.99
%0
%6.29
%43.92

Codes

Color #7B8F86 in popluar color models

7B8F86
RGB123143134
HSL153°8.20%52.16%
HSB/HSV153°13.99%56.08%
CMYK13.99%0.00%6.29%
43.92%

Color #7B8F86 in popluar number systems.

HEX7B8F86
Decimal123143134
Binary11110111000111110000110
Octal173217206

Shades and tints

Shades of #7B8F86

#7B8F86
(123,143,134)
#70827A
(112,130,122)
#65756E
(101,117,110)
#5A6862
(90,104,98)
#4F5B56
(79,91,86)
#444E4A
(68,78,74)
#39413E
(57,65,62)
#2E3432
(46,52,50)
#232726
(35,39,38)
#181A1A
(24,26,26)
#0D0D0E
(13,13,14)
#000000
(0,0,0)

Tints of #7B8F86

#7B8F86
(123,143,134)
#879991
(135,153,145)
#93A39C
(147,163,156)
#9FADA7
(159,173,167)
#ABB7B2
(171,183,178)
#B7C1BD
(183,193,189)
#C3CBC8
(195,203,200)
#CFD5D3
(207,213,211)
#DBDFDE
(219,223,222)
#E7E9E9
(231,233,233)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8F86; }

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

This text font color is #7B8F86.


Background Color

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

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

This div background color is #7B8F86.


Border color

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

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

This div border color is #7B8F86.


Opacity

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

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

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

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

This text has shadow with #7B8F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8F86 on black background.


Color preview on white background

This text has color #7B8F86 on white background.



Black color preview on #7B8F86 background

This text has black color on #7B8F86 background.


White color preview on #7B8F86 background

This text has white color on #7B8F86 background.