COLOR #7B475C

HEX: #7B475C
RGB: (123,71,92)

Color info

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

RGB color model

#7B475C color RGB value is (123,71,92).

  • red value is 123;
  • green value is 71;
  • blue value is 92.
RGB:
(123,71,92)
(48%,28%,36%)

RGB channels and saturation

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

123
71
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 71 + 92 = 286 (100%)
R 123 of 286 ~ 43.01%
G 71 of 286 ~ 24.83%
B 92 of 286 ~ 32.17%

%43.01
%24.83
%32.17

CMYK color model

#7B475C color CMYK value is (0,42,25,52).

  • cyan value is 0.00%
  • magenta value is 42.28%
  • yellow value is 25.20%
  • key color value is 51.76%
CMYK:
(0,42,25,52)
C0M42Y25K52 
(0%,42%,25%,52%)
(0.00/0.42/0.25/0.52)	

CMYK percentages

%0
%42.28
%25.2
%51.76

Codes

Color #7B475C in popluar color models

7B475C
RGB1237192
HSL336°26.80%38.04%
HSB/HSV336°42.28%48.24%
CMYK0.00%42.28%25.20%
51.76%

Color #7B475C in popluar number systems.

HEX7B475C
Decimal1237192
Binary111101110001111011100
Octal173107134

Shades and tints

Shades of #7B475C

#7B475C
(123,71,92)
#704154
(112,65,84)
#653B4C
(101,59,76)
#5A3544
(90,53,68)
#4F2F3C
(79,47,60)
#442934
(68,41,52)
#39232C
(57,35,44)
#2E1D24
(46,29,36)
#23171C
(35,23,28)
#181114
(24,17,20)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #7B475C

#7B475C
(123,71,92)
#87576A
(135,87,106)
#936778
(147,103,120)
#9F7786
(159,119,134)
#AB8794
(171,135,148)
#B797A2
(183,151,162)
#C3A7B0
(195,167,176)
#CFB7BE
(207,183,190)
#DBC7CC
(219,199,204)
#E7D7DA
(231,215,218)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B475C; }

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

This text font color is #7B475C.


Background Color

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

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

This div background color is #7B475C.


Border color

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

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

This div border color is #7B475C.


Opacity

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

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

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

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

This text has shadow with #7B475C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B475C on black background.


Color preview on white background

This text has color #7B475C on white background.



Black color preview on #7B475C background

This text has black color on #7B475C background.


White color preview on #7B475C background

This text has white color on #7B475C background.