COLOR #7B5261

HEX: #7B5261 RGB: (123,82,97)

Color info

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

RGB color model

#7B5261 color RGB value is (123,82,97).

RGB: (123,82,97) (48%, 32%, 38%)

RGB channels and saturation

R 123 of 255 = 48%
G 82 of 255 = 32%
B 97 of 255 = 38%

123
82
97

R + G + B ~ 39%. #7B5261 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 82 + 97 = 302 (100%)
R 123 of 302 ~ 40.73%
G 82 of 302 ~ 27.15%
B 97 of 302 ~ 32.12'%

%40.73
%27.15
%32.12

CMYK color model

#7B5261 color CMYK value is (0,33,21,52).

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

CMYK: (0,33,21,52)
C0M33Y21K52 (0%, 33%, 21%, 52%)
(0.00 / 0.33 / 0.21 / 0.52)

CMYK percentages

%0
%33.33
%21.14
%51.76

Codes

Color #7B5261 in popluar color models

7B 52 61
RGB 123 82 97
HSL 338° 20.00% 40.20%
HSB/HSV 338° 33.33% 48.24%
CMYK 0.00% 33.33% 21.14%
51.76%

Color #7B5261 in popluar number systems.

HEX 7B 52 61
Decimal 123 82 97
Binary 1111011 1010010 1100001
Octal 173 122 141

Shades and tints

Shades of #7B5261

#7B5261
(123,82,97)
#704B59
(112,75,89)
#654451
(101,68,81)
#5A3D49
(90,61,73)
#4F3641
(79,54,65)
#442F39
(68,47,57)
#392831
(57,40,49)
#2E2129
(46,33,41)
#231A21
(35,26,33)
#181319
(24,19,25)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #7B5261

#7B5261
(123,82,97)
#87616F
(135,97,111)
#93707D
(147,112,125)
#9F7F8B
(159,127,139)
#AB8E99
(171,142,153)
#B79DA7
(183,157,167)
#C3ACB5
(195,172,181)
#CFBBC3
(207,187,195)
#DBCAD1
(219,202,209)
#E7D9DF
(231,217,223)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5261; }

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

This text font color is #7B5261.

Background Color

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

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

This div background color is #7B5261.

Border color

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

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

This div border color is #7B5261.

Opacity

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

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

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

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

This text has shadow with #7B5261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5261.

Preview

Color preview on black background

This text has color #7B5261 on black background.


Color preview on white background

This text has color #7B5261 on white background.


Black color preview on #7B5261 background

This text has black color on #7B5261 background.


White color preview on #7B5261 background

This text has white color on #7B5261 background.


Related colors

Complementary color

Complementary color for #hex is #84AD9E.


I love getcolorcode.com

Triadic colors

1 #617B52 and #52617B with #7B5261 are triadic colors.

2 #61527B and #527B61 with #7B5261 are triadic colors.