COLOR #746667

HEX: #746667
RGB: (116,102,103)

Color info

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

RGB color model

#746667 color RGB value is (116,102,103).

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

RGB channels and saturation

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

116
102
103

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

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 103 = 321 (100%)
R 116 of 321 ~ 36.14%
G 102 of 321 ~ 31.78%
B 103 of 321 ~ 32.09%

%36.14
%31.78
%32.09

CMYK color model

#746667 color CMYK value is (0,12,11,55).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 11.21%
  • key color value is 54.51%
CMYK:
(0,12,11,55)
C0M12Y11K55 
(0%,12%,11%,55%)
(0.00/0.12/0.11/0.55)	

CMYK percentages

%0
%12.07
%11.21
%54.51

Codes

Color #746667 in popluar color models

746667
RGB116102103
HSL356°6.42%42.75%
HSB/HSV356°12.07%45.49%
CMYK0.00%12.07%11.21%
54.51%

Color #746667 in popluar number systems.

HEX746667
Decimal116102103
Binary111010011001101100111
Octal164146147

Shades and tints

Shades of #746667

#746667
(116,102,103)
#6A5D5E
(106,93,94)
#605455
(96,84,85)
#564B4C
(86,75,76)
#4C4243
(76,66,67)
#42393A
(66,57,58)
#383031
(56,48,49)
#2E2728
(46,39,40)
#241E1F
(36,30,31)
#1A1516
(26,21,22)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #746667

#746667
(116,102,103)
#807374
(128,115,116)
#8C8081
(140,128,129)
#988D8E
(152,141,142)
#A49A9B
(164,154,155)
#B0A7A8
(176,167,168)
#BCB4B5
(188,180,181)
#C8C1C2
(200,193,194)
#D4CECF
(212,206,207)
#E0DBDC
(224,219,220)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746667; }

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

This text font color is #746667.


Background Color

.myBgColor { background-color: #746667; }

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

This div background color is #746667.


Border color

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

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

This div border color is #746667.


Opacity

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

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

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

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

This text has shadow with #746667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746667 on black background.


Color preview on white background

This text has color #746667 on white background.



Black color preview on #746667 background

This text has black color on #746667 background.


White color preview on #746667 background

This text has white color on #746667 background.