COLOR #746060

HEX: #746060 RGB: (116,96,96)

Color info

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

RGB color model

#746060 color RGB value is (116,96,96).

RGB: (116,96,96) (45%, 38%, 38%)

RGB channels and saturation

R 116 of 255 = 45%
G 96 of 255 = 38%
B 96 of 255 = 38%

116
96
96

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

Portions of RGB colors in percentages

R + G + B = 116 + 96 + 96 = 308 (100%)
R 116 of 308 ~ 37.66%
G 96 of 308 ~ 31.17%
B 96 of 308 ~ 31.17'%

%37.66
%31.17
%31.17

CMYK color model

#746060 color CMYK value is (0,17,17,55).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 17.24%
  • key color value is 54.51%

CMYK: (0,17,17,55)
C0M17Y17K55 (0%, 17%, 17%, 55%)
(0.00 / 0.17 / 0.17 / 0.55)

CMYK percentages

%0
%17.24
%17.24
%54.51

Codes

Color #746060 in popluar color models

74 60 60
RGB 116 96 96
HSL 9.43% 41.57%
HSB/HSV 17.24% 45.49%
CMYK 0.00% 17.24% 17.24%
54.51%

Color #746060 in popluar number systems.

HEX 74 60 60
Decimal 116 96 96
Binary 1110100 1100000 1100000
Octal 164 140 140

Shades and tints

Shades of #746060

#746060
(116,96,96)
#6A5858
(106,88,88)
#605050
(96,80,80)
#564848
(86,72,72)
#4C4040
(76,64,64)
#423838
(66,56,56)
#383030
(56,48,48)
#2E2828
(46,40,40)
#242020
(36,32,32)
#1A1818
(26,24,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #746060

#746060
(116,96,96)
#806E6E
(128,110,110)
#8C7C7C
(140,124,124)
#988A8A
(152,138,138)
#A49898
(164,152,152)
#B0A6A6
(176,166,166)
#BCB4B4
(188,180,180)
#C8C2C2
(200,194,194)
#D4D0D0
(212,208,208)
#E0DEDE
(224,222,222)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746060; }

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

This text font color is #746060.

Background Color

.myBgColor { background-color: #746060; }

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

This div background color is #746060.

Border color

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

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

This div border color is #746060.

Opacity

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

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

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

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

This text has shadow with #746060 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746060.

Preview

Color preview on black background

This text has color #746060 on black background.


Color preview on white background

This text has color #746060 on white background.


Black color preview on #746060 background

This text has black color on #746060 background.


White color preview on #746060 background

This text has white color on #746060 background.


Related colors

Complementary color

Complementary color for #hex is #8B9F9F.


I love getcolorcode.com