COLOR #7B919B

HEX: #7B919B
RGB: (123,145,155)

Color info

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

RGB color model

#7B919B color RGB value is (123,145,155).

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

RGB channels and saturation

R 123 of 255 = 48%
G 145 of 255 = 57%
B 155 of 255 = 61%

123
145
155

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

Portions of RGB colors in percentages

R + G + B =
123 + 145 + 155 = 423 (100%)
R 123 of 423 ~ 29.08%
G 145 of 423 ~ 34.28%
B 155 of 423 ~ 36.64%

%29.08
%34.28
%36.64

CMYK color model

#7B919B color CMYK value is (21,6,0,39).

  • cyan value is 20.65%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,6,0,39)
C21M6Y0K39 
(21%,6%,0%,39%)
(0.21/0.06/0.00/0.39)	

CMYK percentages

%20.65
%6.45
%0
%39.22

Codes

Color #7B919B in popluar color models

7B919B
RGB123145155
HSL199°13.79%54.51%
HSB/HSV199°20.65%60.78%
CMYK20.65%6.45%0.00%
39.22%

Color #7B919B in popluar number systems.

HEX7B919B
Decimal123145155
Binary11110111001000110011011
Octal173221233

Shades and tints

Shades of #7B919B

#7B919B
(123,145,155)
#70848D
(112,132,141)
#65777F
(101,119,127)
#5A6A71
(90,106,113)
#4F5D63
(79,93,99)
#445055
(68,80,85)
#394347
(57,67,71)
#2E3639
(46,54,57)
#23292B
(35,41,43)
#181C1D
(24,28,29)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #7B919B

#7B919B
(123,145,155)
#879BA4
(135,155,164)
#93A5AD
(147,165,173)
#9FAFB6
(159,175,182)
#ABB9BF
(171,185,191)
#B7C3C8
(183,195,200)
#C3CDD1
(195,205,209)
#CFD7DA
(207,215,218)
#DBE1E3
(219,225,227)
#E7EBEC
(231,235,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B919B; }

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

This text font color is #7B919B.


Background Color

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

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

This div background color is #7B919B.


Border color

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

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

This div border color is #7B919B.


Opacity

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

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

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

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

This text has shadow with #7B919B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B919B on black background.


Color preview on white background

This text has color #7B919B on white background.



Black color preview on #7B919B background

This text has black color on #7B919B background.


White color preview on #7B919B background

This text has white color on #7B919B background.