COLOR #7B4E55

HEX: #7B4E55 RGB: (123,78,85)

Color info

#7B4E55 contains red, green and blue colors in about the same proportion. Web safe color of #7B4E55 is #666666 (or #666).

RGB color model

#7B4E55 color RGB value is (123,78,85).

RGB: (123,78,85) (48%, 31%, 33%)

RGB channels and saturation

R 123 of 255 = 48%
G 78 of 255 = 31%
B 85 of 255 = 33%

123
78
85

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

Portions of RGB colors in percentages

R + G + B = 123 + 78 + 85 = 286 (100%)
R 123 of 286 ~ 43.01%
G 78 of 286 ~ 27.27%
B 85 of 286 ~ 29.72'%

%43.01
%27.27
%29.72

CMYK color model

#7B4E55 color CMYK value is (0,37,31,52).

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

CMYK: (0,37,31,52)
C0M37Y31K52 (0%, 37%, 31%, 52%)
(0.00 / 0.37 / 0.31 / 0.52)

CMYK percentages

%0
%36.59
%30.89
%51.76

Codes

Color #7B4E55 in popluar color models

7B 4E 55
RGB 123 78 85
HSL 351° 22.39% 39.41%
HSB/HSV 351° 36.59% 48.24%
CMYK 0.00% 36.59% 30.89%
51.76%

Color #7B4E55 in popluar number systems.

HEX 7B 4E 55
Decimal 123 78 85
Binary 1111011 1001110 1010101
Octal 173 116 125

Shades and tints

Shades of #7B4E55

#7B4E55
(123,78,85)
#70474E
(112,71,78)
#654047
(101,64,71)
#5A3940
(90,57,64)
#4F3239
(79,50,57)
#442B32
(68,43,50)
#39242B
(57,36,43)
#2E1D24
(46,29,36)
#23161D
(35,22,29)
#180F16
(24,15,22)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #7B4E55

#7B4E55
(123,78,85)
#875E64
(135,94,100)
#936E73
(147,110,115)
#9F7E82
(159,126,130)
#AB8E91
(171,142,145)
#B79EA0
(183,158,160)
#C3AEAF
(195,174,175)
#CFBEBE
(207,190,190)
#DBCECD
(219,206,205)
#E7DEDC
(231,222,220)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4E55; }

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

This text font color is #7B4E55.

Background Color

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

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

This div background color is #7B4E55.

Border color

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

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

This div border color is #7B4E55.

Opacity

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

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

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

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

This text has shadow with #7B4E55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B4E55.

Preview

Color preview on black background

This text has color #7B4E55 on black background.


Color preview on white background

This text has color #7B4E55 on white background.


Black color preview on #7B4E55 background

This text has black color on #7B4E55 background.


White color preview on #7B4E55 background

This text has white color on #7B4E55 background.


Related colors

Complementary color

Complementary color for #hex is #84B1AA.


I love getcolorcode.com

Triadic colors

1 #557B4E and #4E557B with #7B4E55 are triadic colors.

2 #554E7B and #4E7B55 with #7B4E55 are triadic colors.