COLOR #745655

HEX: #745655
RGB: (116,86,85)

Color info

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

RGB color model

#745655 color RGB value is (116,86,85).

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

RGB channels and saturation

R 116 of 255 = 45%
G 86 of 255 = 34%
B 85 of 255 = 33%

116
86
85

R + G + B ~ 37%. #745655 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 86 + 85 = 287 (100%)
R 116 of 287 ~ 40.42%
G 86 of 287 ~ 29.97%
B 85 of 287 ~ 29.62%

%40.42
%29.97
%29.62

CMYK color model

#745655 color CMYK value is (0,26,27,55).

  • cyan value is 0.00%
  • magenta value is 25.86%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(0,26,27,55)
C0M26Y27K55 
(0%,26%,27%,55%)
(0.00/0.26/0.27/0.55)	

CMYK percentages

%0
%25.86
%26.72
%54.51

Codes

Color #745655 in popluar color models

745655
RGB1168685
HSL15.42%39.41%
HSB/HSV26.72%45.49%
CMYK0.00%25.86%26.72%
54.51%

Color #745655 in popluar number systems.

HEX745655
Decimal1168685
Binary111010010101101010101
Octal164126125

Shades and tints

Shades of #745655

#745655
(116,86,85)
#6A4F4E
(106,79,78)
#604847
(96,72,71)
#564140
(86,65,64)
#4C3A39
(76,58,57)
#423332
(66,51,50)
#382C2B
(56,44,43)
#2E2524
(46,37,36)
#241E1D
(36,30,29)
#1A1716
(26,23,22)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #745655

#745655
(116,86,85)
#806564
(128,101,100)
#8C7473
(140,116,115)
#988382
(152,131,130)
#A49291
(164,146,145)
#B0A1A0
(176,161,160)
#BCB0AF
(188,176,175)
#C8BFBE
(200,191,190)
#D4CECD
(212,206,205)
#E0DDDC
(224,221,220)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745655; }

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

This text font color is #745655.


Background Color

.myBgColor { background-color: #745655; }

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

This div background color is #745655.


Border color

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

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

This div border color is #745655.


Opacity

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

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

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

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

This text has shadow with #745655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745655 on black background.


Color preview on white background

This text has color #745655 on white background.



Black color preview on #745655 background

This text has black color on #745655 background.


White color preview on #745655 background

This text has white color on #745655 background.