COLOR #747C63

HEX: #747C63
RGB: (116,124,99)

Color info

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

RGB color model

#747C63 color RGB value is (116,124,99).

  • red value is 116;
  • green value is 124;
  • blue value is 99.
RGB:
(116,124,99)
(45%,49%,39%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 99 of 255 = 39%

116
124
99

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

Portions of RGB colors in percentages

R + G + B =
116 + 124 + 99 = 339 (100%)
R 116 of 339 ~ 34.22%
G 124 of 339 ~ 36.58%
B 99 of 339 ~ 29.2%

%34.22
%36.58
%29.2

CMYK color model

#747C63 color CMYK value is (6,0,20,51).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 20.16%
  • key color value is 51.37%
CMYK:
(6,0,20,51)
C6M0Y20K51 
(6%,0%,20%,51%)
(0.06/0.00/0.20/0.51)	

CMYK percentages

%6.45
%0
%20.16
%51.37

Codes

Color #747C63 in popluar color models

747C63
RGB11612499
HSL79°11.21%43.73%
HSB/HSV79°20.16%48.63%
CMYK6.45%0.00%20.16%
51.37%

Color #747C63 in popluar number systems.

HEX747C63
Decimal11612499
Binary111010011111001100011
Octal164174143

Shades and tints

Shades of #747C63

#747C63
(116,124,99)
#6A715A
(106,113,90)
#606651
(96,102,81)
#565B48
(86,91,72)
#4C503F
(76,80,63)
#424536
(66,69,54)
#383A2D
(56,58,45)
#2E2F24
(46,47,36)
#24241B
(36,36,27)
#1A1912
(26,25,18)
#100E09
(16,14,9)
#000000
(0,0,0)

Tints of #747C63

#747C63
(116,124,99)
#808771
(128,135,113)
#8C927F
(140,146,127)
#989D8D
(152,157,141)
#A4A89B
(164,168,155)
#B0B3A9
(176,179,169)
#BCBEB7
(188,190,183)
#C8C9C5
(200,201,197)
#D4D4D3
(212,212,211)
#E0DFE1
(224,223,225)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747C63 color. Also use rgb(116,124,99) instead hex code.

Text Font Color

.myTextColor { color: #747C63; }

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

This text font color is #747C63.


Background Color

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

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

This div background color is #747C63.


Border color

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

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

This div border color is #747C63.


Opacity

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

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

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

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

This text has shadow with #747C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747C63 on black background.


Color preview on white background

This text has color #747C63 on white background.



Black color preview on #747C63 background

This text has black color on #747C63 background.


White color preview on #747C63 background

This text has white color on #747C63 background.