COLOR #736766

HEX: #736766
RGB: (115,103,102)

Color info

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

RGB color model

#736766 color RGB value is (115,103,102).

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

RGB channels and saturation

R 115 of 255 = 45%
G 103 of 255 = 40%
B 102 of 255 = 40%

115
103
102

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

Portions of RGB colors in percentages

R + G + B =
115 + 103 + 102 = 320 (100%)
R 115 of 320 ~ 35.94%
G 103 of 320 ~ 32.19%
B 102 of 320 ~ 31.88%

%35.94
%32.19
%31.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.43%
  • 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
%10.43
%11.3
%54.9

Codes

Color #736766 in popluar color models

736766
RGB115103102
HSL5.99%42.55%
HSB/HSV11.30%45.10%
CMYK0.00%10.43%11.30%
54.90%

Color #736766 in popluar number systems.

HEX736766
Decimal115103102
Binary111001111001111100110
Octal163147146

Shades and tints

Shades of #736766

#736766
(115,103,102)
#695E5D
(105,94,93)
#5F5554
(95,85,84)
#554C4B
(85,76,75)
#4B4342
(75,67,66)
#413A39
(65,58,57)
#373130
(55,49,48)
#2D2827
(45,40,39)
#231F1E
(35,31,30)
#191615
(25,22,21)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #736766

#736766
(115,103,102)
#7F7473
(127,116,115)
#8B8180
(139,129,128)
#978E8D
(151,142,141)
#A39B9A
(163,155,154)
#AFA8A7
(175,168,167)
#BBB5B4
(187,181,180)
#C7C2C1
(199,194,193)
#D3CFCE
(211,207,206)
#DFDCDB
(223,220,219)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736766; }

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

This text font color is #736766.


Background Color

.myBgColor { background-color: #736766; }

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

This div background color is #736766.


Border color

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

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

This div border color is #736766.


Opacity

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

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

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

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

This text has shadow with #736766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736766 on black background.


Color preview on white background

This text has color #736766 on white background.



Black color preview on #736766 background

This text has black color on #736766 background.


White color preview on #736766 background

This text has white color on #736766 background.