COLOR #73746B

HEX: #73746B
RGB: (115,116,107)

Color info

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

RGB color model

#73746B color RGB value is (115,116,107).

  • red value is 115;
  • green value is 116;
  • blue value is 107.
RGB:
(115,116,107)
(45%,45%,42%)

RGB channels and saturation

R 115 of 255 = 45%
G 116 of 255 = 45%
B 107 of 255 = 42%

115
116
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 116 + 107 = 338 (100%)
R 115 of 338 ~ 34.02%
G 116 of 338 ~ 34.32%
B 107 of 338 ~ 31.66%

%34.02
%34.32
%31.66

CMYK color model

#73746B color CMYK value is (1,0,8,55).

  • cyan value is 0.86%
  • magenta value is 0.00%
  • yellow value is 7.76%
  • key color value is 54.51%
CMYK:
(1,0,8,55)
C1M0Y8K55 
(1%,0%,8%,55%)
(0.01/0.00/0.08/0.55)	

CMYK percentages

%0.86
%0
%7.76
%54.51

Codes

Color #73746B in popluar color models

73746B
RGB115116107
HSL67°4.04%43.73%
HSB/HSV67°7.76%45.49%
CMYK0.86%0.00%7.76%
54.51%

Color #73746B in popluar number systems.

HEX73746B
Decimal115116107
Binary111001111101001101011
Octal163164153

Shades and tints

Shades of #73746B

#73746B
(115,116,107)
#696A62
(105,106,98)
#5F6059
(95,96,89)
#555650
(85,86,80)
#4B4C47
(75,76,71)
#41423E
(65,66,62)
#373835
(55,56,53)
#2D2E2C
(45,46,44)
#232423
(35,36,35)
#191A1A
(25,26,26)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #73746B

#73746B
(115,116,107)
#7F8078
(127,128,120)
#8B8C85
(139,140,133)
#979892
(151,152,146)
#A3A49F
(163,164,159)
#AFB0AC
(175,176,172)
#BBBCB9
(187,188,185)
#C7C8C6
(199,200,198)
#D3D4D3
(211,212,211)
#DFE0E0
(223,224,224)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73746B color. Also use rgb(115,116,107) instead hex code.

Text Font Color

.myTextColor { color: #73746B; }

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

This text font color is #73746B.


Background Color

.myBgColor { background-color: #73746B; }

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

This div background color is #73746B.


Border color

.myBorderColor { border: 1px solid #73746B; }

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

This div border color is #73746B.


Opacity

.myOpacity80 { color: #73746B; opacity: 0.8; }

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

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

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

This text has shadow with #73746B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73746B on black background.


Color preview on white background

This text has color #73746B on white background.



Black color preview on #73746B background

This text has black color on #73746B background.


White color preview on #73746B background

This text has white color on #73746B background.