COLOR #746478

HEX: #746478
RGB: (116,100,120)

Color info

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

RGB color model

#746478 color RGB value is (116,100,120).

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

RGB channels and saturation

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

116
100
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 100 + 120 = 336 (100%)
R 116 of 336 ~ 34.52%
G 100 of 336 ~ 29.76%
B 120 of 336 ~ 35.71%

%34.52
%29.76
%35.71

CMYK color model

#746478 color CMYK value is (3,17,0,53).

  • cyan value is 3.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,17,0,53)
C3M17Y0K53 
(3%,17%,0%,53%)
(0.03/0.17/0.00/0.53)	

CMYK percentages

%3.33
%16.67
%0
%52.94

Codes

Color #746478 in popluar color models

746478
RGB116100120
HSL288°9.09%43.14%
HSB/HSV288°16.67%47.06%
CMYK3.33%16.67%0.00%
52.94%

Color #746478 in popluar number systems.

HEX746478
Decimal116100120
Binary111010011001001111000
Octal164144170

Shades and tints

Shades of #746478

#746478
(116,100,120)
#6A5B6E
(106,91,110)
#605264
(96,82,100)
#56495A
(86,73,90)
#4C4050
(76,64,80)
#423746
(66,55,70)
#382E3C
(56,46,60)
#2E2532
(46,37,50)
#241C28
(36,28,40)
#1A131E
(26,19,30)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #746478

#746478
(116,100,120)
#807284
(128,114,132)
#8C8090
(140,128,144)
#988E9C
(152,142,156)
#A49CA8
(164,156,168)
#B0AAB4
(176,170,180)
#BCB8C0
(188,184,192)
#C8C6CC
(200,198,204)
#D4D4D8
(212,212,216)
#E0E2E4
(224,226,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746478; }

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

This text font color is #746478.


Background Color

.myBgColor { background-color: #746478; }

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

This div background color is #746478.


Border color

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

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

This div border color is #746478.


Opacity

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

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

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

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

This text has shadow with #746478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746478 on black background.


Color preview on white background

This text has color #746478 on white background.



Black color preview on #746478 background

This text has black color on #746478 background.


White color preview on #746478 background

This text has white color on #746478 background.