COLOR #7B646D

HEX: #7B646D RGB: (123,100,109)

Color info

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

RGB color model

#7B646D color RGB value is (123,100,109).

RGB: (123,100,109) (48%, 39%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 109 of 255 = 43%

123
100
109

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

Portions of RGB colors in percentages

R + G + B = 123 + 100 + 109 = 332 (100%)
R 123 of 332 ~ 37.05%
G 100 of 332 ~ 30.12%
B 109 of 332 ~ 32.83'%

%37.05
%30.12
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.70%
  • yellow value is 11.38%
  • key color value is 51.76%

CMYK: (0,19,11,52)
C0M19Y11K52 (0%, 19%, 11%, 52%)
(0.00 / 0.19 / 0.11 / 0.52)

CMYK percentages

%0
%18.7
%11.38
%51.76

Codes

Color #7B646D in popluar color models

7B 64 6D
RGB 123 100 109
HSL 337° 10.31% 43.73%
HSB/HSV 337° 18.70% 48.24%
CMYK 0.00% 18.70% 11.38%
51.76%

Color #7B646D in popluar number systems.

HEX 7B 64 6D
Decimal 123 100 109
Binary 1111011 1100100 1101101
Octal 173 144 155

Shades and tints

Shades of #7B646D

#7B646D
(123,100,109)
#705B64
(112,91,100)
#65525B
(101,82,91)
#5A4952
(90,73,82)
#4F4049
(79,64,73)
#443740
(68,55,64)
#392E37
(57,46,55)
#2E252E
(46,37,46)
#231C25
(35,28,37)
#18131C
(24,19,28)
#0D0A13
(13,10,19)
#000000
(0,0,0)

Tints of #7B646D

#7B646D
(123,100,109)
#87727A
(135,114,122)
#938087
(147,128,135)
#9F8E94
(159,142,148)
#AB9CA1
(171,156,161)
#B7AAAE
(183,170,174)
#C3B8BB
(195,184,187)
#CFC6C8
(207,198,200)
#DBD4D5
(219,212,213)
#E7E2E2
(231,226,226)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B646D; }

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

This text font color is #7B646D.

Background Color

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

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

This div background color is #7B646D.

Border color

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

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

This div border color is #7B646D.

Opacity

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

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

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

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

This text has shadow with #7B646D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B646D.

Preview

Color preview on black background

This text has color #7B646D on black background.


Color preview on white background

This text has color #7B646D on white background.


Black color preview on #7B646D background

This text has black color on #7B646D background.


White color preview on #7B646D background

This text has white color on #7B646D background.


Related colors

Complementary color

Complementary color for #hex is #849B92.


I love getcolorcode.com

Triadic colors

1 #6D7B64 and #646D7B with #7B646D are triadic colors.

2 #6D647B and #647B6D with #7B646D are triadic colors.