COLOR #72506A

HEX: #72506A
RGB: (114,80,106)

Color info

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

RGB color model

#72506A color RGB value is (114,80,106).

  • red value is 114;
  • green value is 80;
  • blue value is 106.
RGB:
(114,80,106)
(45%,31%,42%)

RGB channels and saturation

R 114 of 255 = 45%
G 80 of 255 = 31%
B 106 of 255 = 42%

114
80
106

R + G + B ~ 39%. #72506A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 80 + 106 = 300 (100%)
R 114 of 300 ~ 38%
G 80 of 300 ~ 26.67%
B 106 of 300 ~ 35.33%

%38
%26.67
%35.33

CMYK color model

#72506A color CMYK value is (0,30,7,55).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 7.02%
  • key color value is 55.29%
CMYK:
(0,30,7,55)
C0M30Y7K55 
(0%,30%,7%,55%)
(0.00/0.30/0.07/0.55)	

CMYK percentages

%0
%29.82
%7.02
%55.29

Codes

Color #72506A in popluar color models

72506A
RGB11480106
HSL314°17.53%38.04%
HSB/HSV314°29.82%44.71%
CMYK0.00%29.82%7.02%
55.29%

Color #72506A in popluar number systems.

HEX72506A
Decimal11480106
Binary111001010100001101010
Octal162120152

Shades and tints

Shades of #72506A

#72506A
(114,80,106)
#684961
(104,73,97)
#5E4258
(94,66,88)
#543B4F
(84,59,79)
#4A3446
(74,52,70)
#402D3D
(64,45,61)
#362634
(54,38,52)
#2C1F2B
(44,31,43)
#221822
(34,24,34)
#181119
(24,17,25)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #72506A

#72506A
(114,80,106)
#7E5F77
(126,95,119)
#8A6E84
(138,110,132)
#967D91
(150,125,145)
#A28C9E
(162,140,158)
#AE9BAB
(174,155,171)
#BAAAB8
(186,170,184)
#C6B9C5
(198,185,197)
#D2C8D2
(210,200,210)
#DED7DF
(222,215,223)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72506A color. Also use rgb(114,80,106) instead hex code.

Text Font Color

.myTextColor { color: #72506A; }

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

This text font color is #72506A.


Background Color

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

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

This div background color is #72506A.


Border color

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

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

This div border color is #72506A.


Opacity

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

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

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

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

This text has shadow with #72506A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72506A on black background.


Color preview on white background

This text has color #72506A on white background.



Black color preview on #72506A background

This text has black color on #72506A background.


White color preview on #72506A background

This text has white color on #72506A background.