COLOR #736B76

HEX: #736B76
RGB: (115,107,118)

Color info

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

RGB color model

#736B76 color RGB value is (115,107,118).

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

RGB channels and saturation

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

115
107
118

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

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 118 = 340 (100%)
R 115 of 340 ~ 33.82%
G 107 of 340 ~ 31.47%
B 118 of 340 ~ 34.71%

%33.82
%31.47
%34.71

CMYK color model

#736B76 color CMYK value is (3,9,0,54).

  • cyan value is 2.54%
  • magenta value is 9.32%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(3,9,0,54)
C3M9Y0K54 
(3%,9%,0%,54%)
(0.03/0.09/0.00/0.54)	

CMYK percentages

%2.54
%9.32
%0
%53.73

Codes

Color #736B76 in popluar color models

736B76
RGB115107118
HSL284°4.89%44.12%
HSB/HSV284°9.32%46.27%
CMYK2.54%9.32%0.00%
53.73%

Color #736B76 in popluar number systems.

HEX736B76
Decimal115107118
Binary111001111010111110110
Octal163153166

Shades and tints

Shades of #736B76

#736B76
(115,107,118)
#69626C
(105,98,108)
#5F5962
(95,89,98)
#555058
(85,80,88)
#4B474E
(75,71,78)
#413E44
(65,62,68)
#37353A
(55,53,58)
#2D2C30
(45,44,48)
#232326
(35,35,38)
#191A1C
(25,26,28)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #736B76

#736B76
(115,107,118)
#7F7882
(127,120,130)
#8B858E
(139,133,142)
#97929A
(151,146,154)
#A39FA6
(163,159,166)
#AFACB2
(175,172,178)
#BBB9BE
(187,185,190)
#C7C6CA
(199,198,202)
#D3D3D6
(211,211,214)
#DFE0E2
(223,224,226)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736B76; }

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

This text font color is #736B76.


Background Color

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

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

This div background color is #736B76.


Border color

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

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

This div border color is #736B76.


Opacity

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

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

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

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

This text has shadow with #736B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B76 on black background.


Color preview on white background

This text has color #736B76 on white background.



Black color preview on #736B76 background

This text has black color on #736B76 background.


White color preview on #736B76 background

This text has white color on #736B76 background.