COLOR #7B9086

HEX: #7B9086
RGB: (123,144,134)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

123
144
134

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

Portions of RGB colors in percentages

R + G + B =
123 + 144 + 134 = 401 (100%)
R 123 of 401 ~ 30.67%
G 144 of 401 ~ 35.91%
B 134 of 401 ~ 33.42%

%30.67
%35.91
%33.42

CMYK color model

#7B9086 color CMYK value is (15,0,7,44).

  • cyan value is 14.58%
  • magenta value is 0.00%
  • yellow value is 6.94%
  • key color value is 43.53%
CMYK:
(15,0,7,44)
C15M0Y7K44 
(15%,0%,7%,44%)
(0.15/0.00/0.07/0.44)	

CMYK percentages

%14.58
%0
%6.94
%43.53

Codes

Color #7B9086 in popluar color models

7B9086
RGB123144134
HSL151°8.64%52.35%
HSB/HSV151°14.58%56.47%
CMYK14.58%0.00%6.94%
43.53%

Color #7B9086 in popluar number systems.

HEX7B9086
Decimal123144134
Binary11110111001000010000110
Octal173220206

Shades and tints

Shades of #7B9086

#7B9086
(123,144,134)
#70837A
(112,131,122)
#65766E
(101,118,110)
#5A6962
(90,105,98)
#4F5C56
(79,92,86)
#444F4A
(68,79,74)
#39423E
(57,66,62)
#2E3532
(46,53,50)
#232826
(35,40,38)
#181B1A
(24,27,26)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #7B9086

#7B9086
(123,144,134)
#879A91
(135,154,145)
#93A49C
(147,164,156)
#9FAEA7
(159,174,167)
#ABB8B2
(171,184,178)
#B7C2BD
(183,194,189)
#C3CCC8
(195,204,200)
#CFD6D3
(207,214,211)
#DBE0DE
(219,224,222)
#E7EAE9
(231,234,233)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9086; }

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

This text font color is #7B9086.


Background Color

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

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

This div background color is #7B9086.


Border color

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

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

This div border color is #7B9086.


Opacity

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

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

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

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

This text has shadow with #7B9086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9086 on black background.


Color preview on white background

This text has color #7B9086 on white background.



Black color preview on #7B9086 background

This text has black color on #7B9086 background.


White color preview on #7B9086 background

This text has white color on #7B9086 background.