COLOR #7B828F

HEX: #7B828F RGB: (123,130,143)

Color info

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

RGB color model

#7B828F color RGB value is (123,130,143).

RGB: (123,130,143) (48%, 51%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 143 of 255 = 56%

123
130
143

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

Portions of RGB colors in percentages

R + G + B = 123 + 130 + 143 = 396 (100%)
R 123 of 396 ~ 31.06%
G 130 of 396 ~ 32.83%
B 143 of 396 ~ 36.11'%

%31.06
%32.83
%36.11

CMYK color model

#7B828F color CMYK value is (14,9,0,44).

  • cyan value is 13.99%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (14,9,0,44)
C14M9Y0K44 (14%, 9%, 0%, 44%)
(0.14 / 0.09 / 0.00 / 0.44)

CMYK percentages

%13.99
%9.09
%0
%43.92

Codes

Color #7B828F in popluar color models

7B 82 8F
RGB 123 130 143
HSL 219° 8.20% 52.16%
HSB/HSV 219° 13.99% 56.08%
CMYK 13.99% 9.09% 0.00%
43.92%

Color #7B828F in popluar number systems.

HEX 7B 82 8F
Decimal 123 130 143
Binary 1111011 10000010 10001111
Octal 173 202 217

Shades and tints

Shades of #7B828F

#7B828F
(123,130,143)
#707782
(112,119,130)
#656C75
(101,108,117)
#5A6168
(90,97,104)
#4F565B
(79,86,91)
#444B4E
(68,75,78)
#394041
(57,64,65)
#2E3534
(46,53,52)
#232A27
(35,42,39)
#181F1A
(24,31,26)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #7B828F

#7B828F
(123,130,143)
#878D99
(135,141,153)
#9398A3
(147,152,163)
#9FA3AD
(159,163,173)
#ABAEB7
(171,174,183)
#B7B9C1
(183,185,193)
#C3C4CB
(195,196,203)
#CFCFD5
(207,207,213)
#DBDADF
(219,218,223)
#E7E5E9
(231,229,233)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B828F color. Also use rgb(123,130,143) instead hex code.

Text Font Color

.myTextColor { color: #7B828F; }

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

This text font color is #7B828F.

Background Color

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

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

This div background color is #7B828F.

Border color

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

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

This div border color is #7B828F.

Opacity

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

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

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

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

This text has shadow with #7B828F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B828F.

Preview

Color preview on black background

This text has color #7B828F on black background.


Color preview on white background

This text has color #7B828F on white background.


Black color preview on #7B828F background

This text has black color on #7B828F background.


White color preview on #7B828F background

This text has white color on #7B828F background.


Related colors

Complementary color

Complementary color for #hex is #847D70.


I love getcolorcode.com

Triadic colors

1 #8F7B82 and #828F7B with #7B828F are triadic colors.

2 #8F827B and #827B8F with #7B828F are triadic colors.