COLOR #746372

HEX: #746372
RGB: (116,99,114)

Color info

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

RGB color model

#746372 color RGB value is (116,99,114).

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

RGB channels and saturation

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

116
99
114

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

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 114 = 329 (100%)
R 116 of 329 ~ 35.26%
G 99 of 329 ~ 30.09%
B 114 of 329 ~ 34.65%

%35.26
%30.09
%34.65

CMYK color model

#746372 color CMYK value is (0,15,2,55).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 1.72%
  • key color value is 54.51%
CMYK:
(0,15,2,55)
C0M15Y2K55 
(0%,15%,2%,55%)
(0.00/0.15/0.02/0.55)	

CMYK percentages

%0
%14.66
%1.72
%54.51

Codes

Color #746372 in popluar color models

746372
RGB11699114
HSL307°7.91%42.16%
HSB/HSV307°14.66%45.49%
CMYK0.00%14.66%1.72%
54.51%

Color #746372 in popluar number systems.

HEX746372
Decimal11699114
Binary111010011000111110010
Octal164143162

Shades and tints

Shades of #746372

#746372
(116,99,114)
#6A5A68
(106,90,104)
#60515E
(96,81,94)
#564854
(86,72,84)
#4C3F4A
(76,63,74)
#423640
(66,54,64)
#382D36
(56,45,54)
#2E242C
(46,36,44)
#241B22
(36,27,34)
#1A1218
(26,18,24)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #746372

#746372
(116,99,114)
#80717E
(128,113,126)
#8C7F8A
(140,127,138)
#988D96
(152,141,150)
#A49BA2
(164,155,162)
#B0A9AE
(176,169,174)
#BCB7BA
(188,183,186)
#C8C5C6
(200,197,198)
#D4D3D2
(212,211,210)
#E0E1DE
(224,225,222)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746372; }

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

This text font color is #746372.


Background Color

.myBgColor { background-color: #746372; }

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

This div background color is #746372.


Border color

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

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

This div border color is #746372.


Opacity

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

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

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

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

This text has shadow with #746372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746372 on black background.


Color preview on white background

This text has color #746372 on white background.



Black color preview on #746372 background

This text has black color on #746372 background.


White color preview on #746372 background

This text has white color on #746372 background.