COLOR #726774

HEX: #726774
RGB: (114,103,116)

Color info

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

RGB color model

#726774 color RGB value is (114,103,116).

  • red value is 114;
  • green value is 103;
  • blue value is 116.
RGB:
(114,103,116)
(45%,40%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 116 of 255 = 45%

114
103
116

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

Portions of RGB colors in percentages

R + G + B =
114 + 103 + 116 = 333 (100%)
R 114 of 333 ~ 34.23%
G 103 of 333 ~ 30.93%
B 116 of 333 ~ 34.83%

%34.23
%30.93
%34.83

CMYK color model

#726774 color CMYK value is (2,11,0,55).

  • cyan value is 1.72%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(2,11,0,55)
C2M11Y0K55 
(2%,11%,0%,55%)
(0.02/0.11/0.00/0.55)	

CMYK percentages

%1.72
%11.21
%0
%54.51

Codes

Color #726774 in popluar color models

726774
RGB114103116
HSL291°5.94%42.94%
HSB/HSV291°11.21%45.49%
CMYK1.72%11.21%0.00%
54.51%

Color #726774 in popluar number systems.

HEX726774
Decimal114103116
Binary111001011001111110100
Octal162147164

Shades and tints

Shades of #726774

#726774
(114,103,116)
#685E6A
(104,94,106)
#5E5560
(94,85,96)
#544C56
(84,76,86)
#4A434C
(74,67,76)
#403A42
(64,58,66)
#363138
(54,49,56)
#2C282E
(44,40,46)
#221F24
(34,31,36)
#18161A
(24,22,26)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #726774

#726774
(114,103,116)
#7E7480
(126,116,128)
#8A818C
(138,129,140)
#968E98
(150,142,152)
#A29BA4
(162,155,164)
#AEA8B0
(174,168,176)
#BAB5BC
(186,181,188)
#C6C2C8
(198,194,200)
#D2CFD4
(210,207,212)
#DEDCE0
(222,220,224)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726774 color. Also use rgb(114,103,116) instead hex code.

Text Font Color

.myTextColor { color: #726774; }

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

This text font color is #726774.


Background Color

.myBgColor { background-color: #726774; }

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

This div background color is #726774.


Border color

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

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

This div border color is #726774.


Opacity

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

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

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

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

This text has shadow with #726774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726774 on black background.


Color preview on white background

This text has color #726774 on white background.



Black color preview on #726774 background

This text has black color on #726774 background.


White color preview on #726774 background

This text has white color on #726774 background.