COLOR #7B5662

HEX: #7B5662
RGB: (123,86,98)

Color info

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

RGB color model

#7B5662 color RGB value is (123,86,98).

  • red value is 123;
  • green value is 86;
  • blue value is 98.
RGB:
(123,86,98)
(48%,34%,38%)

RGB channels and saturation

R 123 of 255 = 48%
G 86 of 255 = 34%
B 98 of 255 = 38%

123
86
98

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

Portions of RGB colors in percentages

R + G + B =
123 + 86 + 98 = 307 (100%)
R 123 of 307 ~ 40.07%
G 86 of 307 ~ 28.01%
B 98 of 307 ~ 31.92%

%40.07
%28.01
%31.92

CMYK color model

#7B5662 color CMYK value is (0,30,20,52).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 20.33%
  • key color value is 51.76%
CMYK:
(0,30,20,52)
C0M30Y20K52 
(0%,30%,20%,52%)
(0.00/0.30/0.20/0.52)	

CMYK percentages

%0
%30.08
%20.33
%51.76

Codes

Color #7B5662 in popluar color models

7B5662
RGB1238698
HSL341°17.70%40.98%
HSB/HSV341°30.08%48.24%
CMYK0.00%30.08%20.33%
51.76%

Color #7B5662 in popluar number systems.

HEX7B5662
Decimal1238698
Binary111101110101101100010
Octal173126142

Shades and tints

Shades of #7B5662

#7B5662
(123,86,98)
#704F5A
(112,79,90)
#654852
(101,72,82)
#5A414A
(90,65,74)
#4F3A42
(79,58,66)
#44333A
(68,51,58)
#392C32
(57,44,50)
#2E252A
(46,37,42)
#231E22
(35,30,34)
#18171A
(24,23,26)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #7B5662

#7B5662
(123,86,98)
#876570
(135,101,112)
#93747E
(147,116,126)
#9F838C
(159,131,140)
#AB929A
(171,146,154)
#B7A1A8
(183,161,168)
#C3B0B6
(195,176,182)
#CFBFC4
(207,191,196)
#DBCED2
(219,206,210)
#E7DDE0
(231,221,224)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5662; }

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

This text font color is #7B5662.


Background Color

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

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

This div background color is #7B5662.


Border color

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

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

This div border color is #7B5662.


Opacity

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

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

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

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

This text has shadow with #7B5662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5662 on black background.


Color preview on white background

This text has color #7B5662 on white background.



Black color preview on #7B5662 background

This text has black color on #7B5662 background.


White color preview on #7B5662 background

This text has white color on #7B5662 background.