COLOR #7B978F

HEX: #7B978F RGB: (123,151,143)

Color info

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

RGB color model

#7B978F color RGB value is (123,151,143).

RGB: (123,151,143) (48%, 59%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 151 of 255 = 59%
B 143 of 255 = 56%

123
151
143

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

Portions of RGB colors in percentages

R + G + B = 123 + 151 + 143 = 417 (100%)
R 123 of 417 ~ 29.5%
G 151 of 417 ~ 36.21%
B 143 of 417 ~ 34.29'%

%29.5
%36.21
%34.29

CMYK color model

#7B978F color CMYK value is (19,0,5,41).

  • cyan value is 18.54%
  • magenta value is 0.00%
  • yellow value is 5.30%
  • key color value is 40.78%
CMYK: (19,0,5,41) C19M0Y5K41 (19%,0%,5%,41%) (0.19/0.00/0.05/0.41) 

CMYK percentages

%18.54
%0
%5.3
%40.78

Codes

Color #7B978F in popluar color models

7B 97 8F
RGB 123 151 143
HSL 163° 11.86% 53.73%
HSB/HSV 163° 18.54% 59.22%
CMYK 18.54% 0.00% 5.30%
40.78%

Color #7B978F in popluar number systems.

HEX 7B 97 8F
Decimal 123 151 143
Binary 1111011 10010111 10001111
Octal 173 227 217

Shades and tints

Shades of #7B978F

#7B978F
(123,151,143)
#708A82
(112,138,130)
#657D75
(101,125,117)
#5A7068
(90,112,104)
#4F635B
(79,99,91)
#44564E
(68,86,78)
#394941
(57,73,65)
#2E3C34
(46,60,52)
#232F27
(35,47,39)
#18221A
(24,34,26)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #7B978F

#7B978F
(123,151,143)
#87A099
(135,160,153)
#93A9A3
(147,169,163)
#9FB2AD
(159,178,173)
#ABBBB7
(171,187,183)
#B7C4C1
(183,196,193)
#C3CDCB
(195,205,203)
#CFD6D5
(207,214,213)
#DBDFDF
(219,223,223)
#E7E8E9
(231,232,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B978F; }

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

This text font color is #7B978F.

Background Color

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

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

This div background color is #7B978F.

Border color

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

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

This div border color is #7B978F.

Opacity

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

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

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

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

This text has shadow with #7B978F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B978F.

Preview

Color preview on black background

This text has color #7B978F on black background.


Color preview on white background

This text has color #7B978F on white background.


Black color preview on #7B978F background

This text has black color on #7B978F background.


White color preview on #7B978F background

This text has white color on #7B978F background.


Related colors

Complementary color

Complementary color for #hex is #846870.


I love getcolorcode.com

Triadic colors

1 #8F7B97 and #978F7B with #7B978F are triadic colors.

2 #8F977B and #977B8F with #7B978F are triadic colors.