COLOR #72575F

HEX: #72575F
RGB: (114,87,95)

Color info

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

RGB color model

#72575F color RGB value is (114,87,95).

  • red value is 114;
  • green value is 87;
  • blue value is 95.
RGB:
(114,87,95)
(45%,34%,37%)

RGB channels and saturation

R 114 of 255 = 45%
G 87 of 255 = 34%
B 95 of 255 = 37%

114
87
95

R + G + B ~ 39%. #72575F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 87 + 95 = 296 (100%)
R 114 of 296 ~ 38.51%
G 87 of 296 ~ 29.39%
B 95 of 296 ~ 32.09%

%38.51
%29.39
%32.09

CMYK color model

#72575F color CMYK value is (0,24,17,55).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 16.67%
  • key color value is 55.29%
CMYK:
(0,24,17,55)
C0M24Y17K55 
(0%,24%,17%,55%)
(0.00/0.24/0.17/0.55)	

CMYK percentages

%0
%23.68
%16.67
%55.29

Codes

Color #72575F in popluar color models

72575F
RGB1148795
HSL342°13.43%39.41%
HSB/HSV342°23.68%44.71%
CMYK0.00%23.68%16.67%
55.29%

Color #72575F in popluar number systems.

HEX72575F
Decimal1148795
Binary111001010101111011111
Octal162127137

Shades and tints

Shades of #72575F

#72575F
(114,87,95)
#685057
(104,80,87)
#5E494F
(94,73,79)
#544247
(84,66,71)
#4A3B3F
(74,59,63)
#403437
(64,52,55)
#362D2F
(54,45,47)
#2C2627
(44,38,39)
#221F1F
(34,31,31)
#181817
(24,24,23)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #72575F

#72575F
(114,87,95)
#7E666D
(126,102,109)
#8A757B
(138,117,123)
#968489
(150,132,137)
#A29397
(162,147,151)
#AEA2A5
(174,162,165)
#BAB1B3
(186,177,179)
#C6C0C1
(198,192,193)
#D2CFCF
(210,207,207)
#DEDEDD
(222,222,221)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72575F color. Also use rgb(114,87,95) instead hex code.

Text Font Color

.myTextColor { color: #72575F; }

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

This text font color is #72575F.


Background Color

.myBgColor { background-color: #72575F; }

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

This div background color is #72575F.


Border color

.myBorderColor { border: 1px solid #72575F; }

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

This div border color is #72575F.


Opacity

.myOpacity80 { color: #72575F; opacity: 0.8; }

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

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

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

This text has shadow with #72575F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72575F on black background.


Color preview on white background

This text has color #72575F on white background.



Black color preview on #72575F background

This text has black color on #72575F background.


White color preview on #72575F background

This text has white color on #72575F background.