COLOR #745751

HEX: #745751
RGB: (116,87,81)

Color info

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

RGB color model

#745751 color RGB value is (116,87,81).

  • red value is 116;
  • green value is 87;
  • blue value is 81.
RGB:
(116,87,81)
(45%,34%,32%)

RGB channels and saturation

R 116 of 255 = 45%
G 87 of 255 = 34%
B 81 of 255 = 32%

116
87
81

R + G + B ~ 37%. #745751 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 87 + 81 = 284 (100%)
R 116 of 284 ~ 40.85%
G 87 of 284 ~ 30.63%
B 81 of 284 ~ 28.52%

%40.85
%30.63
%28.52

CMYK color model

#745751 color CMYK value is (0,25,30,55).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 30.17%
  • key color value is 54.51%
CMYK:
(0,25,30,55)
C0M25Y30K55 
(0%,25%,30%,55%)
(0.00/0.25/0.30/0.55)	

CMYK percentages

%0
%25
%30.17
%54.51

Codes

Color #745751 in popluar color models

745751
RGB1168781
HSL10°17.77%38.63%
HSB/HSV10°30.17%45.49%
CMYK0.00%25.00%30.17%
54.51%

Color #745751 in popluar number systems.

HEX745751
Decimal1168781
Binary111010010101111010001
Octal164127121

Shades and tints

Shades of #745751

#745751
(116,87,81)
#6A504A
(106,80,74)
#604943
(96,73,67)
#56423C
(86,66,60)
#4C3B35
(76,59,53)
#42342E
(66,52,46)
#382D27
(56,45,39)
#2E2620
(46,38,32)
#241F19
(36,31,25)
#1A1812
(26,24,18)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #745751

#745751
(116,87,81)
#806660
(128,102,96)
#8C756F
(140,117,111)
#98847E
(152,132,126)
#A4938D
(164,147,141)
#B0A29C
(176,162,156)
#BCB1AB
(188,177,171)
#C8C0BA
(200,192,186)
#D4CFC9
(212,207,201)
#E0DED8
(224,222,216)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745751 color. Also use rgb(116,87,81) instead hex code.

Text Font Color

.myTextColor { color: #745751; }

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

This text font color is #745751.


Background Color

.myBgColor { background-color: #745751; }

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

This div background color is #745751.


Border color

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

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

This div border color is #745751.


Opacity

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

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

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

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

This text has shadow with #745751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745751 on black background.


Color preview on white background

This text has color #745751 on white background.



Black color preview on #745751 background

This text has black color on #745751 background.


White color preview on #745751 background

This text has white color on #745751 background.