COLOR #736F76

HEX: #736F76 RGB: (115,111,118)

Color info

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

RGB color model

#736F76 color RGB value is (115,111,118).

RGB: (115,111,118) (45%, 44%, 46%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 118 of 255 = 46%

115
111
118

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

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 118 = 344 (100%)
R 115 of 344 ~ 33.43%
G 111 of 344 ~ 32.27%
B 118 of 344 ~ 34.3'%

%33.43
%32.27
%34.3

CMYK color model

#736F76 color CMYK value is (3,6,0,54).

  • cyan value is 2.54%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (3,6,0,54)
C3M6Y0K54 (3%, 6%, 0%, 54%)
(0.03 / 0.06 / 0.00 / 0.54)

CMYK percentages

%2.54
%5.93
%0
%53.73

Codes

Color #736F76 in popluar color models

73 6F 76
RGB 115 111 118
HSL 274° 3.06% 44.90%
HSB/HSV 274° 5.93% 46.27%
CMYK 2.54% 5.93% 0.00%
53.73%

Color #736F76 in popluar number systems.

HEX 73 6F 76
Decimal 115 111 118
Binary 1110011 1101111 1110110
Octal 163 157 166

Shades and tints

Shades of #736F76

#736F76
(115,111,118)
#69656C
(105,101,108)
#5F5B62
(95,91,98)
#555158
(85,81,88)
#4B474E
(75,71,78)
#413D44
(65,61,68)
#37333A
(55,51,58)
#2D2930
(45,41,48)
#231F26
(35,31,38)
#19151C
(25,21,28)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #736F76

#736F76
(115,111,118)
#7F7C82
(127,124,130)
#8B898E
(139,137,142)
#97969A
(151,150,154)
#A3A3A6
(163,163,166)
#AFB0B2
(175,176,178)
#BBBDBE
(187,189,190)
#C7CACA
(199,202,202)
#D3D7D6
(211,215,214)
#DFE4E2
(223,228,226)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F76; }

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

This text font color is #736F76.

Background Color

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

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

This div background color is #736F76.

Border color

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

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

This div border color is #736F76.

Opacity

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

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

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

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

This text has shadow with #736F76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736F76.

Preview

Color preview on black background

This text has color #736F76 on black background.


Color preview on white background

This text has color #736F76 on white background.


Black color preview on #736F76 background

This text has black color on #736F76 background.


White color preview on #736F76 background

This text has white color on #736F76 background.


Related colors

Complementary color

Complementary color for #hex is #8C9089.


I love getcolorcode.com

Triadic colors

1 #76736F and #6F7673 with #736F76 are triadic colors.

2 #766F73 and #6F7376 with #736F76 are triadic colors.