COLOR #747B6A

HEX: #747B6A
RGB: (116,123,106)

Color info

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

RGB color model

#747B6A color RGB value is (116,123,106).

  • red value is 116;
  • green value is 123;
  • blue value is 106.
RGB:
(116,123,106)
(45%,48%,42%)

RGB channels and saturation

R 116 of 255 = 45%
G 123 of 255 = 48%
B 106 of 255 = 42%

116
123
106

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

Portions of RGB colors in percentages

R + G + B =
116 + 123 + 106 = 345 (100%)
R 116 of 345 ~ 33.62%
G 123 of 345 ~ 35.65%
B 106 of 345 ~ 30.72%

%33.62
%35.65
%30.72

CMYK color model

#747B6A color CMYK value is (6,0,14,52).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 51.76%
CMYK:
(6,0,14,52)
C6M0Y14K52 
(6%,0%,14%,52%)
(0.06/0.00/0.14/0.52)	

CMYK percentages

%5.69
%0
%13.82
%51.76

Codes

Color #747B6A in popluar color models

747B6A
RGB116123106
HSL85°7.42%44.90%
HSB/HSV85°13.82%48.24%
CMYK5.69%0.00%13.82%
51.76%

Color #747B6A in popluar number systems.

HEX747B6A
Decimal116123106
Binary111010011110111101010
Octal164173152

Shades and tints

Shades of #747B6A

#747B6A
(116,123,106)
#6A7061
(106,112,97)
#606558
(96,101,88)
#565A4F
(86,90,79)
#4C4F46
(76,79,70)
#42443D
(66,68,61)
#383934
(56,57,52)
#2E2E2B
(46,46,43)
#242322
(36,35,34)
#1A1819
(26,24,25)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #747B6A

#747B6A
(116,123,106)
#808777
(128,135,119)
#8C9384
(140,147,132)
#989F91
(152,159,145)
#A4AB9E
(164,171,158)
#B0B7AB
(176,183,171)
#BCC3B8
(188,195,184)
#C8CFC5
(200,207,197)
#D4DBD2
(212,219,210)
#E0E7DF
(224,231,223)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747B6A color. Also use rgb(116,123,106) instead hex code.

Text Font Color

.myTextColor { color: #747B6A; }

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

This text font color is #747B6A.


Background Color

.myBgColor { background-color: #747B6A; }

<div style="background-color:#747B6A">Inner text</div>

This div background color is #747B6A.


Border color

.myBorderColor { border: 1px solid #747B6A; }

<div style="border:3px solid #747B6A">Div</div>

This div border color is #747B6A.


Opacity

.myOpacity80 { color: #747B6A; opacity: 0.8; }

<p style="color:#747B6A;opacity:0.8;">80%</p>

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

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

This text has shadow with #747B6A color.

.textShadow {text-shadow: 3px 3px 1px #747B6A, 3px 3px 1px red;}

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

This text has shadow with #747B6A primary color and red secondary color.


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

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

This text has shadow with #747B6A and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #747B6A;
-webkit-box-shadow: 1px 1px 3px 2px #747B6A;
box-shadow:1px 1px 3px 2px #747B6A;">
Div content here</div>
This div box has shadow with color #747B6A.

Preview

Color preview on black background

This text has color #747B6A on black background.


Color preview on white background

This text has color #747B6A on white background.



Black color preview on #747B6A background

This text has black color on #747B6A background.


White color preview on #747B6A background

This text has white color on #747B6A background.