COLOR #746755

HEX: #746755
RGB: (116,103,85)

Color info

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

RGB color model

#746755 color RGB value is (116,103,85).

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

RGB channels and saturation

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

116
103
85

R + G + B ~ 39%. #746755 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 103 + 85 = 304 (100%)
R 116 of 304 ~ 38.16%
G 103 of 304 ~ 33.88%
B 85 of 304 ~ 27.96%

%38.16
%33.88
%27.96

CMYK color model

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

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

CMYK percentages

%0
%11.21
%26.72
%54.51

Codes

Color #746755 in popluar color models

746755
RGB11610385
HSL35°15.42%39.41%
HSB/HSV35°26.72%45.49%
CMYK0.00%11.21%26.72%
54.51%

Color #746755 in popluar number systems.

HEX746755
Decimal11610385
Binary111010011001111010101
Octal164147125

Shades and tints

Shades of #746755

#746755
(116,103,85)
#6A5E4E
(106,94,78)
#605547
(96,85,71)
#564C40
(86,76,64)
#4C4339
(76,67,57)
#423A32
(66,58,50)
#38312B
(56,49,43)
#2E2824
(46,40,36)
#241F1D
(36,31,29)
#1A1616
(26,22,22)
#100D0F
(16,13,15)
#000000
(0,0,0)

Tints of #746755

#746755
(116,103,85)
#807464
(128,116,100)
#8C8173
(140,129,115)
#988E82
(152,142,130)
#A49B91
(164,155,145)
#B0A8A0
(176,168,160)
#BCB5AF
(188,181,175)
#C8C2BE
(200,194,190)
#D4CFCD
(212,207,205)
#E0DCDC
(224,220,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746755; }

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

This text font color is #746755.


Background Color

.myBgColor { background-color: #746755; }

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

This div background color is #746755.


Border color

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

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

This div border color is #746755.


Opacity

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

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

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

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

This text has shadow with #746755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746755 on black background.


Color preview on white background

This text has color #746755 on white background.



Black color preview on #746755 background

This text has black color on #746755 background.


White color preview on #746755 background

This text has white color on #746755 background.