COLOR #7B746E

HEX: #7B746E RGB: (123,116,110)

Color info

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

RGB color model

#7B746E color RGB value is (123,116,110).

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

RGB channels and saturation

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

123
116
110

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

Portions of RGB colors in percentages

R + G + B = 123 + 116 + 110 = 349 (100%)
R 123 of 349 ~ 35.24%
G 116 of 349 ~ 33.24%
B 110 of 349 ~ 31.52'%

%35.24
%33.24
%31.52

CMYK color model

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

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

CMYK: (0,6,11,52)
C0M6Y11K52 (0%, 6%, 11%, 52%)
(0.00 / 0.06 / 0.11 / 0.52)

CMYK percentages

%0
%5.69
%10.57
%51.76

Codes

Color #7B746E in popluar color models

7B 74 6E
RGB 123 116 110
HSL 28° 5.58% 45.69%
HSB/HSV 28° 10.57% 48.24%
CMYK 0.00% 5.69% 10.57%
51.76%

Color #7B746E in popluar number systems.

HEX 7B 74 6E
Decimal 123 116 110
Binary 1111011 1110100 1101110
Octal 173 164 156

Shades and tints

Shades of #7B746E

#7B746E
(123,116,110)
#706A64
(112,106,100)
#65605A
(101,96,90)
#5A5650
(90,86,80)
#4F4C46
(79,76,70)
#44423C
(68,66,60)
#393832
(57,56,50)
#2E2E28
(46,46,40)
#23241E
(35,36,30)
#181A14
(24,26,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #7B746E

#7B746E
(123,116,110)
#87807B
(135,128,123)
#938C88
(147,140,136)
#9F9895
(159,152,149)
#ABA4A2
(171,164,162)
#B7B0AF
(183,176,175)
#C3BCBC
(195,188,188)
#CFC8C9
(207,200,201)
#DBD4D6
(219,212,214)
#E7E0E3
(231,224,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B746E; }

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

This text font color is #7B746E.

Background Color

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

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

This div background color is #7B746E.

Border color

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

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

This div border color is #7B746E.

Opacity

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

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

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

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

This text has shadow with #7B746E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B746E.

Preview

Color preview on black background

This text has color #7B746E on black background.


Color preview on white background

This text has color #7B746E on white background.


Black color preview on #7B746E background

This text has black color on #7B746E background.


White color preview on #7B746E background

This text has white color on #7B746E background.


Related colors

Complementary color

Complementary color for #hex is #848B91.


I love getcolorcode.com

Triadic colors

1 #6E7B74 and #746E7B with #7B746E are triadic colors.

2 #6E747B and #747B6E with #7B746E are triadic colors.