COLOR #73726D

HEX: #73726D
RGB: (115,114,109)

Color info

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

RGB color model

#73726D color RGB value is (115,114,109).

  • red value is 115;
  • green value is 114;
  • blue value is 109.
RGB:
(115,114,109)
(45%,45%,43%)

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 109 of 255 = 43%

115
114
109

R + G + B ~ 44%. #73726D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 114 + 109 = 338 (100%)
R 115 of 338 ~ 34.02%
G 114 of 338 ~ 33.73%
B 109 of 338 ~ 32.25%

%34.02
%33.73
%32.25

CMYK color model

#73726D color CMYK value is (0,1,5,55).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(0,1,5,55)
C0M1Y5K55 
(0%,1%,5%,55%)
(0.00/0.01/0.05/0.55)	

CMYK percentages

%0
%0.87
%5.22
%54.9

Codes

Color #73726D in popluar color models

73726D
RGB115114109
HSL50°2.68%43.92%
HSB/HSV50°5.22%45.10%
CMYK0.00%0.87%5.22%
54.90%

Color #73726D in popluar number systems.

HEX73726D
Decimal115114109
Binary111001111100101101101
Octal163162155

Shades and tints

Shades of #73726D

#73726D
(115,114,109)
#696864
(105,104,100)
#5F5E5B
(95,94,91)
#555452
(85,84,82)
#4B4A49
(75,74,73)
#414040
(65,64,64)
#373637
(55,54,55)
#2D2C2E
(45,44,46)
#232225
(35,34,37)
#19181C
(25,24,28)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #73726D

#73726D
(115,114,109)
#7F7E7A
(127,126,122)
#8B8A87
(139,138,135)
#979694
(151,150,148)
#A3A2A1
(163,162,161)
#AFAEAE
(175,174,174)
#BBBABB
(187,186,187)
#C7C6C8
(199,198,200)
#D3D2D5
(211,210,213)
#DFDEE2
(223,222,226)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73726D color. Also use rgb(115,114,109) instead hex code.

Text Font Color

.myTextColor { color: #73726D; }

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

This text font color is #73726D.


Background Color

.myBgColor { background-color: #73726D; }

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

This div background color is #73726D.


Border color

.myBorderColor { border: 1px solid #73726D; }

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

This div border color is #73726D.


Opacity

.myOpacity80 { color: #73726D; opacity: 0.8; }

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

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

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

This text has shadow with #73726D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73726D on black background.


Color preview on white background

This text has color #73726D on white background.



Black color preview on #73726D background

This text has black color on #73726D background.


White color preview on #73726D background

This text has white color on #73726D background.