COLOR #745A6A

HEX: #745A6A RGB: (116,90,106)

Color info

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

RGB color model

#745A6A color RGB value is (116,90,106).

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

RGB channels and saturation

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

116
90
106

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

Portions of RGB colors in percentages

R + G + B = 116 + 90 + 106 = 312 (100%)
R 116 of 312 ~ 37.18%
G 90 of 312 ~ 28.85%
B 106 of 312 ~ 33.97'%

%37.18
%28.85
%33.97

CMYK color model

#745A6A color CMYK value is (0,22,9,55).

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

CMYK: (0,22,9,55)
C0M22Y9K55 (0%, 22%, 9%, 55%)
(0.00 / 0.22 / 0.09 / 0.55)

CMYK percentages

%0
%22.41
%8.62
%54.51

Codes

Color #745A6A in popluar color models

74 5A 6A
RGB 116 90 106
HSL 323° 12.62% 40.39%
HSB/HSV 323° 22.41% 45.49%
CMYK 0.00% 22.41% 8.62%
54.51%

Color #745A6A in popluar number systems.

HEX 74 5A 6A
Decimal 116 90 106
Binary 1110100 1011010 1101010
Octal 164 132 152

Shades and tints

Shades of #745A6A

#745A6A
(116,90,106)
#6A5261
(106,82,97)
#604A58
(96,74,88)
#56424F
(86,66,79)
#4C3A46
(76,58,70)
#42323D
(66,50,61)
#382A34
(56,42,52)
#2E222B
(46,34,43)
#241A22
(36,26,34)
#1A1219
(26,18,25)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #745A6A

#745A6A
(116,90,106)
#806977
(128,105,119)
#8C7884
(140,120,132)
#988791
(152,135,145)
#A4969E
(164,150,158)
#B0A5AB
(176,165,171)
#BCB4B8
(188,180,184)
#C8C3C5
(200,195,197)
#D4D2D2
(212,210,210)
#E0E1DF
(224,225,223)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745A6A; }

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

This text font color is #745A6A.

Background Color

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

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

This div background color is #745A6A.

Border color

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

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

This div border color is #745A6A.

Opacity

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

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

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

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

This text has shadow with #745A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745A6A.

Preview

Color preview on black background

This text has color #745A6A on black background.


Color preview on white background

This text has color #745A6A on white background.


Black color preview on #745A6A background

This text has black color on #745A6A background.


White color preview on #745A6A background

This text has white color on #745A6A background.


Related colors

Complementary color

Complementary color for #hex is #8BA595.


I love getcolorcode.com

Triadic colors

1 #6A745A and #5A6A74 with #745A6A are triadic colors.

2 #6A5A74 and #5A746A with #745A6A are triadic colors.