COLOR #7B829E

HEX: #7B829E RGB: (123,130,158)

Color info

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

RGB color model

#7B829E color RGB value is (123,130,158).

RGB: (123,130,158) (48%, 51%, 62%)

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 158 of 255 = 62%

123
130
158

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

Portions of RGB colors in percentages

R + G + B = 123 + 130 + 158 = 411 (100%)
R 123 of 411 ~ 29.93%
G 130 of 411 ~ 31.63%
B 158 of 411 ~ 38.44'%

%29.93
%31.63
%38.44

CMYK color model

#7B829E color CMYK value is (22,18,0,38).

  • cyan value is 22.15%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (22,18,0,38)
C22M18Y0K38 (22%, 18%, 0%, 38%)
(0.22 / 0.18 / 0.00 / 0.38)

CMYK percentages

%22.15
%17.72
%0
%38.04

Codes

Color #7B829E in popluar color models

7B 82 9E
RGB 123 130 158
HSL 228° 15.28% 55.10%
HSB/HSV 228° 22.15% 61.96%
CMYK 22.15% 17.72% 0.00%
38.04%

Color #7B829E in popluar number systems.

HEX 7B 82 9E
Decimal 123 130 158
Binary 1111011 10000010 10011110
Octal 173 202 236

Shades and tints

Shades of #7B829E

#7B829E
(123,130,158)
#707790
(112,119,144)
#656C82
(101,108,130)
#5A6174
(90,97,116)
#4F5666
(79,86,102)
#444B58
(68,75,88)
#39404A
(57,64,74)
#2E353C
(46,53,60)
#232A2E
(35,42,46)
#181F20
(24,31,32)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #7B829E

#7B829E
(123,130,158)
#878DA6
(135,141,166)
#9398AE
(147,152,174)
#9FA3B6
(159,163,182)
#ABAEBE
(171,174,190)
#B7B9C6
(183,185,198)
#C3C4CE
(195,196,206)
#CFCFD6
(207,207,214)
#DBDADE
(219,218,222)
#E7E5E6
(231,229,230)
#F3F0EE
(243,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B829E; }

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

This text font color is #7B829E.

Background Color

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

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

This div background color is #7B829E.

Border color

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

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

This div border color is #7B829E.

Opacity

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

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

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

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

This text has shadow with #7B829E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B829E.

Preview

Color preview on black background

This text has color #7B829E on black background.


Color preview on white background

This text has color #7B829E on white background.


Black color preview on #7B829E background

This text has black color on #7B829E background.


White color preview on #7B829E background

This text has white color on #7B829E background.


Related colors

Complementary color

Complementary color for #hex is #847D61.


I love getcolorcode.com

Triadic colors

1 #9E7B82 and #829E7B with #7B829E are triadic colors.

2 #9E827B and #827B9E with #7B829E are triadic colors.