COLOR #746472

HEX: #746472
RGB: (116,100,114)

Color info

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

RGB color model

#746472 color RGB value is (116,100,114).

  • red value is 116;
  • green value is 100;
  • blue value is 114.
RGB:
(116,100,114)
(45%,39%,45%)

RGB channels and saturation

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

116
100
114

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

Portions of RGB colors in percentages

R + G + B =
116 + 100 + 114 = 330 (100%)
R 116 of 330 ~ 35.15%
G 100 of 330 ~ 30.3%
B 114 of 330 ~ 34.55%

%35.15
%30.3
%34.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 1.72%
  • key color value is 54.51%
CMYK:
(0,14,2,55)
C0M14Y2K55 
(0%,14%,2%,55%)
(0.00/0.14/0.02/0.55)	

CMYK percentages

%0
%13.79
%1.72
%54.51

Codes

Color #746472 in popluar color models

746472
RGB116100114
HSL308°7.41%42.35%
HSB/HSV308°13.79%45.49%
CMYK0.00%13.79%1.72%
54.51%

Color #746472 in popluar number systems.

HEX746472
Decimal116100114
Binary111010011001001110010
Octal164144162

Shades and tints

Shades of #746472

#746472
(116,100,114)
#6A5B68
(106,91,104)
#60525E
(96,82,94)
#564954
(86,73,84)
#4C404A
(76,64,74)
#423740
(66,55,64)
#382E36
(56,46,54)
#2E252C
(46,37,44)
#241C22
(36,28,34)
#1A1318
(26,19,24)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #746472

#746472
(116,100,114)
#80727E
(128,114,126)
#8C808A
(140,128,138)
#988E96
(152,142,150)
#A49CA2
(164,156,162)
#B0AAAE
(176,170,174)
#BCB8BA
(188,184,186)
#C8C6C6
(200,198,198)
#D4D4D2
(212,212,210)
#E0E2DE
(224,226,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746472; }

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

This text font color is #746472.


Background Color

.myBgColor { background-color: #746472; }

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

This div background color is #746472.


Border color

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

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

This div border color is #746472.


Opacity

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

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

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

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

This text has shadow with #746472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746472 on black background.


Color preview on white background

This text has color #746472 on white background.



Black color preview on #746472 background

This text has black color on #746472 background.


White color preview on #746472 background

This text has white color on #746472 background.