COLOR #7B6271

HEX: #7B6271 RGB: (123,98,113)

Color info

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

RGB color model

#7B6271 color RGB value is (123,98,113).

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

RGB channels and saturation

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

123
98
113

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

Portions of RGB colors in percentages

R + G + B = 123 + 98 + 113 = 334 (100%)
R 123 of 334 ~ 36.83%
G 98 of 334 ~ 29.34%
B 113 of 334 ~ 33.83'%

%36.83
%29.34
%33.83

CMYK color model

#7B6271 color CMYK value is (0,20,8,52).

  • cyan value is 0.00%
  • magenta value is 20.33%
  • yellow value is 8.13%
  • key color value is 51.76%
CMYK: (0,20,8,52) C0M20Y8K52 (0%,20%,8%,52%) (0.00/0.20/0.08/0.52) 

CMYK percentages

%0
%20.33
%8.13
%51.76

Codes

Color #7B6271 in popluar color models

7B 62 71
RGB 123 98 113
HSL 324° 11.31% 43.33%
HSB/HSV 324° 20.33% 48.24%
CMYK 0.00% 20.33% 8.13%
51.76%

Color #7B6271 in popluar number systems.

HEX 7B 62 71
Decimal 123 98 113
Binary 1111011 1100010 1110001
Octal 173 142 161

Shades and tints

Shades of #7B6271

#7B6271
(123,98,113)
#705A67
(112,90,103)
#65525D
(101,82,93)
#5A4A53
(90,74,83)
#4F4249
(79,66,73)
#443A3F
(68,58,63)
#393235
(57,50,53)
#2E2A2B
(46,42,43)
#232221
(35,34,33)
#181A17
(24,26,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #7B6271

#7B6271
(123,98,113)
#87707D
(135,112,125)
#937E89
(147,126,137)
#9F8C95
(159,140,149)
#AB9AA1
(171,154,161)
#B7A8AD
(183,168,173)
#C3B6B9
(195,182,185)
#CFC4C5
(207,196,197)
#DBD2D1
(219,210,209)
#E7E0DD
(231,224,221)
#F3EEE9
(243,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6271; }

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

This text font color is #7B6271.

Background Color

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

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

This div background color is #7B6271.

Border color

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

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

This div border color is #7B6271.

Opacity

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

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

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

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

This text has shadow with #7B6271 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6271.

Preview

Color preview on black background

This text has color #7B6271 on black background.


Color preview on white background

This text has color #7B6271 on white background.


Black color preview on #7B6271 background

This text has black color on #7B6271 background.


White color preview on #7B6271 background

This text has white color on #7B6271 background.


Related colors

Complementary color

Complementary color for #hex is #849D8E.


I love getcolorcode.com

Triadic colors

1 #717B62 and #62717B with #7B6271 are triadic colors.

2 #71627B and #627B71 with #7B6271 are triadic colors.