COLOR #7B929F

HEX: #7B929F RGB: (123,146,159)

Color info

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

RGB color model

#7B929F color RGB value is (123,146,159).

RGB: (123,146,159) (48%, 57%, 62%)

RGB channels and saturation

R 123 of 255 = 48%
G 146 of 255 = 57%
B 159 of 255 = 62%

123
146
159

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

Portions of RGB colors in percentages

R + G + B = 123 + 146 + 159 = 428 (100%)
R 123 of 428 ~ 28.74%
G 146 of 428 ~ 34.11%
B 159 of 428 ~ 37.15'%

%28.74
%34.11
%37.15

CMYK color model

#7B929F color CMYK value is (23,8,0,38).

  • cyan value is 22.64%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (23,8,0,38)
C23M8Y0K38 (23%, 8%, 0%, 38%)
(0.23 / 0.08 / 0.00 / 0.38)

CMYK percentages

%22.64
%8.18
%0
%37.65

Codes

Color #7B929F in popluar color models

7B 92 9F
RGB 123 146 159
HSL 202° 15.79% 55.29%
HSB/HSV 202° 22.64% 62.35%
CMYK 22.64% 8.18% 0.00%
37.65%

Color #7B929F in popluar number systems.

HEX 7B 92 9F
Decimal 123 146 159
Binary 1111011 10010010 10011111
Octal 173 222 237

Shades and tints

Shades of #7B929F

#7B929F
(123,146,159)
#708591
(112,133,145)
#657883
(101,120,131)
#5A6B75
(90,107,117)
#4F5E67
(79,94,103)
#445159
(68,81,89)
#39444B
(57,68,75)
#2E373D
(46,55,61)
#232A2F
(35,42,47)
#181D21
(24,29,33)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #7B929F

#7B929F
(123,146,159)
#879BA7
(135,155,167)
#93A4AF
(147,164,175)
#9FADB7
(159,173,183)
#ABB6BF
(171,182,191)
#B7BFC7
(183,191,199)
#C3C8CF
(195,200,207)
#CFD1D7
(207,209,215)
#DBDADF
(219,218,223)
#E7E3E7
(231,227,231)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B929F; }

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

This text font color is #7B929F.

Background Color

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

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

This div background color is #7B929F.

Border color

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

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

This div border color is #7B929F.

Opacity

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

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

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

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

This text has shadow with #7B929F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B929F.

Preview

Color preview on black background

This text has color #7B929F on black background.


Color preview on white background

This text has color #7B929F on white background.


Black color preview on #7B929F background

This text has black color on #7B929F background.


White color preview on #7B929F background

This text has white color on #7B929F background.


Related colors

Complementary color

Complementary color for #hex is #846D60.


I love getcolorcode.com

Triadic colors

1 #9F7B92 and #929F7B with #7B929F are triadic colors.

2 #9F927B and #927B9F with #7B929F are triadic colors.