COLOR #7B997E

HEX: #7B997E
RGB: (123,153,126)

Color info

#7B997E contains red, green and blue colors in about the same proportion. Web safe color of #7B997E is #669966 (or #696).

RGB color model

#7B997E color RGB value is (123,153,126).

  • red value is 123;
  • green value is 153;
  • blue value is 126.
RGB:
(123,153,126)
(48%,60%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 126 of 255 = 49%

123
153
126

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

Portions of RGB colors in percentages

R + G + B =
123 + 153 + 126 = 402 (100%)
R 123 of 402 ~ 30.6%
G 153 of 402 ~ 38.06%
B 126 of 402 ~ 31.34%

%30.6
%38.06
%31.34

CMYK color model

#7B997E color CMYK value is (20,0,18,40).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(20,0,18,40)
C20M0Y18K40 
(20%,0%,18%,40%)
(0.20/0.00/0.18/0.40)	

CMYK percentages

%19.61
%0
%17.65
%40

Codes

Color #7B997E in popluar color models

7B997E
RGB123153126
HSL126°12.82%54.12%
HSB/HSV126°19.61%60.00%
CMYK19.61%0.00%17.65%
40.00%

Color #7B997E in popluar number systems.

HEX7B997E
Decimal123153126
Binary1111011100110011111110
Octal173231176

Shades and tints

Shades of #7B997E

#7B997E
(123,153,126)
#708C73
(112,140,115)
#657F68
(101,127,104)
#5A725D
(90,114,93)
#4F6552
(79,101,82)
#445847
(68,88,71)
#394B3C
(57,75,60)
#2E3E31
(46,62,49)
#233126
(35,49,38)
#18241B
(24,36,27)
#0D1710
(13,23,16)
#000000
(0,0,0)

Tints of #7B997E

#7B997E
(123,153,126)
#87A289
(135,162,137)
#93AB94
(147,171,148)
#9FB49F
(159,180,159)
#ABBDAA
(171,189,170)
#B7C6B5
(183,198,181)
#C3CFC0
(195,207,192)
#CFD8CB
(207,216,203)
#DBE1D6
(219,225,214)
#E7EAE1
(231,234,225)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B997E; }

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

This text font color is #7B997E.


Background Color

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

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

This div background color is #7B997E.


Border color

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

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

This div border color is #7B997E.


Opacity

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

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

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

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

This text has shadow with #7B997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B997E on black background.


Color preview on white background

This text has color #7B997E on white background.



Black color preview on #7B997E background

This text has black color on #7B997E background.


White color preview on #7B997E background

This text has white color on #7B997E background.