COLOR #72575B

HEX: #72575B
RGB: (114,87,91)

Color info

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

RGB color model

#72575B color RGB value is (114,87,91).

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

RGB channels and saturation

R 114 of 255 = 45%
G 87 of 255 = 34%
B 91 of 255 = 36%

114
87
91

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

Portions of RGB colors in percentages

R + G + B =
114 + 87 + 91 = 292 (100%)
R 114 of 292 ~ 39.04%
G 87 of 292 ~ 29.79%
B 91 of 292 ~ 31.16%

%39.04
%29.79
%31.16

CMYK color model

#72575B color CMYK value is (0,24,20,55).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 20.18%
  • key color value is 55.29%
CMYK:
(0,24,20,55)
C0M24Y20K55 
(0%,24%,20%,55%)
(0.00/0.24/0.20/0.55)	

CMYK percentages

%0
%23.68
%20.18
%55.29

Codes

Color #72575B in popluar color models

72575B
RGB1148791
HSL351°13.43%39.41%
HSB/HSV351°23.68%44.71%
CMYK0.00%23.68%20.18%
55.29%

Color #72575B in popluar number systems.

HEX72575B
Decimal1148791
Binary111001010101111011011
Octal162127133

Shades and tints

Shades of #72575B

#72575B
(114,87,91)
#685053
(104,80,83)
#5E494B
(94,73,75)
#544243
(84,66,67)
#4A3B3B
(74,59,59)
#403433
(64,52,51)
#362D2B
(54,45,43)
#2C2623
(44,38,35)
#221F1B
(34,31,27)
#181813
(24,24,19)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #72575B

#72575B
(114,87,91)
#7E6669
(126,102,105)
#8A7577
(138,117,119)
#968485
(150,132,133)
#A29393
(162,147,147)
#AEA2A1
(174,162,161)
#BAB1AF
(186,177,175)
#C6C0BD
(198,192,189)
#D2CFCB
(210,207,203)
#DEDED9
(222,222,217)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72575B; }

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

This text font color is #72575B.


Background Color

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

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

This div background color is #72575B.


Border color

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

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

This div border color is #72575B.


Opacity

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

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

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

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

This text has shadow with #72575B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72575B on black background.


Color preview on white background

This text has color #72575B on white background.



Black color preview on #72575B background

This text has black color on #72575B background.


White color preview on #72575B background

This text has white color on #72575B background.