COLOR #746875

HEX: #746875
RGB: (116,104,117)

Color info

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

RGB color model

#746875 color RGB value is (116,104,117).

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

RGB channels and saturation

R 116 of 255 = 45%
G 104 of 255 = 41%
B 117 of 255 = 46%

116
104
117

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

Portions of RGB colors in percentages

R + G + B =
116 + 104 + 117 = 337 (100%)
R 116 of 337 ~ 34.42%
G 104 of 337 ~ 30.86%
B 117 of 337 ~ 34.72%

%34.42
%30.86
%34.72

CMYK color model

#746875 color CMYK value is (1,11,0,54).

  • cyan value is 0.85%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(1,11,0,54)
C1M11Y0K54 
(1%,11%,0%,54%)
(0.01/0.11/0.00/0.54)	

CMYK percentages

%0.85
%11.11
%0
%54.12

Codes

Color #746875 in popluar color models

746875
RGB116104117
HSL295°5.88%43.33%
HSB/HSV295°11.11%45.88%
CMYK0.85%11.11%0.00%
54.12%

Color #746875 in popluar number systems.

HEX746875
Decimal116104117
Binary111010011010001110101
Octal164150165

Shades and tints

Shades of #746875

#746875
(116,104,117)
#6A5F6B
(106,95,107)
#605661
(96,86,97)
#564D57
(86,77,87)
#4C444D
(76,68,77)
#423B43
(66,59,67)
#383239
(56,50,57)
#2E292F
(46,41,47)
#242025
(36,32,37)
#1A171B
(26,23,27)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #746875

#746875
(116,104,117)
#807581
(128,117,129)
#8C828D
(140,130,141)
#988F99
(152,143,153)
#A49CA5
(164,156,165)
#B0A9B1
(176,169,177)
#BCB6BD
(188,182,189)
#C8C3C9
(200,195,201)
#D4D0D5
(212,208,213)
#E0DDE1
(224,221,225)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746875; }

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

This text font color is #746875.


Background Color

.myBgColor { background-color: #746875; }

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

This div background color is #746875.


Border color

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

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

This div border color is #746875.


Opacity

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

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

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

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

This text has shadow with #746875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746875 on black background.


Color preview on white background

This text has color #746875 on white background.



Black color preview on #746875 background

This text has black color on #746875 background.


White color preview on #746875 background

This text has white color on #746875 background.