COLOR #745A6B

HEX: #745A6B RGB: (116,90,107)

Color info

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

RGB color model

#745A6B color RGB value is (116,90,107).

RGB: (116,90,107) (45%, 35%, 42%)

RGB channels and saturation

R 116 of 255 = 45%
G 90 of 255 = 35%
B 107 of 255 = 42%

116
90
107

R + G + B ~ 41%. #745A6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 90 + 107 = 313 (100%)
R 116 of 313 ~ 37.06%
G 90 of 313 ~ 28.75%
B 107 of 313 ~ 34.19'%

%37.06
%28.75
%34.19

CMYK color model

#745A6B color CMYK value is (0,22,8,55).

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

CMYK: (0,22,8,55)
C0M22Y8K55 (0%, 22%, 8%, 55%)
(0.00 / 0.22 / 0.08 / 0.55)

CMYK percentages

%0
%22.41
%7.76
%54.51

Codes

Color #745A6B in popluar color models

74 5A 6B
RGB 116 90 107
HSL 321° 12.62% 40.39%
HSB/HSV 321° 22.41% 45.49%
CMYK 0.00% 22.41% 7.76%
54.51%

Color #745A6B in popluar number systems.

HEX 74 5A 6B
Decimal 116 90 107
Binary 1110100 1011010 1101011
Octal 164 132 153

Shades and tints

Shades of #745A6B

#745A6B
(116,90,107)
#6A5262
(106,82,98)
#604A59
(96,74,89)
#564250
(86,66,80)
#4C3A47
(76,58,71)
#42323E
(66,50,62)
#382A35
(56,42,53)
#2E222C
(46,34,44)
#241A23
(36,26,35)
#1A121A
(26,18,26)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #745A6B

#745A6B
(116,90,107)
#806978
(128,105,120)
#8C7885
(140,120,133)
#988792
(152,135,146)
#A4969F
(164,150,159)
#B0A5AC
(176,165,172)
#BCB4B9
(188,180,185)
#C8C3C6
(200,195,198)
#D4D2D3
(212,210,211)
#E0E1E0
(224,225,224)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745A6B; }

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

This text font color is #745A6B.

Background Color

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

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

This div background color is #745A6B.

Border color

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

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

This div border color is #745A6B.

Opacity

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

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

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

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

This text has shadow with #745A6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745A6B.

Preview

Color preview on black background

This text has color #745A6B on black background.


Color preview on white background

This text has color #745A6B on white background.


Black color preview on #745A6B background

This text has black color on #745A6B background.


White color preview on #745A6B background

This text has white color on #745A6B background.


Related colors

Complementary color

Complementary color for #hex is #8BA594.


I love getcolorcode.com

Triadic colors

1 #6B745A and #5A6B74 with #745A6B are triadic colors.

2 #6B5A74 and #5A746B with #745A6B are triadic colors.