COLOR #7B848D

HEX: #7B848D RGB: (123,132,141)

Color info

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

RGB color model

#7B848D color RGB value is (123,132,141).

RGB: (123,132,141) (48%, 52%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 132 of 255 = 52%
B 141 of 255 = 55%

123
132
141

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

Portions of RGB colors in percentages

R + G + B = 123 + 132 + 141 = 396 (100%)
R 123 of 396 ~ 31.06%
G 132 of 396 ~ 33.33%
B 141 of 396 ~ 35.61'%

%31.06
%33.33
%35.61

CMYK color model

#7B848D color CMYK value is (13,6,0,45).

  • cyan value is 12.77%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (13,6,0,45)
C13M6Y0K45 (13%, 6%, 0%, 45%)
(0.13 / 0.06 / 0.00 / 0.45)

CMYK percentages

%12.77
%6.38
%0
%44.71

Codes

Color #7B848D in popluar color models

7B 84 8D
RGB 123 132 141
HSL 210° 7.32% 51.76%
HSB/HSV 210° 12.77% 55.29%
CMYK 12.77% 6.38% 0.00%
44.71%

Color #7B848D in popluar number systems.

HEX 7B 84 8D
Decimal 123 132 141
Binary 1111011 10000100 10001101
Octal 173 204 215

Shades and tints

Shades of #7B848D

#7B848D
(123,132,141)
#707881
(112,120,129)
#656C75
(101,108,117)
#5A6069
(90,96,105)
#4F545D
(79,84,93)
#444851
(68,72,81)
#393C45
(57,60,69)
#2E3039
(46,48,57)
#23242D
(35,36,45)
#181821
(24,24,33)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #7B848D

#7B848D
(123,132,141)
#878F97
(135,143,151)
#939AA1
(147,154,161)
#9FA5AB
(159,165,171)
#ABB0B5
(171,176,181)
#B7BBBF
(183,187,191)
#C3C6C9
(195,198,201)
#CFD1D3
(207,209,211)
#DBDCDD
(219,220,221)
#E7E7E7
(231,231,231)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B848D; }

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

This text font color is #7B848D.

Background Color

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

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

This div background color is #7B848D.

Border color

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

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

This div border color is #7B848D.

Opacity

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

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

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

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

This text has shadow with #7B848D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B848D.

Preview

Color preview on black background

This text has color #7B848D on black background.


Color preview on white background

This text has color #7B848D on white background.


Black color preview on #7B848D background

This text has black color on #7B848D background.


White color preview on #7B848D background

This text has white color on #7B848D background.


Related colors

Complementary color

Complementary color for #hex is #847B72.


I love getcolorcode.com

Triadic colors

1 #8D7B84 and #848D7B with #7B848D are triadic colors.

2 #8D847B and #847B8D with #7B848D are triadic colors.