COLOR #7B475B

HEX: #7B475B RGB: (123,71,91)

Color info

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

RGB color model

#7B475B color RGB value is (123,71,91).

RGB: (123,71,91) (48%, 28%, 36%)

RGB channels and saturation

R 123 of 255 = 48%
G 71 of 255 = 28%
B 91 of 255 = 36%

123
71
91

R + G + B ~ 37%. #7B475B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 71 + 91 = 285 (100%)
R 123 of 285 ~ 43.16%
G 71 of 285 ~ 24.91%
B 91 of 285 ~ 31.93'%

%43.16
%24.91
%31.93

CMYK color model

#7B475B color CMYK value is (0,42,26,52).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 26.02%
  • key color value is 51.76%
CMYK: (0,42,26,52) C0M42Y26K52 (0%,42%,26%,52%) (0.00/0.42/0.26/0.52) 

CMYK percentages

%0
%42.28
%26.02
%51.76

Codes

Color #7B475B in popluar color models

7B 47 5B
RGB 123 71 91
HSL 337° 26.80% 38.04%
HSB/HSV 337° 42.28% 48.24%
CMYK 0.00% 42.28% 26.02%
51.76%

Color #7B475B in popluar number systems.

HEX 7B 47 5B
Decimal 123 71 91
Binary 1111011 1000111 1011011
Octal 173 107 133

Shades and tints

Shades of #7B475B

#7B475B
(123,71,91)
#704153
(112,65,83)
#653B4B
(101,59,75)
#5A3543
(90,53,67)
#4F2F3B
(79,47,59)
#442933
(68,41,51)
#39232B
(57,35,43)
#2E1D23
(46,29,35)
#23171B
(35,23,27)
#181113
(24,17,19)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #7B475B

#7B475B
(123,71,91)
#875769
(135,87,105)
#936777
(147,103,119)
#9F7785
(159,119,133)
#AB8793
(171,135,147)
#B797A1
(183,151,161)
#C3A7AF
(195,167,175)
#CFB7BD
(207,183,189)
#DBC7CB
(219,199,203)
#E7D7D9
(231,215,217)
#F3E7E7
(243,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B475B; }

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

This text font color is #7B475B.

Background Color

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

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

This div background color is #7B475B.

Border color

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

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

This div border color is #7B475B.

Opacity

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

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

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

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

This text has shadow with #7B475B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B475B.

Preview

Color preview on black background

This text has color #7B475B on black background.


Color preview on white background

This text has color #7B475B on white background.


Black color preview on #7B475B background

This text has black color on #7B475B background.


White color preview on #7B475B background

This text has white color on #7B475B background.


Related colors

Complementary color

Complementary color for #hex is #84B8A4.


I love getcolorcode.com

Triadic colors

1 #5B7B47 and #475B7B with #7B475B are triadic colors.

2 #5B477B and #477B5B with #7B475B are triadic colors.