COLOR #7B596F

HEX: #7B596F RGB: (123,89,111)

Color info

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

RGB color model

#7B596F color RGB value is (123,89,111).

RGB: (123,89,111) (48%, 35%, 44%)

RGB channels and saturation

R 123 of 255 = 48%
G 89 of 255 = 35%
B 111 of 255 = 44%

123
89
111

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

Portions of RGB colors in percentages

R + G + B = 123 + 89 + 111 = 323 (100%)
R 123 of 323 ~ 38.08%
G 89 of 323 ~ 27.55%
B 111 of 323 ~ 34.37'%

%38.08
%27.55
%34.37

CMYK color model

#7B596F color CMYK value is (0,28,10,52).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 9.76%
  • key color value is 51.76%

CMYK: (0,28,10,52)
C0M28Y10K52 (0%, 28%, 10%, 52%)
(0.00 / 0.28 / 0.10 / 0.52)

CMYK percentages

%0
%27.64
%9.76
%51.76

Codes

Color #7B596F in popluar color models

7B 59 6F
RGB 123 89 111
HSL 321° 16.04% 41.57%
HSB/HSV 321° 27.64% 48.24%
CMYK 0.00% 27.64% 9.76%
51.76%

Color #7B596F in popluar number systems.

HEX 7B 59 6F
Decimal 123 89 111
Binary 1111011 1011001 1101111
Octal 173 131 157

Shades and tints

Shades of #7B596F

#7B596F
(123,89,111)
#705165
(112,81,101)
#65495B
(101,73,91)
#5A4151
(90,65,81)
#4F3947
(79,57,71)
#44313D
(68,49,61)
#392933
(57,41,51)
#2E2129
(46,33,41)
#23191F
(35,25,31)
#181115
(24,17,21)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #7B596F

#7B596F
(123,89,111)
#87687C
(135,104,124)
#937789
(147,119,137)
#9F8696
(159,134,150)
#AB95A3
(171,149,163)
#B7A4B0
(183,164,176)
#C3B3BD
(195,179,189)
#CFC2CA
(207,194,202)
#DBD1D7
(219,209,215)
#E7E0E4
(231,224,228)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B596F color. Also use rgb(123,89,111) instead hex code.

Text Font Color

.myTextColor { color: #7B596F; }

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

This text font color is #7B596F.

Background Color

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

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

This div background color is #7B596F.

Border color

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

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

This div border color is #7B596F.

Opacity

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

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

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

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

This text has shadow with #7B596F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B596F.

Preview

Color preview on black background

This text has color #7B596F on black background.


Color preview on white background

This text has color #7B596F on white background.


Black color preview on #7B596F background

This text has black color on #7B596F background.


White color preview on #7B596F background

This text has white color on #7B596F background.


Related colors

Complementary color

Complementary color for #hex is #84A690.


I love getcolorcode.com

Triadic colors

1 #6F7B59 and #596F7B with #7B596F are triadic colors.

2 #6F597B and #597B6F with #7B596F are triadic colors.