COLOR #7B9A82

HEX: #7B9A82
RGB: (123,154,130)

Color info

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

RGB color model

#7B9A82 color RGB value is (123,154,130).

  • red value is 123;
  • green value is 154;
  • blue value is 130.
RGB:
(123,154,130)
(48%,60%,51%)

RGB channels and saturation

R 123 of 255 = 48%
G 154 of 255 = 60%
B 130 of 255 = 51%

123
154
130

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

Portions of RGB colors in percentages

R + G + B =
123 + 154 + 130 = 407 (100%)
R 123 of 407 ~ 30.22%
G 154 of 407 ~ 37.84%
B 130 of 407 ~ 31.94%

%30.22
%37.84
%31.94

CMYK color model

#7B9A82 color CMYK value is (20,0,16,40).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 15.58%
  • key color value is 39.61%
CMYK:
(20,0,16,40)
C20M0Y16K40 
(20%,0%,16%,40%)
(0.20/0.00/0.16/0.40)	

CMYK percentages

%20.13
%0
%15.58
%39.61

Codes

Color #7B9A82 in popluar color models

7B9A82
RGB123154130
HSL134°13.30%54.31%
HSB/HSV134°20.13%60.39%
CMYK20.13%0.00%15.58%
39.61%

Color #7B9A82 in popluar number systems.

HEX7B9A82
Decimal123154130
Binary11110111001101010000010
Octal173232202

Shades and tints

Shades of #7B9A82

#7B9A82
(123,154,130)
#708C77
(112,140,119)
#657E6C
(101,126,108)
#5A7061
(90,112,97)
#4F6256
(79,98,86)
#44544B
(68,84,75)
#394640
(57,70,64)
#2E3835
(46,56,53)
#232A2A
(35,42,42)
#181C1F
(24,28,31)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B9A82

#7B9A82
(123,154,130)
#87A38D
(135,163,141)
#93AC98
(147,172,152)
#9FB5A3
(159,181,163)
#ABBEAE
(171,190,174)
#B7C7B9
(183,199,185)
#C3D0C4
(195,208,196)
#CFD9CF
(207,217,207)
#DBE2DA
(219,226,218)
#E7EBE5
(231,235,229)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9A82; }

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

This text font color is #7B9A82.


Background Color

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

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

This div background color is #7B9A82.


Border color

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

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

This div border color is #7B9A82.


Opacity

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

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

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

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

This text has shadow with #7B9A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9A82 on black background.


Color preview on white background

This text has color #7B9A82 on white background.



Black color preview on #7B9A82 background

This text has black color on #7B9A82 background.


White color preview on #7B9A82 background

This text has white color on #7B9A82 background.