COLOR #747855

HEX: #747855 RGB: (116,120,85)

Color info

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

RGB color model

#747855 color RGB value is (116,120,85).

RGB: (116,120,85) (45%, 47%, 33%)

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 85 of 255 = 33%

116
120
85

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

Portions of RGB colors in percentages

R + G + B = 116 + 120 + 85 = 321 (100%)
R 116 of 321 ~ 36.14%
G 120 of 321 ~ 37.38%
B 85 of 321 ~ 26.48'%

%36.14
%37.38
%26.48

CMYK color model

#747855 color CMYK value is (3,0,29,53).

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%

CMYK: (3,0,29,53)
C3M0Y29K53 (3%, 0%, 29%, 53%)
(0.03 / 0.00 / 0.29 / 0.53)

CMYK percentages

%3.33
%0
%29.17
%52.94

Codes

Color #747855 in popluar color models

74 78 55
RGB 116 120 85
HSL 67° 17.07% 40.20%
HSB/HSV 67° 29.17% 47.06%
CMYK 3.33% 0.00% 29.17%
52.94%

Color #747855 in popluar number systems.

HEX 74 78 55
Decimal 116 120 85
Binary 1110100 1111000 1010101
Octal 164 170 125

Shades and tints

Shades of #747855

#747855
(116,120,85)
#6A6E4E
(106,110,78)
#606447
(96,100,71)
#565A40
(86,90,64)
#4C5039
(76,80,57)
#424632
(66,70,50)
#383C2B
(56,60,43)
#2E3224
(46,50,36)
#24281D
(36,40,29)
#1A1E16
(26,30,22)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #747855

#747855
(116,120,85)
#808464
(128,132,100)
#8C9073
(140,144,115)
#989C82
(152,156,130)
#A4A891
(164,168,145)
#B0B4A0
(176,180,160)
#BCC0AF
(188,192,175)
#C8CCBE
(200,204,190)
#D4D8CD
(212,216,205)
#E0E4DC
(224,228,220)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747855; }

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

This text font color is #747855.

Background Color

.myBgColor { background-color: #747855; }

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

This div background color is #747855.

Border color

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

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

This div border color is #747855.

Opacity

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

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

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

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

This text has shadow with #747855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747855.

Preview

Color preview on black background

This text has color #747855 on black background.


Color preview on white background

This text has color #747855 on white background.


Black color preview on #747855 background

This text has black color on #747855 background.


White color preview on #747855 background

This text has white color on #747855 background.


Related colors

Complementary color

Complementary color for #hex is #8B87AA.


I love getcolorcode.com

Triadic colors

1 #557478 and #785574 with #747855 are triadic colors.

2 #557874 and #787455 with #747855 are triadic colors.