COLOR #7B5B66

HEX: #7B5B66
RGB: (123,91,102)

Color info

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

RGB color model

#7B5B66 color RGB value is (123,91,102).

  • red value is 123;
  • green value is 91;
  • blue value is 102.
RGB:
(123,91,102)
(48%,36%,40%)

RGB channels and saturation

R 123 of 255 = 48%
G 91 of 255 = 36%
B 102 of 255 = 40%

123
91
102

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

Portions of RGB colors in percentages

R + G + B =
123 + 91 + 102 = 316 (100%)
R 123 of 316 ~ 38.92%
G 91 of 316 ~ 28.8%
B 102 of 316 ~ 32.28%

%38.92
%28.8
%32.28

CMYK color model

#7B5B66 color CMYK value is (0,26,17,52).

  • cyan value is 0.00%
  • magenta value is 26.02%
  • yellow value is 17.07%
  • key color value is 51.76%
CMYK:
(0,26,17,52)
C0M26Y17K52 
(0%,26%,17%,52%)
(0.00/0.26/0.17/0.52)	

CMYK percentages

%0
%26.02
%17.07
%51.76

Codes

Color #7B5B66 in popluar color models

7B5B66
RGB12391102
HSL339°14.95%41.96%
HSB/HSV339°26.02%48.24%
CMYK0.00%26.02%17.07%
51.76%

Color #7B5B66 in popluar number systems.

HEX7B5B66
Decimal12391102
Binary111101110110111100110
Octal173133146

Shades and tints

Shades of #7B5B66

#7B5B66
(123,91,102)
#70535D
(112,83,93)
#654B54
(101,75,84)
#5A434B
(90,67,75)
#4F3B42
(79,59,66)
#443339
(68,51,57)
#392B30
(57,43,48)
#2E2327
(46,35,39)
#231B1E
(35,27,30)
#181315
(24,19,21)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #7B5B66

#7B5B66
(123,91,102)
#876973
(135,105,115)
#937780
(147,119,128)
#9F858D
(159,133,141)
#AB939A
(171,147,154)
#B7A1A7
(183,161,167)
#C3AFB4
(195,175,180)
#CFBDC1
(207,189,193)
#DBCBCE
(219,203,206)
#E7D9DB
(231,217,219)
#F3E7E8
(243,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5B66; }

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

This text font color is #7B5B66.


Background Color

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

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

This div background color is #7B5B66.


Border color

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

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

This div border color is #7B5B66.


Opacity

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

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

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

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

This text has shadow with #7B5B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5B66 on black background.


Color preview on white background

This text has color #7B5B66 on white background.



Black color preview on #7B5B66 background

This text has black color on #7B5B66 background.


White color preview on #7B5B66 background

This text has white color on #7B5B66 background.