COLOR #7B9390

HEX: #7B9390 RGB: (123,147,144)

Color info

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

RGB color model

#7B9390 color RGB value is (123,147,144).

RGB: (123,147,144) (48%, 58%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 147 of 255 = 58%
B 144 of 255 = 56%

123
147
144

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

Portions of RGB colors in percentages

R + G + B = 123 + 147 + 144 = 414 (100%)
R 123 of 414 ~ 29.71%
G 147 of 414 ~ 35.51%
B 144 of 414 ~ 34.78'%

%29.71
%35.51
%34.78

CMYK color model

#7B9390 color CMYK value is (16,0,2,42).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 42.35%
CMYK: (16,0,2,42) C16M0Y2K42 (16%,0%,2%,42%) (0.16/0.00/0.02/0.42) 

CMYK percentages

%16.33
%0
%2.04
%42.35

Codes

Color #7B9390 in popluar color models

7B 93 90
RGB 123 147 144
HSL 173° 10.00% 52.94%
HSB/HSV 173° 16.33% 57.65%
CMYK 16.33% 0.00% 2.04%
42.35%

Color #7B9390 in popluar number systems.

HEX 7B 93 90
Decimal 123 147 144
Binary 1111011 10010011 10010000
Octal 173 223 220

Shades and tints

Shades of #7B9390

#7B9390
(123,147,144)
#708683
(112,134,131)
#657976
(101,121,118)
#5A6C69
(90,108,105)
#4F5F5C
(79,95,92)
#44524F
(68,82,79)
#394542
(57,69,66)
#2E3835
(46,56,53)
#232B28
(35,43,40)
#181E1B
(24,30,27)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #7B9390

#7B9390
(123,147,144)
#879C9A
(135,156,154)
#93A5A4
(147,165,164)
#9FAEAE
(159,174,174)
#ABB7B8
(171,183,184)
#B7C0C2
(183,192,194)
#C3C9CC
(195,201,204)
#CFD2D6
(207,210,214)
#DBDBE0
(219,219,224)
#E7E4EA
(231,228,234)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9390; }

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

This text font color is #7B9390.

Background Color

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

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

This div background color is #7B9390.

Border color

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

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

This div border color is #7B9390.

Opacity

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

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

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

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

This text has shadow with #7B9390 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9390.

Preview

Color preview on black background

This text has color #7B9390 on black background.


Color preview on white background

This text has color #7B9390 on white background.


Black color preview on #7B9390 background

This text has black color on #7B9390 background.


White color preview on #7B9390 background

This text has white color on #7B9390 background.


Related colors

Complementary color

Complementary color for #hex is #846C6F.


I love getcolorcode.com

Triadic colors

1 #907B93 and #93907B with #7B9390 are triadic colors.

2 #90937B and #937B90 with #7B9390 are triadic colors.