COLOR #745A61

HEX: #745A61 RGB: (116,90,97)

Color info

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

RGB color model

#745A61 color RGB value is (116,90,97).

RGB: (116,90,97) (45%, 35%, 38%)

RGB channels and saturation

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

116
90
97

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

Portions of RGB colors in percentages

R + G + B = 116 + 90 + 97 = 303 (100%)
R 116 of 303 ~ 38.28%
G 90 of 303 ~ 29.7%
B 97 of 303 ~ 32.01'%

%38.28
%29.7
%32.01

CMYK color model

#745A61 color CMYK value is (0,22,16,55).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 16.38%
  • key color value is 54.51%

CMYK: (0,22,16,55)
C0M22Y16K55 (0%, 22%, 16%, 55%)
(0.00 / 0.22 / 0.16 / 0.55)

CMYK percentages

%0
%22.41
%16.38
%54.51

Codes

Color #745A61 in popluar color models

74 5A 61
RGB 116 90 97
HSL 344° 12.62% 40.39%
HSB/HSV 344° 22.41% 45.49%
CMYK 0.00% 22.41% 16.38%
54.51%

Color #745A61 in popluar number systems.

HEX 74 5A 61
Decimal 116 90 97
Binary 1110100 1011010 1100001
Octal 164 132 141

Shades and tints

Shades of #745A61

#745A61
(116,90,97)
#6A5259
(106,82,89)
#604A51
(96,74,81)
#564249
(86,66,73)
#4C3A41
(76,58,65)
#423239
(66,50,57)
#382A31
(56,42,49)
#2E2229
(46,34,41)
#241A21
(36,26,33)
#1A1219
(26,18,25)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #745A61

#745A61
(116,90,97)
#80696F
(128,105,111)
#8C787D
(140,120,125)
#98878B
(152,135,139)
#A49699
(164,150,153)
#B0A5A7
(176,165,167)
#BCB4B5
(188,180,181)
#C8C3C3
(200,195,195)
#D4D2D1
(212,210,209)
#E0E1DF
(224,225,223)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745A61; }

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

This text font color is #745A61.

Background Color

.myBgColor { background-color: #745A61; }

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

This div background color is #745A61.

Border color

.myBorderColor { border: 1px solid #745A61; }

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

This div border color is #745A61.

Opacity

.myOpacity80 { color: #745A61; opacity: 0.8; }

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

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

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

This text has shadow with #745A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745A61.

Preview

Color preview on black background

This text has color #745A61 on black background.


Color preview on white background

This text has color #745A61 on white background.


Black color preview on #745A61 background

This text has black color on #745A61 background.


White color preview on #745A61 background

This text has white color on #745A61 background.


Related colors

Complementary color

Complementary color for #hex is #8BA59E.


I love getcolorcode.com

Triadic colors

1 #61745A and #5A6174 with #745A61 are triadic colors.

2 #615A74 and #5A7461 with #745A61 are triadic colors.