COLOR #747278

HEX: #747278
RGB: (116,114,120)

Color info

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

RGB color model

#747278 color RGB value is (116,114,120).

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

RGB channels and saturation

R 116 of 255 = 45%
G 114 of 255 = 45%
B 120 of 255 = 47%

116
114
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 114 + 120 = 350 (100%)
R 116 of 350 ~ 33.14%
G 114 of 350 ~ 32.57%
B 120 of 350 ~ 34.29%

%33.14
%32.57
%34.29

CMYK color model

#747278 color CMYK value is (3,5,0,53).

  • cyan value is 3.33%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,5,0,53)
C3M5Y0K53 
(3%,5%,0%,53%)
(0.03/0.05/0.00/0.53)	

CMYK percentages

%3.33
%5
%0
%52.94

Codes

Color #747278 in popluar color models

747278
RGB116114120
HSL260°2.56%45.88%
HSB/HSV260°5.00%47.06%
CMYK3.33%5.00%0.00%
52.94%

Color #747278 in popluar number systems.

HEX747278
Decimal116114120
Binary111010011100101111000
Octal164162170

Shades and tints

Shades of #747278

#747278
(116,114,120)
#6A686E
(106,104,110)
#605E64
(96,94,100)
#56545A
(86,84,90)
#4C4A50
(76,74,80)
#424046
(66,64,70)
#38363C
(56,54,60)
#2E2C32
(46,44,50)
#242228
(36,34,40)
#1A181E
(26,24,30)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #747278

#747278
(116,114,120)
#807E84
(128,126,132)
#8C8A90
(140,138,144)
#98969C
(152,150,156)
#A4A2A8
(164,162,168)
#B0AEB4
(176,174,180)
#BCBAC0
(188,186,192)
#C8C6CC
(200,198,204)
#D4D2D8
(212,210,216)
#E0DEE4
(224,222,228)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747278; }

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

This text font color is #747278.


Background Color

.myBgColor { background-color: #747278; }

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

This div background color is #747278.


Border color

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

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

This div border color is #747278.


Opacity

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

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

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

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

This text has shadow with #747278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747278 on black background.


Color preview on white background

This text has color #747278 on white background.



Black color preview on #747278 background

This text has black color on #747278 background.


White color preview on #747278 background

This text has white color on #747278 background.