COLOR #73796C

HEX: #73796C
RGB: (115,121,108)

Color info

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

RGB color model

#73796C color RGB value is (115,121,108).

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

RGB channels and saturation

R 115 of 255 = 45%
G 121 of 255 = 47%
B 108 of 255 = 42%

115
121
108

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

Portions of RGB colors in percentages

R + G + B =
115 + 121 + 108 = 344 (100%)
R 115 of 344 ~ 33.43%
G 121 of 344 ~ 35.17%
B 108 of 344 ~ 31.4%

%33.43
%35.17
%31.4

CMYK color model

#73796C color CMYK value is (5,0,11,53).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 52.55%
CMYK:
(5,0,11,53)
C5M0Y11K53 
(5%,0%,11%,53%)
(0.05/0.00/0.11/0.53)	

CMYK percentages

%4.96
%0
%10.74
%52.55

Codes

Color #73796C in popluar color models

73796C
RGB115121108
HSL88°5.68%44.90%
HSB/HSV88°10.74%47.45%
CMYK4.96%0.00%10.74%
52.55%

Color #73796C in popluar number systems.

HEX73796C
Decimal115121108
Binary111001111110011101100
Octal163171154

Shades and tints

Shades of #73796C

#73796C
(115,121,108)
#696E63
(105,110,99)
#5F635A
(95,99,90)
#555851
(85,88,81)
#4B4D48
(75,77,72)
#41423F
(65,66,63)
#373736
(55,55,54)
#2D2C2D
(45,44,45)
#232124
(35,33,36)
#19161B
(25,22,27)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #73796C

#73796C
(115,121,108)
#7F8579
(127,133,121)
#8B9186
(139,145,134)
#979D93
(151,157,147)
#A3A9A0
(163,169,160)
#AFB5AD
(175,181,173)
#BBC1BA
(187,193,186)
#C7CDC7
(199,205,199)
#D3D9D4
(211,217,212)
#DFE5E1
(223,229,225)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73796C color. Also use rgb(115,121,108) instead hex code.

Text Font Color

.myTextColor { color: #73796C; }

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

This text font color is #73796C.


Background Color

.myBgColor { background-color: #73796C; }

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

This div background color is #73796C.


Border color

.myBorderColor { border: 1px solid #73796C; }

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

This div border color is #73796C.


Opacity

.myOpacity80 { color: #73796C; opacity: 0.8; }

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

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

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

This text has shadow with #73796C color.

.textShadow {text-shadow: 3px 3px 1px #73796C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73796C on black background.


Color preview on white background

This text has color #73796C on white background.



Black color preview on #73796C background

This text has black color on #73796C background.


White color preview on #73796C background

This text has white color on #73796C background.