COLOR #7B6071

HEX: #7B6071 RGB: (123,96,113)

Color info

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

RGB color model

#7B6071 color RGB value is (123,96,113).

RGB: (123,96,113) (48%, 38%, 44%)

RGB channels and saturation

R 123 of 255 = 48%
G 96 of 255 = 38%
B 113 of 255 = 44%

123
96
113

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

Portions of RGB colors in percentages

R + G + B = 123 + 96 + 113 = 332 (100%)
R 123 of 332 ~ 37.05%
G 96 of 332 ~ 28.92%
B 113 of 332 ~ 34.04'%

%37.05
%28.92
%34.04

CMYK color model

#7B6071 color CMYK value is (0,22,8,52).

  • cyan value is 0.00%
  • magenta value is 21.95%
  • yellow value is 8.13%
  • key color value is 51.76%

CMYK: (0,22,8,52)
C0M22Y8K52 (0%, 22%, 8%, 52%)
(0.00 / 0.22 / 0.08 / 0.52)

CMYK percentages

%0
%21.95
%8.13
%51.76

Codes

Color #7B6071 in popluar color models

7B 60 71
RGB 123 96 113
HSL 322° 12.33% 42.94%
HSB/HSV 322° 21.95% 48.24%
CMYK 0.00% 21.95% 8.13%
51.76%

Color #7B6071 in popluar number systems.

HEX 7B 60 71
Decimal 123 96 113
Binary 1111011 1100000 1110001
Octal 173 140 161

Shades and tints

Shades of #7B6071

#7B6071
(123,96,113)
#705867
(112,88,103)
#65505D
(101,80,93)
#5A4853
(90,72,83)
#4F4049
(79,64,73)
#44383F
(68,56,63)
#393035
(57,48,53)
#2E282B
(46,40,43)
#232021
(35,32,33)
#181817
(24,24,23)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #7B6071

#7B6071
(123,96,113)
#876E7D
(135,110,125)
#937C89
(147,124,137)
#9F8A95
(159,138,149)
#AB98A1
(171,152,161)
#B7A6AD
(183,166,173)
#C3B4B9
(195,180,185)
#CFC2C5
(207,194,197)
#DBD0D1
(219,208,209)
#E7DEDD
(231,222,221)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6071 color. Also use rgb(123,96,113) instead hex code.

Text Font Color

.myTextColor { color: #7B6071; }

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

This text font color is #7B6071.

Background Color

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

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

This div background color is #7B6071.

Border color

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

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

This div border color is #7B6071.

Opacity

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

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

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

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

This text has shadow with #7B6071 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6071.

Preview

Color preview on black background

This text has color #7B6071 on black background.


Color preview on white background

This text has color #7B6071 on white background.


Black color preview on #7B6071 background

This text has black color on #7B6071 background.


White color preview on #7B6071 background

This text has white color on #7B6071 background.


Related colors

Complementary color

Complementary color for #hex is #849F8E.


I love getcolorcode.com

Triadic colors

1 #717B60 and #60717B with #7B6071 are triadic colors.

2 #71607B and #607B71 with #7B6071 are triadic colors.