COLOR #736C76

HEX: #736C76
RGB: (115,108,118)

Color info

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

RGB color model

#736C76 color RGB value is (115,108,118).

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

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 118 of 255 = 46%

115
108
118

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 118 = 341 (100%)
R 115 of 341 ~ 33.72%
G 108 of 341 ~ 31.67%
B 118 of 341 ~ 34.6%

%33.72
%31.67
%34.6

CMYK color model

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

  • cyan value is 2.54%
  • magenta value is 8.47%
  • 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
%8.47
%0
%53.73

Codes

Color #736C76 in popluar color models

736C76
RGB115108118
HSL282°4.42%44.31%
HSB/HSV282°8.47%46.27%
CMYK2.54%8.47%0.00%
53.73%

Color #736C76 in popluar number systems.

HEX736C76
Decimal115108118
Binary111001111011001110110
Octal163154166

Shades and tints

Shades of #736C76

#736C76
(115,108,118)
#69636C
(105,99,108)
#5F5A62
(95,90,98)
#555158
(85,81,88)
#4B484E
(75,72,78)
#413F44
(65,63,68)
#37363A
(55,54,58)
#2D2D30
(45,45,48)
#232426
(35,36,38)
#191B1C
(25,27,28)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #736C76

#736C76
(115,108,118)
#7F7982
(127,121,130)
#8B868E
(139,134,142)
#97939A
(151,147,154)
#A3A0A6
(163,160,166)
#AFADB2
(175,173,178)
#BBBABE
(187,186,190)
#C7C7CA
(199,199,202)
#D3D4D6
(211,212,214)
#DFE1E2
(223,225,226)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C76; }

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

This text font color is #736C76.


Background Color

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

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

This div background color is #736C76.


Border color

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

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

This div border color is #736C76.


Opacity

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

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

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

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

This text has shadow with #736C76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C76 on black background.


Color preview on white background

This text has color #736C76 on white background.



Black color preview on #736C76 background

This text has black color on #736C76 background.


White color preview on #736C76 background

This text has white color on #736C76 background.