COLOR #7B4555

HEX: #7B4555 RGB: (123,69,85)

Color info

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

RGB color model

#7B4555 color RGB value is (123,69,85).

RGB: (123,69,85) (48%, 27%, 33%)

RGB channels and saturation

R 123 of 255 = 48%
G 69 of 255 = 27%
B 85 of 255 = 33%

123
69
85

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

Portions of RGB colors in percentages

R + G + B = 123 + 69 + 85 = 277 (100%)
R 123 of 277 ~ 44.4%
G 69 of 277 ~ 24.91%
B 85 of 277 ~ 30.69'%

%44.4
%24.91
%30.69

CMYK color model

#7B4555 color CMYK value is (0,44,31,52).

  • cyan value is 0.00%
  • magenta value is 43.90%
  • yellow value is 30.89%
  • key color value is 51.76%

CMYK: (0,44,31,52)
C0M44Y31K52 (0%, 44%, 31%, 52%)
(0.00 / 0.44 / 0.31 / 0.52)

CMYK percentages

%0
%43.9
%30.89
%51.76

Codes

Color #7B4555 in popluar color models

7B 45 55
RGB 123 69 85
HSL 342° 28.13% 37.65%
HSB/HSV 342° 43.90% 48.24%
CMYK 0.00% 43.90% 30.89%
51.76%

Color #7B4555 in popluar number systems.

HEX 7B 45 55
Decimal 123 69 85
Binary 1111011 1000101 1010101
Octal 173 105 125

Shades and tints

Shades of #7B4555

#7B4555
(123,69,85)
#703F4E
(112,63,78)
#653947
(101,57,71)
#5A3340
(90,51,64)
#4F2D39
(79,45,57)
#442732
(68,39,50)
#39212B
(57,33,43)
#2E1B24
(46,27,36)
#23151D
(35,21,29)
#180F16
(24,15,22)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #7B4555

#7B4555
(123,69,85)
#875564
(135,85,100)
#936573
(147,101,115)
#9F7582
(159,117,130)
#AB8591
(171,133,145)
#B795A0
(183,149,160)
#C3A5AF
(195,165,175)
#CFB5BE
(207,181,190)
#DBC5CD
(219,197,205)
#E7D5DC
(231,213,220)
#F3E5EB
(243,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4555 color. Also use rgb(123,69,85) instead hex code.

Text Font Color

.myTextColor { color: #7B4555; }

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

This text font color is #7B4555.

Background Color

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

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

This div background color is #7B4555.

Border color

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

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

This div border color is #7B4555.

Opacity

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

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

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

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

This text has shadow with #7B4555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4555.

Preview

Color preview on black background

This text has color #7B4555 on black background.


Color preview on white background

This text has color #7B4555 on white background.


Black color preview on #7B4555 background

This text has black color on #7B4555 background.


White color preview on #7B4555 background

This text has white color on #7B4555 background.


Related colors

Complementary color

Complementary color for #hex is #84BAAA.


I love getcolorcode.com

Triadic colors

1 #557B45 and #45557B with #7B4555 are triadic colors.

2 #55457B and #457B55 with #7B4555 are triadic colors.