COLOR #726276

HEX: #726276
RGB: (114,98,118)

Color info

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

RGB color model

#726276 color RGB value is (114,98,118).

  • red value is 114;
  • green value is 98;
  • blue value is 118.
RGB:
(114,98,118)
(45%,38%,46%)

RGB channels and saturation

R 114 of 255 = 45%
G 98 of 255 = 38%
B 118 of 255 = 46%

114
98
118

R + G + B ~ 43%. #726276 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 98 + 118 = 330 (100%)
R 114 of 330 ~ 34.55%
G 98 of 330 ~ 29.7%
B 118 of 330 ~ 35.76%

%34.55
%29.7
%35.76

CMYK color model

#726276 color CMYK value is (3,17,0,54).

  • cyan value is 3.39%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,17,0,54)
C3M17Y0K54 
(3%,17%,0%,54%)
(0.03/0.17/0.00/0.54)	

CMYK percentages

%3.39
%16.95
%0
%53.73

Codes

Color #726276 in popluar color models

726276
RGB11498118
HSL288°9.26%42.35%
HSB/HSV288°16.95%46.27%
CMYK3.39%16.95%0.00%
53.73%

Color #726276 in popluar number systems.

HEX726276
Decimal11498118
Binary111001011000101110110
Octal162142166

Shades and tints

Shades of #726276

#726276
(114,98,118)
#685A6C
(104,90,108)
#5E5262
(94,82,98)
#544A58
(84,74,88)
#4A424E
(74,66,78)
#403A44
(64,58,68)
#36323A
(54,50,58)
#2C2A30
(44,42,48)
#222226
(34,34,38)
#181A1C
(24,26,28)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #726276

#726276
(114,98,118)
#7E7082
(126,112,130)
#8A7E8E
(138,126,142)
#968C9A
(150,140,154)
#A29AA6
(162,154,166)
#AEA8B2
(174,168,178)
#BAB6BE
(186,182,190)
#C6C4CA
(198,196,202)
#D2D2D6
(210,210,214)
#DEE0E2
(222,224,226)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726276 color. Also use rgb(114,98,118) instead hex code.

Text Font Color

.myTextColor { color: #726276; }

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

This text font color is #726276.


Background Color

.myBgColor { background-color: #726276; }

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

This div background color is #726276.


Border color

.myBorderColor { border: 1px solid #726276; }

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

This div border color is #726276.


Opacity

.myOpacity80 { color: #726276; opacity: 0.8; }

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

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

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

This text has shadow with #726276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726276 on black background.


Color preview on white background

This text has color #726276 on white background.



Black color preview on #726276 background

This text has black color on #726276 background.


White color preview on #726276 background

This text has white color on #726276 background.