COLOR #7B6F71

HEX: #7B6F71 RGB: (123,111,113)

Color info

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

RGB color model

#7B6F71 color RGB value is (123,111,113).

RGB: (123,111,113) (48%, 44%, 44%)

RGB channels and saturation

R 123 of 255 = 48%
G 111 of 255 = 44%
B 113 of 255 = 44%

123
111
113

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

Portions of RGB colors in percentages

R + G + B = 123 + 111 + 113 = 347 (100%)
R 123 of 347 ~ 35.45%
G 111 of 347 ~ 31.99%
B 113 of 347 ~ 32.56'%

%35.45
%31.99
%32.56

CMYK color model

#7B6F71 color CMYK value is (0,10,8,52).

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

CMYK: (0,10,8,52)
C0M10Y8K52 (0%, 10%, 8%, 52%)
(0.00 / 0.10 / 0.08 / 0.52)

CMYK percentages

%0
%9.76
%8.13
%51.76

Codes

Color #7B6F71 in popluar color models

7B 6F 71
RGB 123 111 113
HSL 350° 5.13% 45.88%
HSB/HSV 350° 9.76% 48.24%
CMYK 0.00% 9.76% 8.13%
51.76%

Color #7B6F71 in popluar number systems.

HEX 7B 6F 71
Decimal 123 111 113
Binary 1111011 1101111 1110001
Octal 173 157 161

Shades and tints

Shades of #7B6F71

#7B6F71
(123,111,113)
#706567
(112,101,103)
#655B5D
(101,91,93)
#5A5153
(90,81,83)
#4F4749
(79,71,73)
#443D3F
(68,61,63)
#393335
(57,51,53)
#2E292B
(46,41,43)
#231F21
(35,31,33)
#181517
(24,21,23)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #7B6F71

#7B6F71
(123,111,113)
#877C7D
(135,124,125)
#938989
(147,137,137)
#9F9695
(159,150,149)
#ABA3A1
(171,163,161)
#B7B0AD
(183,176,173)
#C3BDB9
(195,189,185)
#CFCAC5
(207,202,197)
#DBD7D1
(219,215,209)
#E7E4DD
(231,228,221)
#F3F1E9
(243,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6F71; }

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

This text font color is #7B6F71.

Background Color

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

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

This div background color is #7B6F71.

Border color

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

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

This div border color is #7B6F71.

Opacity

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

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

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

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

This text has shadow with #7B6F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6F71.

Preview

Color preview on black background

This text has color #7B6F71 on black background.


Color preview on white background

This text has color #7B6F71 on white background.


Black color preview on #7B6F71 background

This text has black color on #7B6F71 background.


White color preview on #7B6F71 background

This text has white color on #7B6F71 background.


Related colors

Complementary color

Complementary color for #hex is #84908E.


I love getcolorcode.com

Triadic colors

1 #717B6F and #6F717B with #7B6F71 are triadic colors.

2 #716F7B and #6F7B71 with #7B6F71 are triadic colors.