COLOR #7B475E

HEX: #7B475E RGB: (123,71,94)

Color info

#7B475E contains red, green and blue colors in about the same proportion. Web safe color of #7B475E is #663366 (or #636).

RGB color model

#7B475E color RGB value is (123,71,94).

RGB: (123,71,94) (48%, 28%, 37%)

RGB channels and saturation

R 123 of 255 = 48%
G 71 of 255 = 28%
B 94 of 255 = 37%

123
71
94

R + G + B ~ 38%. #7B475E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 71 + 94 = 288 (100%)
R 123 of 288 ~ 42.71%
G 71 of 288 ~ 24.65%
B 94 of 288 ~ 32.64'%

%42.71
%24.65
%32.64

CMYK color model

#7B475E color CMYK value is (0,42,24,52).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 23.58%
  • key color value is 51.76%

CMYK: (0,42,24,52)
C0M42Y24K52 (0%, 42%, 24%, 52%)
(0.00 / 0.42 / 0.24 / 0.52)

CMYK percentages

%0
%42.28
%23.58
%51.76

Codes

Color #7B475E in popluar color models

7B 47 5E
RGB 123 71 94
HSL 333° 26.80% 38.04%
HSB/HSV 333° 42.28% 48.24%
CMYK 0.00% 42.28% 23.58%
51.76%

Color #7B475E in popluar number systems.

HEX 7B 47 5E
Decimal 123 71 94
Binary 1111011 1000111 1011110
Octal 173 107 136

Shades and tints

Shades of #7B475E

#7B475E
(123,71,94)
#704156
(112,65,86)
#653B4E
(101,59,78)
#5A3546
(90,53,70)
#4F2F3E
(79,47,62)
#442936
(68,41,54)
#39232E
(57,35,46)
#2E1D26
(46,29,38)
#23171E
(35,23,30)
#181116
(24,17,22)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #7B475E

#7B475E
(123,71,94)
#87576C
(135,87,108)
#93677A
(147,103,122)
#9F7788
(159,119,136)
#AB8796
(171,135,150)
#B797A4
(183,151,164)
#C3A7B2
(195,167,178)
#CFB7C0
(207,183,192)
#DBC7CE
(219,199,206)
#E7D7DC
(231,215,220)
#F3E7EA
(243,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B475E color. Also use rgb(123,71,94) instead hex code.

Text Font Color

.myTextColor { color: #7B475E; }

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

This text font color is #7B475E.

Background Color

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

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

This div background color is #7B475E.

Border color

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

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

This div border color is #7B475E.

Opacity

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

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

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

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

This text has shadow with #7B475E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B475E.

Preview

Color preview on black background

This text has color #7B475E on black background.


Color preview on white background

This text has color #7B475E on white background.


Black color preview on #7B475E background

This text has black color on #7B475E background.


White color preview on #7B475E background

This text has white color on #7B475E background.


Related colors

Complementary color

Complementary color for #hex is #84B8A1.


I love getcolorcode.com

Triadic colors

1 #5E7B47 and #475E7B with #7B475E are triadic colors.

2 #5E477B and #477B5E with #7B475E are triadic colors.