COLOR #7B566C

HEX: #7B566C RGB: (123,86,108)

Color info

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

RGB color model

#7B566C color RGB value is (123,86,108).

RGB: (123,86,108) (48%, 34%, 42%)

RGB channels and saturation

R 123 of 255 = 48%
G 86 of 255 = 34%
B 108 of 255 = 42%

123
86
108

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

Portions of RGB colors in percentages

R + G + B = 123 + 86 + 108 = 317 (100%)
R 123 of 317 ~ 38.8%
G 86 of 317 ~ 27.13%
B 108 of 317 ~ 34.07'%

%38.8
%27.13
%34.07

CMYK color model

#7B566C color CMYK value is (0,30,12,52).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 12.20%
  • key color value is 51.76%

CMYK: (0,30,12,52)
C0M30Y12K52 (0%, 30%, 12%, 52%)
(0.00 / 0.30 / 0.12 / 0.52)

CMYK percentages

%0
%30.08
%12.2
%51.76

Codes

Color #7B566C in popluar color models

7B 56 6C
RGB 123 86 108
HSL 324° 17.70% 40.98%
HSB/HSV 324° 30.08% 48.24%
CMYK 0.00% 30.08% 12.20%
51.76%

Color #7B566C in popluar number systems.

HEX 7B 56 6C
Decimal 123 86 108
Binary 1111011 1010110 1101100
Octal 173 126 154

Shades and tints

Shades of #7B566C

#7B566C
(123,86,108)
#704F63
(112,79,99)
#65485A
(101,72,90)
#5A4151
(90,65,81)
#4F3A48
(79,58,72)
#44333F
(68,51,63)
#392C36
(57,44,54)
#2E252D
(46,37,45)
#231E24
(35,30,36)
#18171B
(24,23,27)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #7B566C

#7B566C
(123,86,108)
#876579
(135,101,121)
#937486
(147,116,134)
#9F8393
(159,131,147)
#AB92A0
(171,146,160)
#B7A1AD
(183,161,173)
#C3B0BA
(195,176,186)
#CFBFC7
(207,191,199)
#DBCED4
(219,206,212)
#E7DDE1
(231,221,225)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B566C color. Also use rgb(123,86,108) instead hex code.

Text Font Color

.myTextColor { color: #7B566C; }

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

This text font color is #7B566C.

Background Color

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

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

This div background color is #7B566C.

Border color

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

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

This div border color is #7B566C.

Opacity

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

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

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

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

This text has shadow with #7B566C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B566C.

Preview

Color preview on black background

This text has color #7B566C on black background.


Color preview on white background

This text has color #7B566C on white background.


Black color preview on #7B566C background

This text has black color on #7B566C background.


White color preview on #7B566C background

This text has white color on #7B566C background.


Related colors

Complementary color

Complementary color for #hex is #84A993.


I love getcolorcode.com

Triadic colors

1 #6C7B56 and #566C7B with #7B566C are triadic colors.

2 #6C567B and #567B6C with #7B566C are triadic colors.