COLOR #7B5061

HEX: #7B5061 RGB: (123,80,97)

Color info

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

RGB color model

#7B5061 color RGB value is (123,80,97).

RGB: (123,80,97) (48%, 31%, 38%)

RGB channels and saturation

R 123 of 255 = 48%
G 80 of 255 = 31%
B 97 of 255 = 38%

123
80
97

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

Portions of RGB colors in percentages

R + G + B = 123 + 80 + 97 = 300 (100%)
R 123 of 300 ~ 41%
G 80 of 300 ~ 26.67%
B 97 of 300 ~ 32.33'%

%41
%26.67
%32.33

CMYK color model

#7B5061 color CMYK value is (0,35,21,52).

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

CMYK: (0,35,21,52)
C0M35Y21K52 (0%, 35%, 21%, 52%)
(0.00 / 0.35 / 0.21 / 0.52)

CMYK percentages

%0
%34.96
%21.14
%51.76

Codes

Color #7B5061 in popluar color models

7B 50 61
RGB 123 80 97
HSL 336° 21.18% 39.80%
HSB/HSV 336° 34.96% 48.24%
CMYK 0.00% 34.96% 21.14%
51.76%

Color #7B5061 in popluar number systems.

HEX 7B 50 61
Decimal 123 80 97
Binary 1111011 1010000 1100001
Octal 173 120 141

Shades and tints

Shades of #7B5061

#7B5061
(123,80,97)
#704959
(112,73,89)
#654251
(101,66,81)
#5A3B49
(90,59,73)
#4F3441
(79,52,65)
#442D39
(68,45,57)
#392631
(57,38,49)
#2E1F29
(46,31,41)
#231821
(35,24,33)
#181119
(24,17,25)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #7B5061

#7B5061
(123,80,97)
#875F6F
(135,95,111)
#936E7D
(147,110,125)
#9F7D8B
(159,125,139)
#AB8C99
(171,140,153)
#B79BA7
(183,155,167)
#C3AAB5
(195,170,181)
#CFB9C3
(207,185,195)
#DBC8D1
(219,200,209)
#E7D7DF
(231,215,223)
#F3E6ED
(243,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5061; }

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

This text font color is #7B5061.

Background Color

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

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

This div background color is #7B5061.

Border color

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

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

This div border color is #7B5061.

Opacity

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

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

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

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

This text has shadow with #7B5061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5061.

Preview

Color preview on black background

This text has color #7B5061 on black background.


Color preview on white background

This text has color #7B5061 on white background.


Black color preview on #7B5061 background

This text has black color on #7B5061 background.


White color preview on #7B5061 background

This text has white color on #7B5061 background.


Related colors

Complementary color

Complementary color for #hex is #84AF9E.


I love getcolorcode.com

Triadic colors

1 #617B50 and #50617B with #7B5061 are triadic colors.

2 #61507B and #507B61 with #7B5061 are triadic colors.