COLOR #746F56

HEX: #746F56 RGB: (116,111,86)

Color info

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

RGB color model

#746F56 color RGB value is (116,111,86).

RGB: (116,111,86) (45%, 44%, 34%)

RGB channels and saturation

R 116 of 255 = 45%
G 111 of 255 = 44%
B 86 of 255 = 34%

116
111
86

R + G + B ~ 41%. #746F56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 111 + 86 = 313 (100%)
R 116 of 313 ~ 37.06%
G 111 of 313 ~ 35.46%
B 86 of 313 ~ 27.48'%

%37.06
%35.46
%27.48

CMYK color model

#746F56 color CMYK value is (0,4,26,55).

  • cyan value is 0.00%
  • magenta value is 4.31%
  • yellow value is 25.86%
  • key color value is 54.51%

CMYK: (0,4,26,55)
C0M4Y26K55 (0%, 4%, 26%, 55%)
(0.00 / 0.04 / 0.26 / 0.55)

CMYK percentages

%0
%4.31
%25.86
%54.51

Codes

Color #746F56 in popluar color models

74 6F 56
RGB 116 111 86
HSL 50° 14.85% 39.61%
HSB/HSV 50° 25.86% 45.49%
CMYK 0.00% 4.31% 25.86%
54.51%

Color #746F56 in popluar number systems.

HEX 74 6F 56
Decimal 116 111 86
Binary 1110100 1101111 1010110
Octal 164 157 126

Shades and tints

Shades of #746F56

#746F56
(116,111,86)
#6A654F
(106,101,79)
#605B48
(96,91,72)
#565141
(86,81,65)
#4C473A
(76,71,58)
#423D33
(66,61,51)
#38332C
(56,51,44)
#2E2925
(46,41,37)
#241F1E
(36,31,30)
#1A1517
(26,21,23)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #746F56

#746F56
(116,111,86)
#807C65
(128,124,101)
#8C8974
(140,137,116)
#989683
(152,150,131)
#A4A392
(164,163,146)
#B0B0A1
(176,176,161)
#BCBDB0
(188,189,176)
#C8CABF
(200,202,191)
#D4D7CE
(212,215,206)
#E0E4DD
(224,228,221)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746F56 color. Also use rgb(116,111,86) instead hex code.

Text Font Color

.myTextColor { color: #746F56; }

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

This text font color is #746F56.

Background Color

.myBgColor { background-color: #746F56; }

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

This div background color is #746F56.

Border color

.myBorderColor { border: 1px solid #746F56; }

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

This div border color is #746F56.

Opacity

.myOpacity80 { color: #746F56; opacity: 0.8; }

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

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

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

This text has shadow with #746F56 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746F56.

Preview

Color preview on black background

This text has color #746F56 on black background.


Color preview on white background

This text has color #746F56 on white background.


Black color preview on #746F56 background

This text has black color on #746F56 background.


White color preview on #746F56 background

This text has white color on #746F56 background.


Related colors

Complementary color

Complementary color for #hex is #8B90A9.


I love getcolorcode.com

Triadic colors

1 #56746F and #6F5674 with #746F56 are triadic colors.

2 #566F74 and #6F7456 with #746F56 are triadic colors.