COLOR #746464

HEX: #746464 RGB: (116,100,100)

Color info

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

RGB color model

#746464 color RGB value is (116,100,100).

RGB: (116,100,100) (45%, 39%, 39%)

RGB channels and saturation

R 116 of 255 = 45%
G 100 of 255 = 39%
B 100 of 255 = 39%

116
100
100

R + G + B ~ 41%. #746464 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 100 + 100 = 316 (100%)
R 116 of 316 ~ 36.71%
G 100 of 316 ~ 31.65%
B 100 of 316 ~ 31.65'%

%36.71
%31.65
%31.65

CMYK color model

#746464 color CMYK value is (0,14,14,55).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 13.79%
  • key color value is 54.51%

CMYK: (0,14,14,55)
C0M14Y14K55 (0%, 14%, 14%, 55%)
(0.00 / 0.14 / 0.14 / 0.55)

CMYK percentages

%0
%13.79
%13.79
%54.51

Codes

Color #746464 in popluar color models

74 64 64
RGB 116 100 100
HSL 7.41% 42.35%
HSB/HSV 13.79% 45.49%
CMYK 0.00% 13.79% 13.79%
54.51%

Color #746464 in popluar number systems.

HEX 74 64 64
Decimal 116 100 100
Binary 1110100 1100100 1100100
Octal 164 144 144

Shades and tints

Shades of #746464

#746464
(116,100,100)
#6A5B5B
(106,91,91)
#605252
(96,82,82)
#564949
(86,73,73)
#4C4040
(76,64,64)
#423737
(66,55,55)
#382E2E
(56,46,46)
#2E2525
(46,37,37)
#241C1C
(36,28,28)
#1A1313
(26,19,19)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #746464

#746464
(116,100,100)
#807272
(128,114,114)
#8C8080
(140,128,128)
#988E8E
(152,142,142)
#A49C9C
(164,156,156)
#B0AAAA
(176,170,170)
#BCB8B8
(188,184,184)
#C8C6C6
(200,198,198)
#D4D4D4
(212,212,212)
#E0E2E2
(224,226,226)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746464 color. Also use rgb(116,100,100) instead hex code.

Text Font Color

.myTextColor { color: #746464; }

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

This text font color is #746464.

Background Color

.myBgColor { background-color: #746464; }

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

This div background color is #746464.

Border color

.myBorderColor { border: 1px solid #746464; }

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

This div border color is #746464.

Opacity

.myOpacity80 { color: #746464; opacity: 0.8; }

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

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

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

This text has shadow with #746464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746464.

Preview

Color preview on black background

This text has color #746464 on black background.


Color preview on white background

This text has color #746464 on white background.


Black color preview on #746464 background

This text has black color on #746464 background.


White color preview on #746464 background

This text has white color on #746464 background.


Related colors

Complementary color

Complementary color for #hex is #8B9B9B.


I love getcolorcode.com