COLOR #746665

HEX: #746665
RGB: (116,102,101)

Color info

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

RGB color model

#746665 color RGB value is (116,102,101).

  • red value is 116;
  • green value is 102;
  • blue value is 101.
RGB:
(116,102,101)
(45%,40%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 101 of 255 = 40%

116
102
101

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

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 101 = 319 (100%)
R 116 of 319 ~ 36.36%
G 102 of 319 ~ 31.97%
B 101 of 319 ~ 31.66%

%36.36
%31.97
%31.66

CMYK color model

#746665 color CMYK value is (0,12,13,55).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 12.93%
  • key color value is 54.51%
CMYK:
(0,12,13,55)
C0M12Y13K55 
(0%,12%,13%,55%)
(0.00/0.12/0.13/0.55)	

CMYK percentages

%0
%12.07
%12.93
%54.51

Codes

Color #746665 in popluar color models

746665
RGB116102101
HSL6.91%42.55%
HSB/HSV12.93%45.49%
CMYK0.00%12.07%12.93%
54.51%

Color #746665 in popluar number systems.

HEX746665
Decimal116102101
Binary111010011001101100101
Octal164146145

Shades and tints

Shades of #746665

#746665
(116,102,101)
#6A5D5C
(106,93,92)
#605453
(96,84,83)
#564B4A
(86,75,74)
#4C4241
(76,66,65)
#423938
(66,57,56)
#38302F
(56,48,47)
#2E2726
(46,39,38)
#241E1D
(36,30,29)
#1A1514
(26,21,20)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #746665

#746665
(116,102,101)
#807373
(128,115,115)
#8C8081
(140,128,129)
#988D8F
(152,141,143)
#A49A9D
(164,154,157)
#B0A7AB
(176,167,171)
#BCB4B9
(188,180,185)
#C8C1C7
(200,193,199)
#D4CED5
(212,206,213)
#E0DBE3
(224,219,227)
#ECE8F1
(236,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746665; }

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

This text font color is #746665.


Background Color

.myBgColor { background-color: #746665; }

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

This div background color is #746665.


Border color

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

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

This div border color is #746665.


Opacity

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

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

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

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

This text has shadow with #746665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746665 on black background.


Color preview on white background

This text has color #746665 on white background.



Black color preview on #746665 background

This text has black color on #746665 background.


White color preview on #746665 background

This text has white color on #746665 background.