COLOR #7B4162

HEX: #7B4162
RGB: (123,65,98)

Color info

#7B4162 contains red, green and blue colors in about the same proportion. Web safe color of #7B4162 is #663366 (or #636).

RGB color model

#7B4162 color RGB value is (123,65,98).

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

RGB channels and saturation

R 123 of 255 = 48%
G 65 of 255 = 25%
B 98 of 255 = 38%

123
65
98

R + G + B ~ 37%. #7B4162 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 65 + 98 = 286 (100%)
R 123 of 286 ~ 43.01%
G 65 of 286 ~ 22.73%
B 98 of 286 ~ 34.27%

%43.01
%22.73
%34.27

CMYK color model

#7B4162 color CMYK value is (0,47,20,52).

  • cyan value is 0.00%
  • magenta value is 47.15%
  • yellow value is 20.33%
  • key color value is 51.76%
CMYK:
(0,47,20,52)
C0M47Y20K52 
(0%,47%,20%,52%)
(0.00/0.47/0.20/0.52)	

CMYK percentages

%0
%47.15
%20.33
%51.76

Codes

Color #7B4162 in popluar color models

7B4162
RGB1236598
HSL326°30.85%36.86%
HSB/HSV326°47.15%48.24%
CMYK0.00%47.15%20.33%
51.76%

Color #7B4162 in popluar number systems.

HEX7B4162
Decimal1236598
Binary111101110000011100010
Octal173101142

Shades and tints

Shades of #7B4162

#7B4162
(123,65,98)
#703C5A
(112,60,90)
#653752
(101,55,82)
#5A324A
(90,50,74)
#4F2D42
(79,45,66)
#44283A
(68,40,58)
#392332
(57,35,50)
#2E1E2A
(46,30,42)
#231922
(35,25,34)
#18141A
(24,20,26)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #7B4162

#7B4162
(123,65,98)
#875270
(135,82,112)
#93637E
(147,99,126)
#9F748C
(159,116,140)
#AB859A
(171,133,154)
#B796A8
(183,150,168)
#C3A7B6
(195,167,182)
#CFB8C4
(207,184,196)
#DBC9D2
(219,201,210)
#E7DAE0
(231,218,224)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4162; }

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

This text font color is #7B4162.


Background Color

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

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

This div background color is #7B4162.


Border color

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

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

This div border color is #7B4162.


Opacity

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

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

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

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

This text has shadow with #7B4162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4162 on black background.


Color preview on white background

This text has color #7B4162 on white background.



Black color preview on #7B4162 background

This text has black color on #7B4162 background.


White color preview on #7B4162 background

This text has white color on #7B4162 background.