COLOR #736E88

HEX: #736E88 RGB: (115,110,136)

Color info

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

RGB color model

#736E88 color RGB value is (115,110,136).

RGB: (115,110,136) (45%, 43%, 53%)

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 136 of 255 = 53%

115
110
136

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

Portions of RGB colors in percentages

R + G + B = 115 + 110 + 136 = 361 (100%)
R 115 of 361 ~ 31.86%
G 110 of 361 ~ 30.47%
B 136 of 361 ~ 37.67'%

%31.86
%30.47
%37.67

CMYK color model

#736E88 color CMYK value is (15,19,0,47).

  • cyan value is 15.44%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (15,19,0,47)
C15M19Y0K47 (15%, 19%, 0%, 47%)
(0.15 / 0.19 / 0.00 / 0.47)

CMYK percentages

%15.44
%19.12
%0
%46.67

Codes

Color #736E88 in popluar color models

73 6E 88
RGB 115 110 136
HSL 252° 10.57% 48.24%
HSB/HSV 252° 19.12% 53.33%
CMYK 15.44% 19.12% 0.00%
46.67%

Color #736E88 in popluar number systems.

HEX 73 6E 88
Decimal 115 110 136
Binary 1110011 1101110 10001000
Octal 163 156 210

Shades and tints

Shades of #736E88

#736E88
(115,110,136)
#69647C
(105,100,124)
#5F5A70
(95,90,112)
#555064
(85,80,100)
#4B4658
(75,70,88)
#413C4C
(65,60,76)
#373240
(55,50,64)
#2D2834
(45,40,52)
#231E28
(35,30,40)
#19141C
(25,20,28)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #736E88

#736E88
(115,110,136)
#7F7B92
(127,123,146)
#8B889C
(139,136,156)
#9795A6
(151,149,166)
#A3A2B0
(163,162,176)
#AFAFBA
(175,175,186)
#BBBCC4
(187,188,196)
#C7C9CE
(199,201,206)
#D3D6D8
(211,214,216)
#DFE3E2
(223,227,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736E88 color. Also use rgb(115,110,136) instead hex code.

Text Font Color

.myTextColor { color: #736E88; }

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

This text font color is #736E88.

Background Color

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

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

This div background color is #736E88.

Border color

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

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

This div border color is #736E88.

Opacity

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

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

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

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

This text has shadow with #736E88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736E88.

Preview

Color preview on black background

This text has color #736E88 on black background.


Color preview on white background

This text has color #736E88 on white background.


Black color preview on #736E88 background

This text has black color on #736E88 background.


White color preview on #736E88 background

This text has white color on #736E88 background.


Related colors

Complementary color

Complementary color for #hex is #8C9177.


I love getcolorcode.com

Triadic colors

1 #88736E and #6E8873 with #736E88 are triadic colors.

2 #886E73 and #6E7388 with #736E88 are triadic colors.