COLOR #745961

HEX: #745961
RGB: (116,89,97)

Color info

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

RGB color model

#745961 color RGB value is (116,89,97).

  • red value is 116;
  • green value is 89;
  • blue value is 97.
RGB: (116,89,97) (45%,35%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 89 of 255 = 35%
B 97 of 255 = 38%

116
89
97

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

Portions of RGB colors in percentages

R + G + B =
116 + 89 + 97 = 302 (100%)
R 116 of 302 ~ 38.41%
G 89 of 302 ~ 29.47%
B 97 of 302 ~ 32.12%

%38.41
%29.47
%32.12

CMYK color model

#745961 color CMYK value is (0,23,16,55).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 16.38%
  • key color value is 54.51%
CMYK: (0,23,16,55) C0M23Y16K55 (0%,23%,16%,55%) (0.00/0.23/0.16/0.55)

CMYK percentages

%0
%23.28
%16.38
%54.51

Codes

Color #745961 in popluar color models

745961
RGB1168997
HSL342°13.17%40.20%
HSB/HSV342°23.28%45.49%
CMYK0.00%23.28%16.38%
54.51%

Color #745961 in popluar number systems.

HEX745961
Decimal1168997
Binary111010010110011100001
Octal164131141

Shades and tints

Shades of #745961

#745961
(116,89,97)
#6A5159
(106,81,89)
#604951
(96,73,81)
#564149
(86,65,73)
#4C3941
(76,57,65)
#423139
(66,49,57)
#382931
(56,41,49)
#2E2129
(46,33,41)
#241921
(36,25,33)
#1A1119
(26,17,25)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #745961

#745961
(116,89,97)
#80686F
(128,104,111)
#8C777D
(140,119,125)
#98868B
(152,134,139)
#A49599
(164,149,153)
#B0A4A7
(176,164,167)
#BCB3B5
(188,179,181)
#C8C2C3
(200,194,195)
#D4D1D1
(212,209,209)
#E0E0DF
(224,224,223)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745961; }

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

This text font color is #745961.


Background Color

.myBgColor { background-color: #745961; }

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

This div background color is #745961.


Border color

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

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

This div border color is #745961.


Opacity

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

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

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

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

This text has shadow with #745961 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #745961 on black background.


Color preview on white background

This text has color #745961 on white background.



Black color preview on #745961 background

This text has black color on #745961 background.


White color preview on #745961 background

This text has white color on #745961 background.