COLOR #7B968C

HEX: #7B968C RGB: (123,150,140)

Color info

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

RGB color model

#7B968C color RGB value is (123,150,140).

RGB: (123,150,140) (48%, 59%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 150 of 255 = 59%
B 140 of 255 = 55%

123
150
140

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

Portions of RGB colors in percentages

R + G + B = 123 + 150 + 140 = 413 (100%)
R 123 of 413 ~ 29.78%
G 150 of 413 ~ 36.32%
B 140 of 413 ~ 33.9'%

%29.78
%36.32
%33.9

CMYK color model

#7B968C color CMYK value is (18,0,7,41).

  • cyan value is 18.00%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 41.18%

CMYK: (18,0,7,41)
C18M0Y7K41 (18%, 0%, 7%, 41%)
(0.18 / 0.00 / 0.07 / 0.41)

CMYK percentages

%18
%0
%6.67
%41.18

Codes

Color #7B968C in popluar color models

7B 96 8C
RGB 123 150 140
HSL 158° 11.39% 53.53%
HSB/HSV 158° 18.00% 58.82%
CMYK 18.00% 0.00% 6.67%
41.18%

Color #7B968C in popluar number systems.

HEX 7B 96 8C
Decimal 123 150 140
Binary 1111011 10010110 10001100
Octal 173 226 214

Shades and tints

Shades of #7B968C

#7B968C
(123,150,140)
#708980
(112,137,128)
#657C74
(101,124,116)
#5A6F68
(90,111,104)
#4F625C
(79,98,92)
#445550
(68,85,80)
#394844
(57,72,68)
#2E3B38
(46,59,56)
#232E2C
(35,46,44)
#182120
(24,33,32)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #7B968C

#7B968C
(123,150,140)
#879F96
(135,159,150)
#93A8A0
(147,168,160)
#9FB1AA
(159,177,170)
#ABBAB4
(171,186,180)
#B7C3BE
(183,195,190)
#C3CCC8
(195,204,200)
#CFD5D2
(207,213,210)
#DBDEDC
(219,222,220)
#E7E7E6
(231,231,230)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B968C color. Also use rgb(123,150,140) instead hex code.

Text Font Color

.myTextColor { color: #7B968C; }

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

This text font color is #7B968C.

Background Color

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

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

This div background color is #7B968C.

Border color

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

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

This div border color is #7B968C.

Opacity

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

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

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

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

This text has shadow with #7B968C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B968C.

Preview

Color preview on black background

This text has color #7B968C on black background.


Color preview on white background

This text has color #7B968C on white background.


Black color preview on #7B968C background

This text has black color on #7B968C background.


White color preview on #7B968C background

This text has white color on #7B968C background.


Related colors

Complementary color

Complementary color for #hex is #846973.


I love getcolorcode.com

Triadic colors

1 #8C7B96 and #968C7B with #7B968C are triadic colors.

2 #8C967B and #967B8C with #7B968C are triadic colors.