COLOR #73726F

HEX: #73726F
RGB: (115,114,111)

Color info

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

RGB color model

#73726F color RGB value is (115,114,111).

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

RGB channels and saturation

R 115 of 255 = 45%
G 114 of 255 = 45%
B 111 of 255 = 44%

115
114
111

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

Portions of RGB colors in percentages

R + G + B =
115 + 114 + 111 = 340 (100%)
R 115 of 340 ~ 33.82%
G 114 of 340 ~ 33.53%
B 111 of 340 ~ 32.65%

%33.82
%33.53
%32.65

CMYK color model

#73726F color CMYK value is (0,1,3,55).

  • cyan value is 0.00%
  • magenta value is 0.87%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(0,1,3,55)
C0M1Y3K55 
(0%,1%,3%,55%)
(0.00/0.01/0.03/0.55)	

CMYK percentages

%0
%0.87
%3.48
%54.9

Codes

Color #73726F in popluar color models

73726F
RGB115114111
HSL45°1.77%44.31%
HSB/HSV45°3.48%45.10%
CMYK0.00%0.87%3.48%
54.90%

Color #73726F in popluar number systems.

HEX73726F
Decimal115114111
Binary111001111100101101111
Octal163162157

Shades and tints

Shades of #73726F

#73726F
(115,114,111)
#696865
(105,104,101)
#5F5E5B
(95,94,91)
#555451
(85,84,81)
#4B4A47
(75,74,71)
#41403D
(65,64,61)
#373633
(55,54,51)
#2D2C29
(45,44,41)
#23221F
(35,34,31)
#191815
(25,24,21)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #73726F

#73726F
(115,114,111)
#7F7E7C
(127,126,124)
#8B8A89
(139,138,137)
#979696
(151,150,150)
#A3A2A3
(163,162,163)
#AFAEB0
(175,174,176)
#BBBABD
(187,186,189)
#C7C6CA
(199,198,202)
#D3D2D7
(211,210,215)
#DFDEE4
(223,222,228)
#EBEAF1
(235,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73726F; }

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

This text font color is #73726F.


Background Color

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

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

This div background color is #73726F.


Border color

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

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

This div border color is #73726F.


Opacity

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

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

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

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

This text has shadow with #73726F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73726F on black background.


Color preview on white background

This text has color #73726F on white background.



Black color preview on #73726F background

This text has black color on #73726F background.


White color preview on #73726F background

This text has white color on #73726F background.