COLOR #7B5057

HEX: #7B5057 RGB: (123,80,87)

Color info

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

RGB color model

#7B5057 color RGB value is (123,80,87).

RGB: (123,80,87) (48%, 31%, 34%)

RGB channels and saturation

R 123 of 255 = 48%
G 80 of 255 = 31%
B 87 of 255 = 34%

123
80
87

R + G + B ~ 38%. #7B5057 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 123 + 80 + 87 = 290 (100%)
R 123 of 290 ~ 42.41%
G 80 of 290 ~ 27.59%
B 87 of 290 ~ 30'%

%42.41
%27.59
%30

CMYK color model

#7B5057 color CMYK value is (0,35,29,52).

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

CMYK: (0,35,29,52)
C0M35Y29K52 (0%, 35%, 29%, 52%)
(0.00 / 0.35 / 0.29 / 0.52)

CMYK percentages

%0
%34.96
%29.27
%51.76

Codes

Color #7B5057 in popluar color models

7B 50 57
RGB 123 80 87
HSL 350° 21.18% 39.80%
HSB/HSV 350° 34.96% 48.24%
CMYK 0.00% 34.96% 29.27%
51.76%

Color #7B5057 in popluar number systems.

HEX 7B 50 57
Decimal 123 80 87
Binary 1111011 1010000 1010111
Octal 173 120 127

Shades and tints

Shades of #7B5057

#7B5057
(123,80,87)
#704950
(112,73,80)
#654249
(101,66,73)
#5A3B42
(90,59,66)
#4F343B
(79,52,59)
#442D34
(68,45,52)
#39262D
(57,38,45)
#2E1F26
(46,31,38)
#23181F
(35,24,31)
#181118
(24,17,24)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #7B5057

#7B5057
(123,80,87)
#875F66
(135,95,102)
#936E75
(147,110,117)
#9F7D84
(159,125,132)
#AB8C93
(171,140,147)
#B79BA2
(183,155,162)
#C3AAB1
(195,170,177)
#CFB9C0
(207,185,192)
#DBC8CF
(219,200,207)
#E7D7DE
(231,215,222)
#F3E6ED
(243,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5057; }

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

This text font color is #7B5057.

Background Color

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

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

This div background color is #7B5057.

Border color

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

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

This div border color is #7B5057.

Opacity

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

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

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

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

This text has shadow with #7B5057 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5057.

Preview

Color preview on black background

This text has color #7B5057 on black background.


Color preview on white background

This text has color #7B5057 on white background.


Black color preview on #7B5057 background

This text has black color on #7B5057 background.


White color preview on #7B5057 background

This text has white color on #7B5057 background.


Related colors

Complementary color

Complementary color for #hex is #84AFA8.


I love getcolorcode.com

Triadic colors

1 #577B50 and #50577B with #7B5057 are triadic colors.

2 #57507B and #507B57 with #7B5057 are triadic colors.