COLOR #746378

HEX: #746378
RGB: (116,99,120)

Color info

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

RGB color model

#746378 color RGB value is (116,99,120).

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

RGB channels and saturation

R 116 of 255 = 45%
G 99 of 255 = 39%
B 120 of 255 = 47%

116
99
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 99 + 120 = 335 (100%)
R 116 of 335 ~ 34.63%
G 99 of 335 ~ 29.55%
B 120 of 335 ~ 35.82%

%34.63
%29.55
%35.82

CMYK color model

#746378 color CMYK value is (3,18,0,53).

  • cyan value is 3.33%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,18,0,53)
C3M18Y0K53 
(3%,18%,0%,53%)
(0.03/0.18/0.00/0.53)	

CMYK percentages

%3.33
%17.5
%0
%52.94

Codes

Color #746378 in popluar color models

746378
RGB11699120
HSL289°9.59%42.94%
HSB/HSV289°17.50%47.06%
CMYK3.33%17.50%0.00%
52.94%

Color #746378 in popluar number systems.

HEX746378
Decimal11699120
Binary111010011000111111000
Octal164143170

Shades and tints

Shades of #746378

#746378
(116,99,120)
#6A5A6E
(106,90,110)
#605164
(96,81,100)
#56485A
(86,72,90)
#4C3F50
(76,63,80)
#423646
(66,54,70)
#382D3C
(56,45,60)
#2E2432
(46,36,50)
#241B28
(36,27,40)
#1A121E
(26,18,30)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #746378

#746378
(116,99,120)
#807184
(128,113,132)
#8C7F90
(140,127,144)
#988D9C
(152,141,156)
#A49BA8
(164,155,168)
#B0A9B4
(176,169,180)
#BCB7C0
(188,183,192)
#C8C5CC
(200,197,204)
#D4D3D8
(212,211,216)
#E0E1E4
(224,225,228)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746378; }

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

This text font color is #746378.


Background Color

.myBgColor { background-color: #746378; }

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

This div background color is #746378.


Border color

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

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

This div border color is #746378.


Opacity

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

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

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

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

This text has shadow with #746378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746378 on black background.


Color preview on white background

This text has color #746378 on white background.



Black color preview on #746378 background

This text has black color on #746378 background.


White color preview on #746378 background

This text has white color on #746378 background.