COLOR #7B6E73

HEX: #7B6E73 RGB: (123,110,115)

Color info

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

RGB color model

#7B6E73 color RGB value is (123,110,115).

RGB: (123,110,115) (48%, 43%, 45%)

RGB channels and saturation

R 123 of 255 = 48%
G 110 of 255 = 43%
B 115 of 255 = 45%

123
110
115

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

Portions of RGB colors in percentages

R + G + B = 123 + 110 + 115 = 348 (100%)
R 123 of 348 ~ 35.34%
G 110 of 348 ~ 31.61%
B 115 of 348 ~ 33.05'%

%35.34
%31.61
%33.05

CMYK color model

#7B6E73 color CMYK value is (0,11,7,52).

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 6.50%
  • key color value is 51.76%

CMYK: (0,11,7,52)
C0M11Y7K52 (0%, 11%, 7%, 52%)
(0.00 / 0.11 / 0.07 / 0.52)

CMYK percentages

%0
%10.57
%6.5
%51.76

Codes

Color #7B6E73 in popluar color models

7B 6E 73
RGB 123 110 115
HSL 337° 5.58% 45.69%
HSB/HSV 337° 10.57% 48.24%
CMYK 0.00% 10.57% 6.50%
51.76%

Color #7B6E73 in popluar number systems.

HEX 7B 6E 73
Decimal 123 110 115
Binary 1111011 1101110 1110011
Octal 173 156 163

Shades and tints

Shades of #7B6E73

#7B6E73
(123,110,115)
#706469
(112,100,105)
#655A5F
(101,90,95)
#5A5055
(90,80,85)
#4F464B
(79,70,75)
#443C41
(68,60,65)
#393237
(57,50,55)
#2E282D
(46,40,45)
#231E23
(35,30,35)
#181419
(24,20,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #7B6E73

#7B6E73
(123,110,115)
#877B7F
(135,123,127)
#93888B
(147,136,139)
#9F9597
(159,149,151)
#ABA2A3
(171,162,163)
#B7AFAF
(183,175,175)
#C3BCBB
(195,188,187)
#CFC9C7
(207,201,199)
#DBD6D3
(219,214,211)
#E7E3DF
(231,227,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6E73 color. Also use rgb(123,110,115) instead hex code.

Text Font Color

.myTextColor { color: #7B6E73; }

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

This text font color is #7B6E73.

Background Color

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

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

This div background color is #7B6E73.

Border color

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

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

This div border color is #7B6E73.

Opacity

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

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

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

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

This text has shadow with #7B6E73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6E73.

Preview

Color preview on black background

This text has color #7B6E73 on black background.


Color preview on white background

This text has color #7B6E73 on white background.


Black color preview on #7B6E73 background

This text has black color on #7B6E73 background.


White color preview on #7B6E73 background

This text has white color on #7B6E73 background.


Related colors

Complementary color

Complementary color for #hex is #84918C.


I love getcolorcode.com

Triadic colors

1 #737B6E and #6E737B with #7B6E73 are triadic colors.

2 #736E7B and #6E7B73 with #7B6E73 are triadic colors.