COLOR #7B5566

HEX: #7B5566 RGB: (123,85,102)

Color info

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

RGB color model

#7B5566 color RGB value is (123,85,102).

RGB: (123,85,102) (48%, 33%, 40%)

RGB channels and saturation

R 123 of 255 = 48%
G 85 of 255 = 33%
B 102 of 255 = 40%

123
85
102

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

Portions of RGB colors in percentages

R + G + B = 123 + 85 + 102 = 310 (100%)
R 123 of 310 ~ 39.68%
G 85 of 310 ~ 27.42%
B 102 of 310 ~ 32.9'%

%39.68
%27.42
%32.9

CMYK color model

#7B5566 color CMYK value is (0,31,17,52).

  • cyan value is 0.00%
  • magenta value is 30.89%
  • yellow value is 17.07%
  • key color value is 51.76%

CMYK: (0,31,17,52)
C0M31Y17K52 (0%, 31%, 17%, 52%)
(0.00 / 0.31 / 0.17 / 0.52)

CMYK percentages

%0
%30.89
%17.07
%51.76

Codes

Color #7B5566 in popluar color models

7B 55 66
RGB 123 85 102
HSL 333° 18.27% 40.78%
HSB/HSV 333° 30.89% 48.24%
CMYK 0.00% 30.89% 17.07%
51.76%

Color #7B5566 in popluar number systems.

HEX 7B 55 66
Decimal 123 85 102
Binary 1111011 1010101 1100110
Octal 173 125 146

Shades and tints

Shades of #7B5566

#7B5566
(123,85,102)
#704E5D
(112,78,93)
#654754
(101,71,84)
#5A404B
(90,64,75)
#4F3942
(79,57,66)
#443239
(68,50,57)
#392B30
(57,43,48)
#2E2427
(46,36,39)
#231D1E
(35,29,30)
#181615
(24,22,21)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #7B5566

#7B5566
(123,85,102)
#876473
(135,100,115)
#937380
(147,115,128)
#9F828D
(159,130,141)
#AB919A
(171,145,154)
#B7A0A7
(183,160,167)
#C3AFB4
(195,175,180)
#CFBEC1
(207,190,193)
#DBCDCE
(219,205,206)
#E7DCDB
(231,220,219)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5566 color. Also use rgb(123,85,102) instead hex code.

Text Font Color

.myTextColor { color: #7B5566; }

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

This text font color is #7B5566.

Background Color

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

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

This div background color is #7B5566.

Border color

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

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

This div border color is #7B5566.

Opacity

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

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

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

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

This text has shadow with #7B5566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B5566.

Preview

Color preview on black background

This text has color #7B5566 on black background.


Color preview on white background

This text has color #7B5566 on white background.


Black color preview on #7B5566 background

This text has black color on #7B5566 background.


White color preview on #7B5566 background

This text has white color on #7B5566 background.


Related colors

Complementary color

Complementary color for #hex is #84AA99.


I love getcolorcode.com

Triadic colors

1 #667B55 and #55667B with #7B5566 are triadic colors.

2 #66557B and #557B66 with #7B5566 are triadic colors.