COLOR #7B9199

HEX: #7B9199
RGB: (123,145,153)

Color info

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

RGB color model

#7B9199 color RGB value is (123,145,153).

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

RGB channels and saturation

R 123 of 255 = 48%
G 145 of 255 = 57%
B 153 of 255 = 60%

123
145
153

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

Portions of RGB colors in percentages

R + G + B =
123 + 145 + 153 = 421 (100%)
R 123 of 421 ~ 29.22%
G 145 of 421 ~ 34.44%
B 153 of 421 ~ 36.34%

%29.22
%34.44
%36.34

CMYK color model

#7B9199 color CMYK value is (20,5,0,40).

  • cyan value is 19.61%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(20,5,0,40)
C20M5Y0K40 
(20%,5%,0%,40%)
(0.20/0.05/0.00/0.40)	

CMYK percentages

%19.61
%5.23
%0
%40

Codes

Color #7B9199 in popluar color models

7B9199
RGB123145153
HSL196°12.82%54.12%
HSB/HSV196°19.61%60.00%
CMYK19.61%5.23%0.00%
40.00%

Color #7B9199 in popluar number systems.

HEX7B9199
Decimal123145153
Binary11110111001000110011001
Octal173221231

Shades and tints

Shades of #7B9199

#7B9199
(123,145,153)
#70848C
(112,132,140)
#65777F
(101,119,127)
#5A6A72
(90,106,114)
#4F5D65
(79,93,101)
#445058
(68,80,88)
#39434B
(57,67,75)
#2E363E
(46,54,62)
#232931
(35,41,49)
#181C24
(24,28,36)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #7B9199

#7B9199
(123,145,153)
#879BA2
(135,155,162)
#93A5AB
(147,165,171)
#9FAFB4
(159,175,180)
#ABB9BD
(171,185,189)
#B7C3C6
(183,195,198)
#C3CDCF
(195,205,207)
#CFD7D8
(207,215,216)
#DBE1E1
(219,225,225)
#E7EBEA
(231,235,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9199; }

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

This text font color is #7B9199.


Background Color

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

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

This div background color is #7B9199.


Border color

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

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

This div border color is #7B9199.


Opacity

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

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

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

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

This text has shadow with #7B9199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B9199 on black background.


Color preview on white background

This text has color #7B9199 on white background.



Black color preview on #7B9199 background

This text has black color on #7B9199 background.


White color preview on #7B9199 background

This text has white color on #7B9199 background.