COLOR #747B66

HEX: #747B66
RGB: (116,123,102)

Color info

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

RGB color model

#747B66 color RGB value is (116,123,102).

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

RGB channels and saturation

R 116 of 255 = 45%
G 123 of 255 = 48%
B 102 of 255 = 40%

116
123
102

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

Portions of RGB colors in percentages

R + G + B =
116 + 123 + 102 = 341 (100%)
R 116 of 341 ~ 34.02%
G 123 of 341 ~ 36.07%
B 102 of 341 ~ 29.91%

%34.02
%36.07
%29.91

CMYK color model

#747B66 color CMYK value is (6,0,17,52).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 51.76%
CMYK:
(6,0,17,52)
C6M0Y17K52 
(6%,0%,17%,52%)
(0.06/0.00/0.17/0.52)	

CMYK percentages

%5.69
%0
%17.07
%51.76

Codes

Color #747B66 in popluar color models

747B66
RGB116123102
HSL80°9.33%44.12%
HSB/HSV80°17.07%48.24%
CMYK5.69%0.00%17.07%
51.76%

Color #747B66 in popluar number systems.

HEX747B66
Decimal116123102
Binary111010011110111100110
Octal164173146

Shades and tints

Shades of #747B66

#747B66
(116,123,102)
#6A705D
(106,112,93)
#606554
(96,101,84)
#565A4B
(86,90,75)
#4C4F42
(76,79,66)
#424439
(66,68,57)
#383930
(56,57,48)
#2E2E27
(46,46,39)
#24231E
(36,35,30)
#1A1815
(26,24,21)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #747B66

#747B66
(116,123,102)
#808773
(128,135,115)
#8C9380
(140,147,128)
#989F8D
(152,159,141)
#A4AB9A
(164,171,154)
#B0B7A7
(176,183,167)
#BCC3B4
(188,195,180)
#C8CFC1
(200,207,193)
#D4DBCE
(212,219,206)
#E0E7DB
(224,231,219)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747B66; }

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

This text font color is #747B66.


Background Color

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

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

This div background color is #747B66.


Border color

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

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

This div border color is #747B66.


Opacity

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

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

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

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

This text has shadow with #747B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747B66 on black background.


Color preview on white background

This text has color #747B66 on white background.



Black color preview on #747B66 background

This text has black color on #747B66 background.


White color preview on #747B66 background

This text has white color on #747B66 background.