COLOR #7B494C

HEX: #7B494C RGB: (123,73,76)

Color info

#7B494C contains red, green and blue colors in about the same proportion. Web safe color of #7B494C is #663333 (or #633).

RGB color model

#7B494C color RGB value is (123,73,76).

RGB: (123,73,76) (48%, 29%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 73 of 255 = 29%
B 76 of 255 = 30%

123
73
76

R + G + B ~ 36%. #7B494C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 73 + 76 = 272 (100%)
R 123 of 272 ~ 45.22%
G 73 of 272 ~ 26.84%
B 76 of 272 ~ 27.94'%

%45.22
%26.84
%27.94

CMYK color model

#7B494C color CMYK value is (0,41,38,52).

  • cyan value is 0.00%
  • magenta value is 40.65%
  • yellow value is 38.21%
  • key color value is 51.76%
CMYK: (0,41,38,52) C0M41Y38K52 (0%,41%,38%,52%) (0.00/0.41/0.38/0.52) 

CMYK percentages

%0
%40.65
%38.21
%51.76

Codes

Color #7B494C in popluar color models

7B 49 4C
RGB 123 73 76
HSL 356° 25.51% 38.43%
HSB/HSV 356° 40.65% 48.24%
CMYK 0.00% 40.65% 38.21%
51.76%

Color #7B494C in popluar number systems.

HEX 7B 49 4C
Decimal 123 73 76
Binary 1111011 1001001 1001100
Octal 173 111 114

Shades and tints

Shades of #7B494C

#7B494C
(123,73,76)
#704346
(112,67,70)
#653D40
(101,61,64)
#5A373A
(90,55,58)
#4F3134
(79,49,52)
#442B2E
(68,43,46)
#392528
(57,37,40)
#2E1F22
(46,31,34)
#23191C
(35,25,28)
#181316
(24,19,22)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #7B494C

#7B494C
(123,73,76)
#87595C
(135,89,92)
#93696C
(147,105,108)
#9F797C
(159,121,124)
#AB898C
(171,137,140)
#B7999C
(183,153,156)
#C3A9AC
(195,169,172)
#CFB9BC
(207,185,188)
#DBC9CC
(219,201,204)
#E7D9DC
(231,217,220)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B494C color. Also use rgb(123,73,76) instead hex code.

Text Font Color

.myTextColor { color: #7B494C; }

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

This text font color is #7B494C.

Background Color

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

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

This div background color is #7B494C.

Border color

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

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

This div border color is #7B494C.

Opacity

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

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

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

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

This text has shadow with #7B494C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B494C.

Preview

Color preview on black background

This text has color #7B494C on black background.


Color preview on white background

This text has color #7B494C on white background.


Black color preview on #7B494C background

This text has black color on #7B494C background.


White color preview on #7B494C background

This text has white color on #7B494C background.


Related colors

Complementary color

Complementary color for #hex is #84B6B3.


I love getcolorcode.com

Triadic colors

1 #4C7B49 and #494C7B with #7B494C are triadic colors.

2 #4C497B and #497B4C with #7B494C are triadic colors.