COLOR #736F88

HEX: #736F88 RGB: (115,111,136)

Color info

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

RGB color model

#736F88 color RGB value is (115,111,136).

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

RGB channels and saturation

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

115
111
136

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

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 136 = 362 (100%)
R 115 of 362 ~ 31.77%
G 111 of 362 ~ 30.66%
B 136 of 362 ~ 37.57'%

%31.77
%30.66
%37.57

CMYK color model

#736F88 color CMYK value is (15,18,0,47).

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

CMYK: (15,18,0,47)
C15M18Y0K47 (15%, 18%, 0%, 47%)
(0.15 / 0.18 / 0.00 / 0.47)

CMYK percentages

%15.44
%18.38
%0
%46.67

Codes

Color #736F88 in popluar color models

73 6F 88
RGB 115 111 136
HSL 250° 10.12% 48.43%
HSB/HSV 250° 18.38% 53.33%
CMYK 15.44% 18.38% 0.00%
46.67%

Color #736F88 in popluar number systems.

HEX 73 6F 88
Decimal 115 111 136
Binary 1110011 1101111 10001000
Octal 163 157 210

Shades and tints

Shades of #736F88

#736F88
(115,111,136)
#69657C
(105,101,124)
#5F5B70
(95,91,112)
#555164
(85,81,100)
#4B4758
(75,71,88)
#413D4C
(65,61,76)
#373340
(55,51,64)
#2D2934
(45,41,52)
#231F28
(35,31,40)
#19151C
(25,21,28)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #736F88

#736F88
(115,111,136)
#7F7C92
(127,124,146)
#8B899C
(139,137,156)
#9796A6
(151,150,166)
#A3A3B0
(163,163,176)
#AFB0BA
(175,176,186)
#BBBDC4
(187,189,196)
#C7CACE
(199,202,206)
#D3D7D8
(211,215,216)
#DFE4E2
(223,228,226)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F88; }

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

This text font color is #736F88.

Background Color

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

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

This div background color is #736F88.

Border color

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

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

This div border color is #736F88.

Opacity

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

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

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

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

This text has shadow with #736F88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736F88.

Preview

Color preview on black background

This text has color #736F88 on black background.


Color preview on white background

This text has color #736F88 on white background.


Black color preview on #736F88 background

This text has black color on #736F88 background.


White color preview on #736F88 background

This text has white color on #736F88 background.


Related colors

Complementary color

Complementary color for #hex is #8C9077.


I love getcolorcode.com

Triadic colors

1 #88736F and #6F8873 with #736F88 are triadic colors.

2 #886F73 and #6F7388 with #736F88 are triadic colors.