COLOR #73786B

HEX: #73786B
RGB: (115,120,107)

Color info

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

RGB color model

#73786B color RGB value is (115,120,107).

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

RGB channels and saturation

R 115 of 255 = 45%
G 120 of 255 = 47%
B 107 of 255 = 42%

115
120
107

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

Portions of RGB colors in percentages

R + G + B =
115 + 120 + 107 = 342 (100%)
R 115 of 342 ~ 33.63%
G 120 of 342 ~ 35.09%
B 107 of 342 ~ 31.29%

%33.63
%35.09
%31.29

CMYK color model

#73786B color CMYK value is (4,0,11,53).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 10.83%
  • key color value is 52.94%
CMYK:
(4,0,11,53)
C4M0Y11K53 
(4%,0%,11%,53%)
(0.04/0.00/0.11/0.53)	

CMYK percentages

%4.17
%0
%10.83
%52.94

Codes

Color #73786B in popluar color models

73786B
RGB115120107
HSL83°5.73%44.51%
HSB/HSV83°10.83%47.06%
CMYK4.17%0.00%10.83%
52.94%

Color #73786B in popluar number systems.

HEX73786B
Decimal115120107
Binary111001111110001101011
Octal163170153

Shades and tints

Shades of #73786B

#73786B
(115,120,107)
#696E62
(105,110,98)
#5F6459
(95,100,89)
#555A50
(85,90,80)
#4B5047
(75,80,71)
#41463E
(65,70,62)
#373C35
(55,60,53)
#2D322C
(45,50,44)
#232823
(35,40,35)
#191E1A
(25,30,26)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #73786B

#73786B
(115,120,107)
#7F8478
(127,132,120)
#8B9085
(139,144,133)
#979C92
(151,156,146)
#A3A89F
(163,168,159)
#AFB4AC
(175,180,172)
#BBC0B9
(187,192,185)
#C7CCC6
(199,204,198)
#D3D8D3
(211,216,211)
#DFE4E0
(223,228,224)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73786B; }

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

This text font color is #73786B.


Background Color

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

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

This div background color is #73786B.


Border color

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

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

This div border color is #73786B.


Opacity

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

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

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

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

This text has shadow with #73786B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73786B on black background.


Color preview on white background

This text has color #73786B on white background.



Black color preview on #73786B background

This text has black color on #73786B background.


White color preview on #73786B background

This text has white color on #73786B background.