COLOR #746767

HEX: #746767
RGB: (116,103,103)

Color info

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

RGB color model

#746767 color RGB value is (116,103,103).

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

RGB channels and saturation

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

116
103
103

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

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 103 = 322 (100%)
R 116 of 322 ~ 36.02%
G 103 of 322 ~ 31.99%
B 103 of 322 ~ 31.99%

%36.02
%31.99
%31.99

CMYK color model

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

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

CMYK percentages

%0
%11.21
%11.21
%54.51

Codes

Color #746767 in popluar color models

746767
RGB116103103
HSL5.94%42.94%
HSB/HSV11.21%45.49%
CMYK0.00%11.21%11.21%
54.51%

Color #746767 in popluar number systems.

HEX746767
Decimal116103103
Binary111010011001111100111
Octal164147147

Shades and tints

Shades of #746767

#746767
(116,103,103)
#6A5E5E
(106,94,94)
#605555
(96,85,85)
#564C4C
(86,76,76)
#4C4343
(76,67,67)
#423A3A
(66,58,58)
#383131
(56,49,49)
#2E2828
(46,40,40)
#241F1F
(36,31,31)
#1A1616
(26,22,22)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #746767

#746767
(116,103,103)
#807474
(128,116,116)
#8C8181
(140,129,129)
#988E8E
(152,142,142)
#A49B9B
(164,155,155)
#B0A8A8
(176,168,168)
#BCB5B5
(188,181,181)
#C8C2C2
(200,194,194)
#D4CFCF
(212,207,207)
#E0DCDC
(224,220,220)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746767; }

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

This text font color is #746767.


Background Color

.myBgColor { background-color: #746767; }

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

This div background color is #746767.


Border color

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

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

This div border color is #746767.


Opacity

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

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

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

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

This text has shadow with #746767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746767 on black background.


Color preview on white background

This text has color #746767 on white background.



Black color preview on #746767 background

This text has black color on #746767 background.


White color preview on #746767 background

This text has white color on #746767 background.