COLOR #746974

HEX: #746974
RGB: (116,105,116)

Color info

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

RGB color model

#746974 color RGB value is (116,105,116).

  • red value is 116;
  • green value is 105;
  • blue value is 116.
RGB:
(116,105,116)
(45%,41%,45%)

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 116 of 255 = 45%

116
105
116

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

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 116 = 337 (100%)
R 116 of 337 ~ 34.42%
G 105 of 337 ~ 31.16%
B 116 of 337 ~ 34.42%

%34.42
%31.16
%34.42

CMYK color model

#746974 color CMYK value is (0,9,0,55).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(0,9,0,55)
C0M9Y0K55 
(0%,9%,0%,55%)
(0.00/0.09/0.00/0.55)	

CMYK percentages

%0
%9.48
%0
%54.51

Codes

Color #746974 in popluar color models

746974
RGB116105116
HSL300°4.98%43.33%
HSB/HSV300°9.48%45.49%
CMYK0.00%9.48%0.00%
54.51%

Color #746974 in popluar number systems.

HEX746974
Decimal116105116
Binary111010011010011110100
Octal164151164

Shades and tints

Shades of #746974

#746974
(116,105,116)
#6A606A
(106,96,106)
#605760
(96,87,96)
#564E56
(86,78,86)
#4C454C
(76,69,76)
#423C42
(66,60,66)
#383338
(56,51,56)
#2E2A2E
(46,42,46)
#242124
(36,33,36)
#1A181A
(26,24,26)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #746974

#746974
(116,105,116)
#807680
(128,118,128)
#8C838C
(140,131,140)
#989098
(152,144,152)
#A49DA4
(164,157,164)
#B0AAB0
(176,170,176)
#BCB7BC
(188,183,188)
#C8C4C8
(200,196,200)
#D4D1D4
(212,209,212)
#E0DEE0
(224,222,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746974; }

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

This text font color is #746974.


Background Color

.myBgColor { background-color: #746974; }

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

This div background color is #746974.


Border color

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

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

This div border color is #746974.


Opacity

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

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

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

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

This text has shadow with #746974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746974 on black background.


Color preview on white background

This text has color #746974 on white background.



Black color preview on #746974 background

This text has black color on #746974 background.


White color preview on #746974 background

This text has white color on #746974 background.