COLOR #736866

HEX: #736866
RGB: (115,104,102)

Color info

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

RGB color model

#736866 color RGB value is (115,104,102).

  • red value is 115;
  • green value is 104;
  • blue value is 102.
RGB:
(115,104,102)
(45%,41%,40%)

RGB channels and saturation

R 115 of 255 = 45%
G 104 of 255 = 41%
B 102 of 255 = 40%

115
104
102

R + G + B ~ 42%. #736866 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 104 + 102 = 321 (100%)
R 115 of 321 ~ 35.83%
G 104 of 321 ~ 32.4%
B 102 of 321 ~ 31.78%

%35.83
%32.4
%31.78

CMYK color model

#736866 color CMYK value is (0,10,11,55).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 11.30%
  • key color value is 54.90%
CMYK:
(0,10,11,55)
C0M10Y11K55 
(0%,10%,11%,55%)
(0.00/0.10/0.11/0.55)	

CMYK percentages

%0
%9.57
%11.3
%54.9

Codes

Color #736866 in popluar color models

736866
RGB115104102
HSL5.99%42.55%
HSB/HSV11.30%45.10%
CMYK0.00%9.57%11.30%
54.90%

Color #736866 in popluar number systems.

HEX736866
Decimal115104102
Binary111001111010001100110
Octal163150146

Shades and tints

Shades of #736866

#736866
(115,104,102)
#695F5D
(105,95,93)
#5F5654
(95,86,84)
#554D4B
(85,77,75)
#4B4442
(75,68,66)
#413B39
(65,59,57)
#373230
(55,50,48)
#2D2927
(45,41,39)
#23201E
(35,32,30)
#191715
(25,23,21)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #736866

#736866
(115,104,102)
#7F7573
(127,117,115)
#8B8280
(139,130,128)
#978F8D
(151,143,141)
#A39C9A
(163,156,154)
#AFA9A7
(175,169,167)
#BBB6B4
(187,182,180)
#C7C3C1
(199,195,193)
#D3D0CE
(211,208,206)
#DFDDDB
(223,221,219)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736866 color. Also use rgb(115,104,102) instead hex code.

Text Font Color

.myTextColor { color: #736866; }

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

This text font color is #736866.


Background Color

.myBgColor { background-color: #736866; }

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

This div background color is #736866.


Border color

.myBorderColor { border: 1px solid #736866; }

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

This div border color is #736866.


Opacity

.myOpacity80 { color: #736866; opacity: 0.8; }

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

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

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

This text has shadow with #736866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736866 on black background.


Color preview on white background

This text has color #736866 on white background.



Black color preview on #736866 background

This text has black color on #736866 background.


White color preview on #736866 background

This text has white color on #736866 background.