COLOR #7B9690

HEX: #7B9690 RGB: (123,150,144)

Color info

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

RGB color model

#7B9690 color RGB value is (123,150,144).

RGB: (123,150,144) (48%, 59%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 150 of 255 = 59%
B 144 of 255 = 56%

123
150
144

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

Portions of RGB colors in percentages

R + G + B = 123 + 150 + 144 = 417 (100%)
R 123 of 417 ~ 29.5%
G 150 of 417 ~ 35.97%
B 144 of 417 ~ 34.53'%

%29.5
%35.97
%34.53

CMYK color model

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

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

CMYK: (18,0,4,41)
C18M0Y4K41 (18%, 0%, 4%, 41%)
(0.18 / 0.00 / 0.04 / 0.41)

CMYK percentages

%18
%0
%4
%41.18

Codes

Color #7B9690 in popluar color models

7B 96 90
RGB 123 150 144
HSL 167° 11.39% 53.53%
HSB/HSV 167° 18.00% 58.82%
CMYK 18.00% 0.00% 4.00%
41.18%

Color #7B9690 in popluar number systems.

HEX 7B 96 90
Decimal 123 150 144
Binary 1111011 10010110 10010000
Octal 173 226 220

Shades and tints

Shades of #7B9690

#7B9690
(123,150,144)
#708983
(112,137,131)
#657C76
(101,124,118)
#5A6F69
(90,111,105)
#4F625C
(79,98,92)
#44554F
(68,85,79)
#394842
(57,72,66)
#2E3B35
(46,59,53)
#232E28
(35,46,40)
#18211B
(24,33,27)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #7B9690

#7B9690
(123,150,144)
#879F9A
(135,159,154)
#93A8A4
(147,168,164)
#9FB1AE
(159,177,174)
#ABBAB8
(171,186,184)
#B7C3C2
(183,195,194)
#C3CCCC
(195,204,204)
#CFD5D6
(207,213,214)
#DBDEE0
(219,222,224)
#E7E7EA
(231,231,234)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9690; }

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

This text font color is #7B9690.

Background Color

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

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

This div background color is #7B9690.

Border color

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

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

This div border color is #7B9690.

Opacity

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

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

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

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

This text has shadow with #7B9690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9690.

Preview

Color preview on black background

This text has color #7B9690 on black background.


Color preview on white background

This text has color #7B9690 on white background.


Black color preview on #7B9690 background

This text has black color on #7B9690 background.


White color preview on #7B9690 background

This text has white color on #7B9690 background.


Related colors

Complementary color

Complementary color for #hex is #84696F.


I love getcolorcode.com

Triadic colors

1 #907B96 and #96907B with #7B9690 are triadic colors.

2 #90967B and #967B90 with #7B9690 are triadic colors.