COLOR #7B5465

HEX: #7B5465
RGB: (123,84,101)

Color info

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

RGB color model

#7B5465 color RGB value is (123,84,101).

  • red value is 123;
  • green value is 84;
  • blue value is 101.
RGB:
(123,84,101)
(48%,33%,40%)

RGB channels and saturation

R 123 of 255 = 48%
G 84 of 255 = 33%
B 101 of 255 = 40%

123
84
101

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

Portions of RGB colors in percentages

R + G + B =
123 + 84 + 101 = 308 (100%)
R 123 of 308 ~ 39.94%
G 84 of 308 ~ 27.27%
B 101 of 308 ~ 32.79%

%39.94
%27.27
%32.79

CMYK color model

#7B5465 color CMYK value is (0,32,18,52).

  • cyan value is 0.00%
  • magenta value is 31.71%
  • yellow value is 17.89%
  • key color value is 51.76%
CMYK:
(0,32,18,52)
C0M32Y18K52 
(0%,32%,18%,52%)
(0.00/0.32/0.18/0.52)	

CMYK percentages

%0
%31.71
%17.89
%51.76

Codes

Color #7B5465 in popluar color models

7B5465
RGB12384101
HSL334°18.84%40.59%
HSB/HSV334°31.71%48.24%
CMYK0.00%31.71%17.89%
51.76%

Color #7B5465 in popluar number systems.

HEX7B5465
Decimal12384101
Binary111101110101001100101
Octal173124145

Shades and tints

Shades of #7B5465

#7B5465
(123,84,101)
#704D5C
(112,77,92)
#654653
(101,70,83)
#5A3F4A
(90,63,74)
#4F3841
(79,56,65)
#443138
(68,49,56)
#392A2F
(57,42,47)
#2E2326
(46,35,38)
#231C1D
(35,28,29)
#181514
(24,21,20)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #7B5465

#7B5465
(123,84,101)
#876373
(135,99,115)
#937281
(147,114,129)
#9F818F
(159,129,143)
#AB909D
(171,144,157)
#B79FAB
(183,159,171)
#C3AEB9
(195,174,185)
#CFBDC7
(207,189,199)
#DBCCD5
(219,204,213)
#E7DBE3
(231,219,227)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5465 color. Also use rgb(123,84,101) instead hex code.

Text Font Color

.myTextColor { color: #7B5465; }

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

This text font color is #7B5465.


Background Color

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

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

This div background color is #7B5465.


Border color

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

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

This div border color is #7B5465.


Opacity

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

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

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

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

This text has shadow with #7B5465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5465 on black background.


Color preview on white background

This text has color #7B5465 on white background.



Black color preview on #7B5465 background

This text has black color on #7B5465 background.


White color preview on #7B5465 background

This text has white color on #7B5465 background.