COLOR #72565A

HEX: #72565A
RGB: (114,86,90)

Color info

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

RGB color model

#72565A color RGB value is (114,86,90).

  • red value is 114;
  • green value is 86;
  • blue value is 90.
RGB:
(114,86,90)
(45%,34%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 86 of 255 = 34%
B 90 of 255 = 35%

114
86
90

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

Portions of RGB colors in percentages

R + G + B =
114 + 86 + 90 = 290 (100%)
R 114 of 290 ~ 39.31%
G 86 of 290 ~ 29.66%
B 90 of 290 ~ 31.03%

%39.31
%29.66
%31.03

CMYK color model

#72565A color CMYK value is (0,25,21,55).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 21.05%
  • key color value is 55.29%
CMYK:
(0,25,21,55)
C0M25Y21K55 
(0%,25%,21%,55%)
(0.00/0.25/0.21/0.55)	

CMYK percentages

%0
%24.56
%21.05
%55.29

Codes

Color #72565A in popluar color models

72565A
RGB1148690
HSL351°14.00%39.22%
HSB/HSV351°24.56%44.71%
CMYK0.00%24.56%21.05%
55.29%

Color #72565A in popluar number systems.

HEX72565A
Decimal1148690
Binary111001010101101011010
Octal162126132

Shades and tints

Shades of #72565A

#72565A
(114,86,90)
#684F52
(104,79,82)
#5E484A
(94,72,74)
#544142
(84,65,66)
#4A3A3A
(74,58,58)
#403332
(64,51,50)
#362C2A
(54,44,42)
#2C2522
(44,37,34)
#221E1A
(34,30,26)
#181712
(24,23,18)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #72565A

#72565A
(114,86,90)
#7E6569
(126,101,105)
#8A7478
(138,116,120)
#968387
(150,131,135)
#A29296
(162,146,150)
#AEA1A5
(174,161,165)
#BAB0B4
(186,176,180)
#C6BFC3
(198,191,195)
#D2CED2
(210,206,210)
#DEDDE1
(222,221,225)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72565A color. Also use rgb(114,86,90) instead hex code.

Text Font Color

.myTextColor { color: #72565A; }

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

This text font color is #72565A.


Background Color

.myBgColor { background-color: #72565A; }

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

This div background color is #72565A.


Border color

.myBorderColor { border: 1px solid #72565A; }

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

This div border color is #72565A.


Opacity

.myOpacity80 { color: #72565A; opacity: 0.8; }

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

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

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

This text has shadow with #72565A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72565A on black background.


Color preview on white background

This text has color #72565A on white background.



Black color preview on #72565A background

This text has black color on #72565A background.


White color preview on #72565A background

This text has white color on #72565A background.