COLOR #7B465E

HEX: #7B465E
RGB: (123,70,94)

Color info

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

RGB color model

#7B465E color RGB value is (123,70,94).

  • red value is 123;
  • green value is 70;
  • blue value is 94.
RGB:
(123,70,94)
(48%,27%,37%)

RGB channels and saturation

R 123 of 255 = 48%
G 70 of 255 = 27%
B 94 of 255 = 37%

123
70
94

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

Portions of RGB colors in percentages

R + G + B =
123 + 70 + 94 = 287 (100%)
R 123 of 287 ~ 42.86%
G 70 of 287 ~ 24.39%
B 94 of 287 ~ 32.75%

%42.86
%24.39
%32.75

CMYK color model

#7B465E color CMYK value is (0,43,24,52).

  • cyan value is 0.00%
  • magenta value is 43.09%
  • yellow value is 23.58%
  • key color value is 51.76%
CMYK:
(0,43,24,52)
C0M43Y24K52 
(0%,43%,24%,52%)
(0.00/0.43/0.24/0.52)	

CMYK percentages

%0
%43.09
%23.58
%51.76

Codes

Color #7B465E in popluar color models

7B465E
RGB1237094
HSL333°27.46%37.84%
HSB/HSV333°43.09%48.24%
CMYK0.00%43.09%23.58%
51.76%

Color #7B465E in popluar number systems.

HEX7B465E
Decimal1237094
Binary111101110001101011110
Octal173106136

Shades and tints

Shades of #7B465E

#7B465E
(123,70,94)
#704056
(112,64,86)
#653A4E
(101,58,78)
#5A3446
(90,52,70)
#4F2E3E
(79,46,62)
#442836
(68,40,54)
#39222E
(57,34,46)
#2E1C26
(46,28,38)
#23161E
(35,22,30)
#181016
(24,16,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #7B465E

#7B465E
(123,70,94)
#87566C
(135,86,108)
#93667A
(147,102,122)
#9F7688
(159,118,136)
#AB8696
(171,134,150)
#B796A4
(183,150,164)
#C3A6B2
(195,166,178)
#CFB6C0
(207,182,192)
#DBC6CE
(219,198,206)
#E7D6DC
(231,214,220)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B465E color. Also use rgb(123,70,94) instead hex code.

Text Font Color

.myTextColor { color: #7B465E; }

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

This text font color is #7B465E.


Background Color

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

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

This div background color is #7B465E.


Border color

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

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

This div border color is #7B465E.


Opacity

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

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

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

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

This text has shadow with #7B465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B465E on black background.


Color preview on white background

This text has color #7B465E on white background.



Black color preview on #7B465E background

This text has black color on #7B465E background.


White color preview on #7B465E background

This text has white color on #7B465E background.