COLOR #7B9692

HEX: #7B9692 RGB: (123,150,146)

Color info

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

RGB color model

#7B9692 color RGB value is (123,150,146).

RGB: (123,150,146) (48%, 59%, 57%)

RGB channels and saturation

R 123 of 255 = 48%
G 150 of 255 = 59%
B 146 of 255 = 57%

123
150
146

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

Portions of RGB colors in percentages

R + G + B = 123 + 150 + 146 = 419 (100%)
R 123 of 419 ~ 29.36%
G 150 of 419 ~ 35.8%
B 146 of 419 ~ 34.84'%

%29.36
%35.8
%34.84

CMYK color model

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

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

CMYK: (18,0,3,41)
C18M0Y3K41 (18%, 0%, 3%, 41%)
(0.18 / 0.00 / 0.03 / 0.41)

CMYK percentages

%18
%0
%2.67
%41.18

Codes

Color #7B9692 in popluar color models

7B 96 92
RGB 123 150 146
HSL 171° 11.39% 53.53%
HSB/HSV 171° 18.00% 58.82%
CMYK 18.00% 0.00% 2.67%
41.18%

Color #7B9692 in popluar number systems.

HEX 7B 96 92
Decimal 123 150 146
Binary 1111011 10010110 10010010
Octal 173 226 222

Shades and tints

Shades of #7B9692

#7B9692
(123,150,146)
#708985
(112,137,133)
#657C78
(101,124,120)
#5A6F6B
(90,111,107)
#4F625E
(79,98,94)
#445551
(68,85,81)
#394844
(57,72,68)
#2E3B37
(46,59,55)
#232E2A
(35,46,42)
#18211D
(24,33,29)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #7B9692

#7B9692
(123,150,146)
#879F9B
(135,159,155)
#93A8A4
(147,168,164)
#9FB1AD
(159,177,173)
#ABBAB6
(171,186,182)
#B7C3BF
(183,195,191)
#C3CCC8
(195,204,200)
#CFD5D1
(207,213,209)
#DBDEDA
(219,222,218)
#E7E7E3
(231,231,227)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9692; }

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

This text font color is #7B9692.

Background Color

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

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

This div background color is #7B9692.

Border color

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

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

This div border color is #7B9692.

Opacity

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

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

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

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

This text has shadow with #7B9692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9692.

Preview

Color preview on black background

This text has color #7B9692 on black background.


Color preview on white background

This text has color #7B9692 on white background.


Black color preview on #7B9692 background

This text has black color on #7B9692 background.


White color preview on #7B9692 background

This text has white color on #7B9692 background.


Related colors

Complementary color

Complementary color for #hex is #84696D.


I love getcolorcode.com

Triadic colors

1 #927B96 and #96927B with #7B9692 are triadic colors.

2 #92967B and #967B92 with #7B9692 are triadic colors.