COLOR #7B5461

HEX: #7B5461 RGB: (123,84,97)

Color info

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

RGB color model

#7B5461 color RGB value is (123,84,97).

RGB: (123,84,97) (48%, 33%, 38%)

RGB channels and saturation

R 123 of 255 = 48%
G 84 of 255 = 33%
B 97 of 255 = 38%

123
84
97

R + G + B ~ 40%. #7B5461 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 123 + 84 + 97 = 304 (100%)
R 123 of 304 ~ 40.46%
G 84 of 304 ~ 27.63%
B 97 of 304 ~ 31.91'%

%40.46
%27.63
%31.91

CMYK color model

#7B5461 color CMYK value is (0,32,21,52).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 21.14%
  • key color value is 51.76%

CMYK: (0,32,21,52)
C0M32Y21K52 (0%, 32%, 21%, 52%)
(0.00 / 0.32 / 0.21 / 0.52)

CMYK percentages

%0
%31.71
%21.14
%51.76

Codes

Color #7B5461 in popluar color models

7B 54 61
RGB 123 84 97
HSL 340° 18.84% 40.59%
HSB/HSV 340° 31.71% 48.24%
CMYK 0.00% 31.71% 21.14%
51.76%

Color #7B5461 in popluar number systems.

HEX 7B 54 61
Decimal 123 84 97
Binary 1111011 1010100 1100001
Octal 173 124 141

Shades and tints

Shades of #7B5461

#7B5461
(123,84,97)
#704D59
(112,77,89)
#654651
(101,70,81)
#5A3F49
(90,63,73)
#4F3841
(79,56,65)
#443139
(68,49,57)
#392A31
(57,42,49)
#2E2329
(46,35,41)
#231C21
(35,28,33)
#181519
(24,21,25)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #7B5461

#7B5461
(123,84,97)
#87636F
(135,99,111)
#93727D
(147,114,125)
#9F818B
(159,129,139)
#AB9099
(171,144,153)
#B79FA7
(183,159,167)
#C3AEB5
(195,174,181)
#CFBDC3
(207,189,195)
#DBCCD1
(219,204,209)
#E7DBDF
(231,219,223)
#F3EAED
(243,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5461 color. Also use rgb(123,84,97) instead hex code.

Text Font Color

.myTextColor { color: #7B5461; }

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

This text font color is #7B5461.

Background Color

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

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

This div background color is #7B5461.

Border color

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

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

This div border color is #7B5461.

Opacity

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

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

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

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

This text has shadow with #7B5461 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5461.

Preview

Color preview on black background

This text has color #7B5461 on black background.


Color preview on white background

This text has color #7B5461 on white background.


Black color preview on #7B5461 background

This text has black color on #7B5461 background.


White color preview on #7B5461 background

This text has white color on #7B5461 background.


Related colors

Complementary color

Complementary color for #hex is #84AB9E.


I love getcolorcode.com

Triadic colors

1 #617B54 and #54617B with #7B5461 are triadic colors.

2 #61547B and #547B61 with #7B5461 are triadic colors.