COLOR #7B928D

HEX: #7B928D
RGB: (123,146,141)

Color info

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

RGB color model

#7B928D color RGB value is (123,146,141).

  • red value is 123;
  • green value is 146;
  • blue value is 141.
RGB:
(123,146,141)
(48%,57%,55%)

RGB channels and saturation

R 123 of 255 = 48%
G 146 of 255 = 57%
B 141 of 255 = 55%

123
146
141

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

Portions of RGB colors in percentages

R + G + B =
123 + 146 + 141 = 410 (100%)
R 123 of 410 ~ 30%
G 146 of 410 ~ 35.61%
B 141 of 410 ~ 34.39%

%30
%35.61
%34.39

CMYK color model

#7B928D color CMYK value is (16,0,3,43).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 42.75%
CMYK:
(16,0,3,43)
C16M0Y3K43 
(16%,0%,3%,43%)
(0.16/0.00/0.03/0.43)	

CMYK percentages

%15.75
%0
%3.42
%42.75

Codes

Color #7B928D in popluar color models

7B928D
RGB123146141
HSL167°9.54%52.75%
HSB/HSV167°15.75%57.25%
CMYK15.75%0.00%3.42%
42.75%

Color #7B928D in popluar number systems.

HEX7B928D
Decimal123146141
Binary11110111001001010001101
Octal173222215

Shades and tints

Shades of #7B928D

#7B928D
(123,146,141)
#708581
(112,133,129)
#657875
(101,120,117)
#5A6B69
(90,107,105)
#4F5E5D
(79,94,93)
#445151
(68,81,81)
#394445
(57,68,69)
#2E3739
(46,55,57)
#232A2D
(35,42,45)
#181D21
(24,29,33)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #7B928D

#7B928D
(123,146,141)
#879B97
(135,155,151)
#93A4A1
(147,164,161)
#9FADAB
(159,173,171)
#ABB6B5
(171,182,181)
#B7BFBF
(183,191,191)
#C3C8C9
(195,200,201)
#CFD1D3
(207,209,211)
#DBDADD
(219,218,221)
#E7E3E7
(231,227,231)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B928D color. Also use rgb(123,146,141) instead hex code.

Text Font Color

.myTextColor { color: #7B928D; }

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

This text font color is #7B928D.


Background Color

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

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

This div background color is #7B928D.


Border color

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

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

This div border color is #7B928D.


Opacity

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

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

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

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

This text has shadow with #7B928D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B928D on black background.


Color preview on white background

This text has color #7B928D on white background.



Black color preview on #7B928D background

This text has black color on #7B928D background.


White color preview on #7B928D background

This text has white color on #7B928D background.