COLOR #746366

HEX: #746366
RGB: (116,99,102)

Color info

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

RGB color model

#746366 color RGB value is (116,99,102).

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

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 102 of 255 = 40%

116
99
102

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

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 102 = 317 (100%)
R 116 of 317 ~ 36.59%
G 99 of 317 ~ 31.23%
B 102 of 317 ~ 32.18%

%36.59
%31.23
%32.18

CMYK color model

#746366 color CMYK value is (0,15,12,55).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 12.07%
  • key color value is 54.51%
CMYK:
(0,15,12,55)
C0M15Y12K55 
(0%,15%,12%,55%)
(0.00/0.15/0.12/0.55)	

CMYK percentages

%0
%14.66
%12.07
%54.51

Codes

Color #746366 in popluar color models

746366
RGB11699102
HSL349°7.91%42.16%
HSB/HSV349°14.66%45.49%
CMYK0.00%14.66%12.07%
54.51%

Color #746366 in popluar number systems.

HEX746366
Decimal11699102
Binary111010011000111100110
Octal164143146

Shades and tints

Shades of #746366

#746366
(116,99,102)
#6A5A5D
(106,90,93)
#605154
(96,81,84)
#56484B
(86,72,75)
#4C3F42
(76,63,66)
#423639
(66,54,57)
#382D30
(56,45,48)
#2E2427
(46,36,39)
#241B1E
(36,27,30)
#1A1215
(26,18,21)
#10090C
(16,9,12)
#000000
(0,0,0)

Tints of #746366

#746366
(116,99,102)
#807173
(128,113,115)
#8C7F80
(140,127,128)
#988D8D
(152,141,141)
#A49B9A
(164,155,154)
#B0A9A7
(176,169,167)
#BCB7B4
(188,183,180)
#C8C5C1
(200,197,193)
#D4D3CE
(212,211,206)
#E0E1DB
(224,225,219)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746366; }

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

This text font color is #746366.


Background Color

.myBgColor { background-color: #746366; }

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

This div background color is #746366.


Border color

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

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

This div border color is #746366.


Opacity

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

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

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

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

This text has shadow with #746366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746366 on black background.


Color preview on white background

This text has color #746366 on white background.



Black color preview on #746366 background

This text has black color on #746366 background.


White color preview on #746366 background

This text has white color on #746366 background.