COLOR #7B818A

HEX: #7B818A RGB: (123,129,138)

Color info

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

RGB color model

#7B818A color RGB value is (123,129,138).

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

RGB channels and saturation

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

123
129
138

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

Portions of RGB colors in percentages

R + G + B = 123 + 129 + 138 = 390 (100%)
R 123 of 390 ~ 31.54%
G 129 of 390 ~ 33.08%
B 138 of 390 ~ 35.38'%

%31.54
%33.08
%35.38

CMYK color model

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

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

CMYK: (11,7,0,46)
C11M7Y0K46 (11%, 7%, 0%, 46%)
(0.11 / 0.07 / 0.00 / 0.46)

CMYK percentages

%10.87
%6.52
%0
%45.88

Codes

Color #7B818A in popluar color models

7B 81 8A
RGB 123 129 138
HSL 216° 6.02% 51.18%
HSB/HSV 216° 10.87% 54.12%
CMYK 10.87% 6.52% 0.00%
45.88%

Color #7B818A in popluar number systems.

HEX 7B 81 8A
Decimal 123 129 138
Binary 1111011 10000001 10001010
Octal 173 201 212

Shades and tints

Shades of #7B818A

#7B818A
(123,129,138)
#70767E
(112,118,126)
#656B72
(101,107,114)
#5A6066
(90,96,102)
#4F555A
(79,85,90)
#444A4E
(68,74,78)
#393F42
(57,63,66)
#2E3436
(46,52,54)
#23292A
(35,41,42)
#181E1E
(24,30,30)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #7B818A

#7B818A
(123,129,138)
#878C94
(135,140,148)
#93979E
(147,151,158)
#9FA2A8
(159,162,168)
#ABADB2
(171,173,178)
#B7B8BC
(183,184,188)
#C3C3C6
(195,195,198)
#CFCED0
(207,206,208)
#DBD9DA
(219,217,218)
#E7E4E4
(231,228,228)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B818A; }

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

This text font color is #7B818A.

Background Color

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

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

This div background color is #7B818A.

Border color

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

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

This div border color is #7B818A.

Opacity

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

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

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

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

This text has shadow with #7B818A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B818A.

Preview

Color preview on black background

This text has color #7B818A on black background.


Color preview on white background

This text has color #7B818A on white background.


Black color preview on #7B818A background

This text has black color on #7B818A background.


White color preview on #7B818A background

This text has white color on #7B818A background.


Related colors

Complementary color

Complementary color for #hex is #847E75.


I love getcolorcode.com

Triadic colors

1 #8A7B81 and #818A7B with #7B818A are triadic colors.

2 #8A817B and #817B8A with #7B818A are triadic colors.