COLOR #726464

HEX: #726464 RGB: (114,100,100)

Color info

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

RGB color model

#726464 color RGB value is (114,100,100).

RGB: (114,100,100) (45%, 39%, 39%)

RGB channels and saturation

R 114 of 255 = 45%
G 100 of 255 = 39%
B 100 of 255 = 39%

114
100
100

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

Portions of RGB colors in percentages

R + G + B = 114 + 100 + 100 = 314 (100%)
R 114 of 314 ~ 36.31%
G 100 of 314 ~ 31.85%
B 100 of 314 ~ 31.85'%

%36.31
%31.85
%31.85

CMYK color model

#726464 color CMYK value is (0,12,12,55).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 12.28%
  • key color value is 55.29%

CMYK: (0,12,12,55)
C0M12Y12K55 (0%, 12%, 12%, 55%)
(0.00 / 0.12 / 0.12 / 0.55)

CMYK percentages

%0
%12.28
%12.28
%55.29

Codes

Color #726464 in popluar color models

72 64 64
RGB 114 100 100
HSL 6.54% 41.96%
HSB/HSV 12.28% 44.71%
CMYK 0.00% 12.28% 12.28%
55.29%

Color #726464 in popluar number systems.

HEX 72 64 64
Decimal 114 100 100
Binary 1110010 1100100 1100100
Octal 162 144 144

Shades and tints

Shades of #726464

#726464
(114,100,100)
#685B5B
(104,91,91)
#5E5252
(94,82,82)
#544949
(84,73,73)
#4A4040
(74,64,64)
#403737
(64,55,55)
#362E2E
(54,46,46)
#2C2525
(44,37,37)
#221C1C
(34,28,28)
#181313
(24,19,19)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #726464

#726464
(114,100,100)
#7E7272
(126,114,114)
#8A8080
(138,128,128)
#968E8E
(150,142,142)
#A29C9C
(162,156,156)
#AEAAAA
(174,170,170)
#BAB8B8
(186,184,184)
#C6C6C6
(198,198,198)
#D2D4D4
(210,212,212)
#DEE2E2
(222,226,226)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726464; }

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

This text font color is #726464.

Background Color

.myBgColor { background-color: #726464; }

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

This div background color is #726464.

Border color

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

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

This div border color is #726464.

Opacity

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

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

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

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

This text has shadow with #726464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726464.

Preview

Color preview on black background

This text has color #726464 on black background.


Color preview on white background

This text has color #726464 on white background.


Black color preview on #726464 background

This text has black color on #726464 background.


White color preview on #726464 background

This text has white color on #726464 background.


Related colors

Complementary color

Complementary color for #hex is #8D9B9B.


I love getcolorcode.com