COLOR #726074

HEX: #726074 RGB: (114,96,116)

Color info

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

RGB color model

#726074 color RGB value is (114,96,116).

RGB: (114,96,116) (45%, 38%, 45%)

RGB channels and saturation

R 114 of 255 = 45%
G 96 of 255 = 38%
B 116 of 255 = 45%

114
96
116

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

Portions of RGB colors in percentages

R + G + B = 114 + 96 + 116 = 326 (100%)
R 114 of 326 ~ 34.97%
G 96 of 326 ~ 29.45%
B 116 of 326 ~ 35.58'%

%34.97
%29.45
%35.58

CMYK color model

#726074 color CMYK value is (2,17,0,55).

  • cyan value is 1.72%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (2,17,0,55)
C2M17Y0K55 (2%, 17%, 0%, 55%)
(0.02 / 0.17 / 0.00 / 0.55)

CMYK percentages

%1.72
%17.24
%0
%54.51

Codes

Color #726074 in popluar color models

72 60 74
RGB 114 96 116
HSL 294° 9.43% 41.57%
HSB/HSV 294° 17.24% 45.49%
CMYK 1.72% 17.24% 0.00%
54.51%

Color #726074 in popluar number systems.

HEX 72 60 74
Decimal 114 96 116
Binary 1110010 1100000 1110100
Octal 162 140 164

Shades and tints

Shades of #726074

#726074
(114,96,116)
#68586A
(104,88,106)
#5E5060
(94,80,96)
#544856
(84,72,86)
#4A404C
(74,64,76)
#403842
(64,56,66)
#363038
(54,48,56)
#2C282E
(44,40,46)
#222024
(34,32,36)
#18181A
(24,24,26)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #726074

#726074
(114,96,116)
#7E6E80
(126,110,128)
#8A7C8C
(138,124,140)
#968A98
(150,138,152)
#A298A4
(162,152,164)
#AEA6B0
(174,166,176)
#BAB4BC
(186,180,188)
#C6C2C8
(198,194,200)
#D2D0D4
(210,208,212)
#DEDEE0
(222,222,224)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726074; }

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

This text font color is #726074.

Background Color

.myBgColor { background-color: #726074; }

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

This div background color is #726074.

Border color

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

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

This div border color is #726074.

Opacity

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

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

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

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

This text has shadow with #726074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726074.

Preview

Color preview on black background

This text has color #726074 on black background.


Color preview on white background

This text has color #726074 on white background.


Black color preview on #726074 background

This text has black color on #726074 background.


White color preview on #726074 background

This text has white color on #726074 background.


Related colors

Complementary color

Complementary color for #hex is #8D9F8B.


I love getcolorcode.com

Triadic colors

1 #747260 and #607472 with #726074 are triadic colors.

2 #746072 and #607274 with #726074 are triadic colors.