COLOR #747A75

HEX: #747A75 RGB: (116,122,117)

Color info

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

RGB color model

#747A75 color RGB value is (116,122,117).

RGB: (116,122,117) (45%, 48%, 46%)

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 117 of 255 = 46%

116
122
117

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

Portions of RGB colors in percentages

R + G + B = 116 + 122 + 117 = 355 (100%)
R 116 of 355 ~ 32.68%
G 122 of 355 ~ 34.37%
B 117 of 355 ~ 32.96'%

%32.68
%34.37
%32.96

CMYK color model

#747A75 color CMYK value is (5,0,4,52).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 52.16%
CMYK: (5,0,4,52) C5M0Y4K52 (5%,0%,4%,52%) (0.05/0.00/0.04/0.52) 

CMYK percentages

%4.92
%0
%4.1
%52.16

Codes

Color #747A75 in popluar color models

74 7A 75
RGB 116 122 117
HSL 130° 2.52% 46.67%
HSB/HSV 130° 4.92% 47.84%
CMYK 4.92% 0.00% 4.10%
52.16%

Color #747A75 in popluar number systems.

HEX 74 7A 75
Decimal 116 122 117
Binary 1110100 1111010 1110101
Octal 164 172 165

Shades and tints

Shades of #747A75

#747A75
(116,122,117)
#6A6F6B
(106,111,107)
#606461
(96,100,97)
#565957
(86,89,87)
#4C4E4D
(76,78,77)
#424343
(66,67,67)
#383839
(56,56,57)
#2E2D2F
(46,45,47)
#242225
(36,34,37)
#1A171B
(26,23,27)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #747A75

#747A75
(116,122,117)
#808681
(128,134,129)
#8C928D
(140,146,141)
#989E99
(152,158,153)
#A4AAA5
(164,170,165)
#B0B6B1
(176,182,177)
#BCC2BD
(188,194,189)
#C8CEC9
(200,206,201)
#D4DAD5
(212,218,213)
#E0E6E1
(224,230,225)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747A75 color. Also use rgb(116,122,117) instead hex code.

Text Font Color

.myTextColor { color: #747A75; }

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

This text font color is #747A75.

Background Color

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

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

This div background color is #747A75.

Border color

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

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

This div border color is #747A75.

Opacity

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

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

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

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

This text has shadow with #747A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747A75.

Preview

Color preview on black background

This text has color #747A75 on black background.


Color preview on white background

This text has color #747A75 on white background.


Black color preview on #747A75 background

This text has black color on #747A75 background.


White color preview on #747A75 background

This text has white color on #747A75 background.


Related colors

Complementary color

Complementary color for #hex is #8B858A.


I love getcolorcode.com

Triadic colors

1 #75747A and #7A7574 with #747A75 are triadic colors.

2 #757A74 and #7A7475 with #747A75 are triadic colors.