COLOR #7B5969

HEX: #7B5969
RGB: (123,89,105)

Color info

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

RGB color model

#7B5969 color RGB value is (123,89,105).

  • red value is 123;
  • green value is 89;
  • blue value is 105.
RGB:
(123,89,105)
(48%,35%,41%)

RGB channels and saturation

R 123 of 255 = 48%
G 89 of 255 = 35%
B 105 of 255 = 41%

123
89
105

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

Portions of RGB colors in percentages

R + G + B =
123 + 89 + 105 = 317 (100%)
R 123 of 317 ~ 38.8%
G 89 of 317 ~ 28.08%
B 105 of 317 ~ 33.12%

%38.8
%28.08
%33.12

CMYK color model

#7B5969 color CMYK value is (0,28,15,52).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 14.63%
  • key color value is 51.76%
CMYK:
(0,28,15,52)
C0M28Y15K52 
(0%,28%,15%,52%)
(0.00/0.28/0.15/0.52)	

CMYK percentages

%0
%27.64
%14.63
%51.76

Codes

Color #7B5969 in popluar color models

7B5969
RGB12389105
HSL332°16.04%41.57%
HSB/HSV332°27.64%48.24%
CMYK0.00%27.64%14.63%
51.76%

Color #7B5969 in popluar number systems.

HEX7B5969
Decimal12389105
Binary111101110110011101001
Octal173131151

Shades and tints

Shades of #7B5969

#7B5969
(123,89,105)
#705160
(112,81,96)
#654957
(101,73,87)
#5A414E
(90,65,78)
#4F3945
(79,57,69)
#44313C
(68,49,60)
#392933
(57,41,51)
#2E212A
(46,33,42)
#231921
(35,25,33)
#181118
(24,17,24)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #7B5969

#7B5969
(123,89,105)
#876876
(135,104,118)
#937783
(147,119,131)
#9F8690
(159,134,144)
#AB959D
(171,149,157)
#B7A4AA
(183,164,170)
#C3B3B7
(195,179,183)
#CFC2C4
(207,194,196)
#DBD1D1
(219,209,209)
#E7E0DE
(231,224,222)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5969; }

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

This text font color is #7B5969.


Background Color

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

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

This div background color is #7B5969.


Border color

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

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

This div border color is #7B5969.


Opacity

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

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

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

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

This text has shadow with #7B5969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5969 on black background.


Color preview on white background

This text has color #7B5969 on white background.



Black color preview on #7B5969 background

This text has black color on #7B5969 background.


White color preview on #7B5969 background

This text has white color on #7B5969 background.