COLOR #7B6B6D

HEX: #7B6B6D RGB: (123,107,109)

Color info

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

RGB color model

#7B6B6D color RGB value is (123,107,109).

RGB: (123,107,109) (48%, 42%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 107 of 255 = 42%
B 109 of 255 = 43%

123
107
109

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

Portions of RGB colors in percentages

R + G + B = 123 + 107 + 109 = 339 (100%)
R 123 of 339 ~ 36.28%
G 107 of 339 ~ 31.56%
B 109 of 339 ~ 32.15'%

%36.28
%31.56
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.01%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK: (0,13,11,52) C0M13Y11K52 (0%,13%,11%,52%) (0.00/0.13/0.11/0.52) 

CMYK percentages

%0
%13.01
%11.38
%51.76

Codes

Color #7B6B6D in popluar color models

7B 6B 6D
RGB 123 107 109
HSL 353° 6.96% 45.10%
HSB/HSV 353° 13.01% 48.24%
CMYK 0.00% 13.01% 11.38%
51.76%

Color #7B6B6D in popluar number systems.

HEX 7B 6B 6D
Decimal 123 107 109
Binary 1111011 1101011 1101101
Octal 173 153 155

Shades and tints

Shades of #7B6B6D

#7B6B6D
(123,107,109)
#706264
(112,98,100)
#65595B
(101,89,91)
#5A5052
(90,80,82)
#4F4749
(79,71,73)
#443E40
(68,62,64)
#393537
(57,53,55)
#2E2C2E
(46,44,46)
#232325
(35,35,37)
#181A1C
(24,26,28)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #7B6B6D

#7B6B6D
(123,107,109)
#87787A
(135,120,122)
#938587
(147,133,135)
#9F9294
(159,146,148)
#AB9FA1
(171,159,161)
#B7ACAE
(183,172,174)
#C3B9BB
(195,185,187)
#CFC6C8
(207,198,200)
#DBD3D5
(219,211,213)
#E7E0E2
(231,224,226)
#F3EDEF
(243,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6B6D color. Also use rgb(123,107,109) instead hex code.

Text Font Color

.myTextColor { color: #7B6B6D; }

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

This text font color is #7B6B6D.

Background Color

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

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

This div background color is #7B6B6D.

Border color

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

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

This div border color is #7B6B6D.

Opacity

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

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

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

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

This text has shadow with #7B6B6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6B6D.

Preview

Color preview on black background

This text has color #7B6B6D on black background.


Color preview on white background

This text has color #7B6B6D on white background.


Black color preview on #7B6B6D background

This text has black color on #7B6B6D background.


White color preview on #7B6B6D background

This text has white color on #7B6B6D background.


Related colors

Complementary color

Complementary color for #hex is #849492.


I love getcolorcode.com

Triadic colors

1 #6D7B6B and #6B6D7B with #7B6B6D are triadic colors.

2 #6D6B7B and #6B7B6D with #7B6B6D are triadic colors.