COLOR #747680

HEX: #747680
RGB: (116,118,128)

Color info

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

RGB color model

#747680 color RGB value is (116,118,128).

  • red value is 116;
  • green value is 118;
  • blue value is 128.
RGB:
(116,118,128)
(45%,46%,50%)

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 128 of 255 = 50%

116
118
128

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

Portions of RGB colors in percentages

R + G + B =
116 + 118 + 128 = 362 (100%)
R 116 of 362 ~ 32.04%
G 118 of 362 ~ 32.6%
B 128 of 362 ~ 35.36%

%32.04
%32.6
%35.36

CMYK color model

#747680 color CMYK value is (9,8,0,50).

  • cyan value is 9.38%
  • magenta value is 7.81%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(9,8,0,50)
C9M8Y0K50 
(9%,8%,0%,50%)
(0.09/0.08/0.00/0.50)	

CMYK percentages

%9.38
%7.81
%0
%49.8

Codes

Color #747680 in popluar color models

747680
RGB116118128
HSL230°4.92%47.84%
HSB/HSV230°9.38%50.20%
CMYK9.38%7.81%0.00%
49.80%

Color #747680 in popluar number systems.

HEX747680
Decimal116118128
Binary1110100111011010000000
Octal164166200

Shades and tints

Shades of #747680

#747680
(116,118,128)
#6A6C75
(106,108,117)
#60626A
(96,98,106)
#56585F
(86,88,95)
#4C4E54
(76,78,84)
#424449
(66,68,73)
#383A3E
(56,58,62)
#2E3033
(46,48,51)
#242628
(36,38,40)
#1A1C1D
(26,28,29)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #747680

#747680
(116,118,128)
#80828B
(128,130,139)
#8C8E96
(140,142,150)
#989AA1
(152,154,161)
#A4A6AC
(164,166,172)
#B0B2B7
(176,178,183)
#BCBEC2
(188,190,194)
#C8CACD
(200,202,205)
#D4D6D8
(212,214,216)
#E0E2E3
(224,226,227)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747680 color. Also use rgb(116,118,128) instead hex code.

Text Font Color

.myTextColor { color: #747680; }

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

This text font color is #747680.


Background Color

.myBgColor { background-color: #747680; }

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

This div background color is #747680.


Border color

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

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

This div border color is #747680.


Opacity

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

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

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

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

This text has shadow with #747680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747680 on black background.


Color preview on white background

This text has color #747680 on white background.



Black color preview on #747680 background

This text has black color on #747680 background.


White color preview on #747680 background

This text has white color on #747680 background.