COLOR #747E81

HEX: #747E81 RGB: (116,126,129)

Color info

#747E81 contains red, green and blue colors in about the same proportion. Web safe color of #747E81 is #666699 (or #669).

RGB color model

#747E81 color RGB value is (116,126,129).

RGB: (116,126,129) (45%, 49%, 51%)

RGB channels and saturation

R 116 of 255 = 45%
G 126 of 255 = 49%
B 129 of 255 = 51%

116
126
129

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

Portions of RGB colors in percentages

R + G + B = 116 + 126 + 129 = 371 (100%)
R 116 of 371 ~ 31.27%
G 126 of 371 ~ 33.96%
B 129 of 371 ~ 34.77'%

%31.27
%33.96
%34.77

CMYK color model

#747E81 color CMYK value is (10,2,0,49).

  • cyan value is 10.08%
  • magenta value is 2.33%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (10,2,0,49)
C10M2Y0K49 (10%, 2%, 0%, 49%)
(0.10 / 0.02 / 0.00 / 0.49)

CMYK percentages

%10.08
%2.33
%0
%49.41

Codes

Color #747E81 in popluar color models

74 7E 81
RGB 116 126 129
HSL 194° 5.31% 48.04%
HSB/HSV 194° 10.08% 50.59%
CMYK 10.08% 2.33% 0.00%
49.41%

Color #747E81 in popluar number systems.

HEX 74 7E 81
Decimal 116 126 129
Binary 1110100 1111110 10000001
Octal 164 176 201

Shades and tints

Shades of #747E81

#747E81
(116,126,129)
#6A7376
(106,115,118)
#60686B
(96,104,107)
#565D60
(86,93,96)
#4C5255
(76,82,85)
#42474A
(66,71,74)
#383C3F
(56,60,63)
#2E3134
(46,49,52)
#242629
(36,38,41)
#1A1B1E
(26,27,30)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #747E81

#747E81
(116,126,129)
#80898C
(128,137,140)
#8C9497
(140,148,151)
#989FA2
(152,159,162)
#A4AAAD
(164,170,173)
#B0B5B8
(176,181,184)
#BCC0C3
(188,192,195)
#C8CBCE
(200,203,206)
#D4D6D9
(212,214,217)
#E0E1E4
(224,225,228)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747E81 color. Also use rgb(116,126,129) instead hex code.

Text Font Color

.myTextColor { color: #747E81; }

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

This text font color is #747E81.

Background Color

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

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

This div background color is #747E81.

Border color

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

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

This div border color is #747E81.

Opacity

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

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

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

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

This text has shadow with #747E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747E81.

Preview

Color preview on black background

This text has color #747E81 on black background.


Color preview on white background

This text has color #747E81 on white background.


Black color preview on #747E81 background

This text has black color on #747E81 background.


White color preview on #747E81 background

This text has white color on #747E81 background.


Related colors

Complementary color

Complementary color for #hex is #8B817E.


I love getcolorcode.com

Triadic colors

1 #81747E and #7E8174 with #747E81 are triadic colors.

2 #817E74 and #7E7481 with #747E81 are triadic colors.