COLOR #7B5065

HEX: #7B5065
RGB: (123,80,101)

Color info

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

RGB color model

#7B5065 color RGB value is (123,80,101).

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

RGB channels and saturation

R 123 of 255 = 48%
G 80 of 255 = 31%
B 101 of 255 = 40%

123
80
101

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

Portions of RGB colors in percentages

R + G + B =
123 + 80 + 101 = 304 (100%)
R 123 of 304 ~ 40.46%
G 80 of 304 ~ 26.32%
B 101 of 304 ~ 33.22%

%40.46
%26.32
%33.22

CMYK color model

#7B5065 color CMYK value is (0,35,18,52).

  • cyan value is 0.00%
  • magenta value is 34.96%
  • yellow value is 17.89%
  • key color value is 51.76%
CMYK:
(0,35,18,52)
C0M35Y18K52 
(0%,35%,18%,52%)
(0.00/0.35/0.18/0.52)	

CMYK percentages

%0
%34.96
%17.89
%51.76

Codes

Color #7B5065 in popluar color models

7B5065
RGB12380101
HSL331°21.18%39.80%
HSB/HSV331°34.96%48.24%
CMYK0.00%34.96%17.89%
51.76%

Color #7B5065 in popluar number systems.

HEX7B5065
Decimal12380101
Binary111101110100001100101
Octal173120145

Shades and tints

Shades of #7B5065

#7B5065
(123,80,101)
#70495C
(112,73,92)
#654253
(101,66,83)
#5A3B4A
(90,59,74)
#4F3441
(79,52,65)
#442D38
(68,45,56)
#39262F
(57,38,47)
#2E1F26
(46,31,38)
#23181D
(35,24,29)
#181114
(24,17,20)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #7B5065

#7B5065
(123,80,101)
#875F73
(135,95,115)
#936E81
(147,110,129)
#9F7D8F
(159,125,143)
#AB8C9D
(171,140,157)
#B79BAB
(183,155,171)
#C3AAB9
(195,170,185)
#CFB9C7
(207,185,199)
#DBC8D5
(219,200,213)
#E7D7E3
(231,215,227)
#F3E6F1
(243,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B5065; }

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

This text font color is #7B5065.


Background Color

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

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

This div background color is #7B5065.


Border color

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

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

This div border color is #7B5065.


Opacity

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

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

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

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

This text has shadow with #7B5065 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5065 on black background.


Color preview on white background

This text has color #7B5065 on white background.



Black color preview on #7B5065 background

This text has black color on #7B5065 background.


White color preview on #7B5065 background

This text has white color on #7B5065 background.