COLOR #736F86

HEX: #736F86 RGB: (115,111,134)

Color info

#736F86 contains red, green and blue colors in about the same proportion. Web safe color of #736F86 is #666699 (or #669).

RGB color model

#736F86 color RGB value is (115,111,134).

RGB: (115,111,134) (45%, 44%, 53%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 134 of 255 = 53%

115
111
134

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

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 134 = 360 (100%)
R 115 of 360 ~ 31.94%
G 111 of 360 ~ 30.83%
B 134 of 360 ~ 37.22'%

%31.94
%30.83
%37.22

CMYK color model

#736F86 color CMYK value is (14,17,0,47).

  • cyan value is 14.18%
  • magenta value is 17.16%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (14,17,0,47)
C14M17Y0K47 (14%, 17%, 0%, 47%)
(0.14 / 0.17 / 0.00 / 0.47)

CMYK percentages

%14.18
%17.16
%0
%47.45

Codes

Color #736F86 in popluar color models

73 6F 86
RGB 115 111 134
HSL 250° 9.39% 48.04%
HSB/HSV 250° 17.16% 52.55%
CMYK 14.18% 17.16% 0.00%
47.45%

Color #736F86 in popluar number systems.

HEX 73 6F 86
Decimal 115 111 134
Binary 1110011 1101111 10000110
Octal 163 157 206

Shades and tints

Shades of #736F86

#736F86
(115,111,134)
#69657A
(105,101,122)
#5F5B6E
(95,91,110)
#555162
(85,81,98)
#4B4756
(75,71,86)
#413D4A
(65,61,74)
#37333E
(55,51,62)
#2D2932
(45,41,50)
#231F26
(35,31,38)
#19151A
(25,21,26)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #736F86

#736F86
(115,111,134)
#7F7C91
(127,124,145)
#8B899C
(139,137,156)
#9796A7
(151,150,167)
#A3A3B2
(163,163,178)
#AFB0BD
(175,176,189)
#BBBDC8
(187,189,200)
#C7CAD3
(199,202,211)
#D3D7DE
(211,215,222)
#DFE4E9
(223,228,233)
#EBF1F4
(235,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F86; }

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

This text font color is #736F86.

Background Color

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

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

This div background color is #736F86.

Border color

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

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

This div border color is #736F86.

Opacity

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

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

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

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

This text has shadow with #736F86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736F86.

Preview

Color preview on black background

This text has color #736F86 on black background.


Color preview on white background

This text has color #736F86 on white background.


Black color preview on #736F86 background

This text has black color on #736F86 background.


White color preview on #736F86 background

This text has white color on #736F86 background.


Related colors

Complementary color

Complementary color for #hex is #8C9079.


I love getcolorcode.com

Triadic colors

1 #86736F and #6F8673 with #736F86 are triadic colors.

2 #866F73 and #6F7386 with #736F86 are triadic colors.