COLOR #736D76

HEX: #736D76
RGB: (115,109,118)

Color info

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

RGB color model

#736D76 color RGB value is (115,109,118).

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

RGB channels and saturation

R 115 of 255 = 45%
G 109 of 255 = 43%
B 118 of 255 = 46%

115
109
118

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

Portions of RGB colors in percentages

R + G + B =
115 + 109 + 118 = 342 (100%)
R 115 of 342 ~ 33.63%
G 109 of 342 ~ 31.87%
B 118 of 342 ~ 34.5%

%33.63
%31.87
%34.5

CMYK color model

#736D76 color CMYK value is (3,8,0,54).

  • cyan value is 2.54%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,8,0,54)
C3M8Y0K54 
(3%,8%,0%,54%)
(0.03/0.08/0.00/0.54)	

CMYK percentages

%2.54
%7.63
%0
%53.73

Codes

Color #736D76 in popluar color models

736D76
RGB115109118
HSL280°3.96%44.51%
HSB/HSV280°7.63%46.27%
CMYK2.54%7.63%0.00%
53.73%

Color #736D76 in popluar number systems.

HEX736D76
Decimal115109118
Binary111001111011011110110
Octal163155166

Shades and tints

Shades of #736D76

#736D76
(115,109,118)
#69646C
(105,100,108)
#5F5B62
(95,91,98)
#555258
(85,82,88)
#4B494E
(75,73,78)
#414044
(65,64,68)
#37373A
(55,55,58)
#2D2E30
(45,46,48)
#232526
(35,37,38)
#191C1C
(25,28,28)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #736D76

#736D76
(115,109,118)
#7F7A82
(127,122,130)
#8B878E
(139,135,142)
#97949A
(151,148,154)
#A3A1A6
(163,161,166)
#AFAEB2
(175,174,178)
#BBBBBE
(187,187,190)
#C7C8CA
(199,200,202)
#D3D5D6
(211,213,214)
#DFE2E2
(223,226,226)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736D76 color. Also use rgb(115,109,118) instead hex code.

Text Font Color

.myTextColor { color: #736D76; }

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

This text font color is #736D76.


Background Color

.myBgColor { background-color: #736D76; }

<div style="background-color:#736D76">Inner text</div>

This div background color is #736D76.


Border color

.myBorderColor { border: 1px solid #736D76; }

<div style="border:3px solid #736D76">Div</div>

This div border color is #736D76.


Opacity

.myOpacity80 { color: #736D76; opacity: 0.8; }

<p style="color:#736D76;opacity:0.8;">80%</p>

Text with #736D76 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 #736D76;}

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

This text has shadow with #736D76 color.

.textShadow {text-shadow: 3px 3px 1px #736D76, 3px 3px 1px red;}

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

This text has shadow with #736D76 primary color and red secondary color.


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

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

This text has shadow with #736D76 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736D76 on black background.


Color preview on white background

This text has color #736D76 on white background.



Black color preview on #736D76 background

This text has black color on #736D76 background.


White color preview on #736D76 background

This text has white color on #736D76 background.