COLOR #724F65

HEX: #724F65
RGB: (114,79,101)

Color info

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

RGB color model

#724F65 color RGB value is (114,79,101).

  • red value is 114;
  • green value is 79;
  • blue value is 101.
RGB:
(114,79,101)
(45%,31%,40%)

RGB channels and saturation

R 114 of 255 = 45%
G 79 of 255 = 31%
B 101 of 255 = 40%

114
79
101

R + G + B ~ 39%. #724F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 79 + 101 = 294 (100%)
R 114 of 294 ~ 38.78%
G 79 of 294 ~ 26.87%
B 101 of 294 ~ 34.35%

%38.78
%26.87
%34.35

CMYK color model

#724F65 color CMYK value is (0,31,11,55).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 11.40%
  • key color value is 55.29%
CMYK:
(0,31,11,55)
C0M31Y11K55 
(0%,31%,11%,55%)
(0.00/0.31/0.11/0.55)	

CMYK percentages

%0
%30.7
%11.4
%55.29

Codes

Color #724F65 in popluar color models

724F65
RGB11479101
HSL322°18.13%37.84%
HSB/HSV322°30.70%44.71%
CMYK0.00%30.70%11.40%
55.29%

Color #724F65 in popluar number systems.

HEX724F65
Decimal11479101
Binary111001010011111100101
Octal162117145

Shades and tints

Shades of #724F65

#724F65
(114,79,101)
#68485C
(104,72,92)
#5E4153
(94,65,83)
#543A4A
(84,58,74)
#4A3341
(74,51,65)
#402C38
(64,44,56)
#36252F
(54,37,47)
#2C1E26
(44,30,38)
#22171D
(34,23,29)
#181014
(24,16,20)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #724F65

#724F65
(114,79,101)
#7E5F73
(126,95,115)
#8A6F81
(138,111,129)
#967F8F
(150,127,143)
#A28F9D
(162,143,157)
#AE9FAB
(174,159,171)
#BAAFB9
(186,175,185)
#C6BFC7
(198,191,199)
#D2CFD5
(210,207,213)
#DEDFE3
(222,223,227)
#EAEFF1
(234,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724F65 color. Also use rgb(114,79,101) instead hex code.

Text Font Color

.myTextColor { color: #724F65; }

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

This text font color is #724F65.


Background Color

.myBgColor { background-color: #724F65; }

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

This div background color is #724F65.


Border color

.myBorderColor { border: 1px solid #724F65; }

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

This div border color is #724F65.


Opacity

.myOpacity80 { color: #724F65; opacity: 0.8; }

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

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

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

This text has shadow with #724F65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724F65 on black background.


Color preview on white background

This text has color #724F65 on white background.



Black color preview on #724F65 background

This text has black color on #724F65 background.


White color preview on #724F65 background

This text has white color on #724F65 background.