COLOR #745A62

HEX: #745A62
RGB: (116,90,98)

Color info

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

RGB color model

#745A62 color RGB value is (116,90,98).

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

RGB channels and saturation

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

116
90
98

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

Portions of RGB colors in percentages

R + G + B =
116 + 90 + 98 = 304 (100%)
R 116 of 304 ~ 38.16%
G 90 of 304 ~ 29.61%
B 98 of 304 ~ 32.24%

%38.16
%29.61
%32.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 15.52%
  • 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
%15.52
%54.51

Codes

Color #745A62 in popluar color models

745A62
RGB1169098
HSL342°12.62%40.39%
HSB/HSV342°22.41%45.49%
CMYK0.00%22.41%15.52%
54.51%

Color #745A62 in popluar number systems.

HEX745A62
Decimal1169098
Binary111010010110101100010
Octal164132142

Shades and tints

Shades of #745A62

#745A62
(116,90,98)
#6A525A
(106,82,90)
#604A52
(96,74,82)
#56424A
(86,66,74)
#4C3A42
(76,58,66)
#42323A
(66,50,58)
#382A32
(56,42,50)
#2E222A
(46,34,42)
#241A22
(36,26,34)
#1A121A
(26,18,26)
#100A12
(16,10,18)
#000000
(0,0,0)

Tints of #745A62

#745A62
(116,90,98)
#806970
(128,105,112)
#8C787E
(140,120,126)
#98878C
(152,135,140)
#A4969A
(164,150,154)
#B0A5A8
(176,165,168)
#BCB4B6
(188,180,182)
#C8C3C4
(200,195,196)
#D4D2D2
(212,210,210)
#E0E1E0
(224,225,224)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745A62; }

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

This text font color is #745A62.


Background Color

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

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

This div background color is #745A62.


Border color

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

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

This div border color is #745A62.


Opacity

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

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

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

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

This text has shadow with #745A62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745A62 on black background.


Color preview on white background

This text has color #745A62 on white background.



Black color preview on #745A62 background

This text has black color on #745A62 background.


White color preview on #745A62 background

This text has white color on #745A62 background.