COLOR #7B838A

HEX: #7B838A RGB: (123,131,138)

Color info

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

RGB color model

#7B838A color RGB value is (123,131,138).

RGB: (123,131,138) (48%, 51%, 54%)

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 138 of 255 = 54%

123
131
138

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

Portions of RGB colors in percentages

R + G + B = 123 + 131 + 138 = 392 (100%)
R 123 of 392 ~ 31.38%
G 131 of 392 ~ 33.42%
B 138 of 392 ~ 35.2'%

%31.38
%33.42
%35.2

CMYK color model

#7B838A color CMYK value is (11,5,0,46).

  • cyan value is 10.87%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (11,5,0,46)
C11M5Y0K46 (11%, 5%, 0%, 46%)
(0.11 / 0.05 / 0.00 / 0.46)

CMYK percentages

%10.87
%5.07
%0
%45.88

Codes

Color #7B838A in popluar color models

7B 83 8A
RGB 123 131 138
HSL 208° 6.02% 51.18%
HSB/HSV 208° 10.87% 54.12%
CMYK 10.87% 5.07% 0.00%
45.88%

Color #7B838A in popluar number systems.

HEX 7B 83 8A
Decimal 123 131 138
Binary 1111011 10000011 10001010
Octal 173 203 212

Shades and tints

Shades of #7B838A

#7B838A
(123,131,138)
#70787E
(112,120,126)
#656D72
(101,109,114)
#5A6266
(90,98,102)
#4F575A
(79,87,90)
#444C4E
(68,76,78)
#394142
(57,65,66)
#2E3636
(46,54,54)
#232B2A
(35,43,42)
#18201E
(24,32,30)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #7B838A

#7B838A
(123,131,138)
#878E94
(135,142,148)
#93999E
(147,153,158)
#9FA4A8
(159,164,168)
#ABAFB2
(171,175,178)
#B7BABC
(183,186,188)
#C3C5C6
(195,197,198)
#CFD0D0
(207,208,208)
#DBDBDA
(219,219,218)
#E7E6E4
(231,230,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B838A color. Also use rgb(123,131,138) instead hex code.

Text Font Color

.myTextColor { color: #7B838A; }

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

This text font color is #7B838A.

Background Color

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

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

This div background color is #7B838A.

Border color

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

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

This div border color is #7B838A.

Opacity

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

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

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

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

This text has shadow with #7B838A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B838A.

Preview

Color preview on black background

This text has color #7B838A on black background.


Color preview on white background

This text has color #7B838A on white background.


Black color preview on #7B838A background

This text has black color on #7B838A background.


White color preview on #7B838A background

This text has white color on #7B838A background.


Related colors

Complementary color

Complementary color for #hex is #847C75.


I love getcolorcode.com

Triadic colors

1 #8A7B83 and #838A7B with #7B838A are triadic colors.

2 #8A837B and #837B8A with #7B838A are triadic colors.