COLOR #7B9990

HEX: #7B9990
RGB: (123,153,144)

Color info

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

RGB color model

#7B9990 color RGB value is (123,153,144).

  • red value is 123;
  • green value is 153;
  • blue value is 144.
RGB:
(123,153,144)
(48%,60%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 144 of 255 = 56%

123
153
144

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

Portions of RGB colors in percentages

R + G + B =
123 + 153 + 144 = 420 (100%)
R 123 of 420 ~ 29.29%
G 153 of 420 ~ 36.43%
B 144 of 420 ~ 34.29%

%29.29
%36.43
%34.29

CMYK color model

#7B9990 color CMYK value is (20,0,6,40).

  • cyan value is 19.61%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 40.00%
CMYK:
(20,0,6,40)
C20M0Y6K40 
(20%,0%,6%,40%)
(0.20/0.00/0.06/0.40)	

CMYK percentages

%19.61
%0
%5.88
%40

Codes

Color #7B9990 in popluar color models

7B9990
RGB123153144
HSL162°12.82%54.12%
HSB/HSV162°19.61%60.00%
CMYK19.61%0.00%5.88%
40.00%

Color #7B9990 in popluar number systems.

HEX7B9990
Decimal123153144
Binary11110111001100110010000
Octal173231220

Shades and tints

Shades of #7B9990

#7B9990
(123,153,144)
#708C83
(112,140,131)
#657F76
(101,127,118)
#5A7269
(90,114,105)
#4F655C
(79,101,92)
#44584F
(68,88,79)
#394B42
(57,75,66)
#2E3E35
(46,62,53)
#233128
(35,49,40)
#18241B
(24,36,27)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #7B9990

#7B9990
(123,153,144)
#87A29A
(135,162,154)
#93ABA4
(147,171,164)
#9FB4AE
(159,180,174)
#ABBDB8
(171,189,184)
#B7C6C2
(183,198,194)
#C3CFCC
(195,207,204)
#CFD8D6
(207,216,214)
#DBE1E0
(219,225,224)
#E7EAEA
(231,234,234)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9990; }

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

This text font color is #7B9990.


Background Color

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

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

This div background color is #7B9990.


Border color

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

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

This div border color is #7B9990.


Opacity

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

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

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

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

This text has shadow with #7B9990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9990 on black background.


Color preview on white background

This text has color #7B9990 on white background.



Black color preview on #7B9990 background

This text has black color on #7B9990 background.


White color preview on #7B9990 background

This text has white color on #7B9990 background.