COLOR #736F99

HEX: #736F99 RGB: (115,111,153)

Color info

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

RGB color model

#736F99 color RGB value is (115,111,153).

RGB: (115,111,153) (45%, 44%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 153 of 255 = 60%

115
111
153

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

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 153 = 379 (100%)
R 115 of 379 ~ 30.34%
G 111 of 379 ~ 29.29%
B 153 of 379 ~ 40.37'%

%30.34
%29.29
%40.37

CMYK color model

#736F99 color CMYK value is (25,27,0,40).

  • cyan value is 24.84%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (25,27,0,40)
C25M27Y0K40 (25%, 27%, 0%, 40%)
(0.25 / 0.27 / 0.00 / 0.40)

CMYK percentages

%24.84
%27.45
%0
%40

Codes

Color #736F99 in popluar color models

73 6F 99
RGB 115 111 153
HSL 246° 17.07% 51.76%
HSB/HSV 246° 27.45% 60.00%
CMYK 24.84% 27.45% 0.00%
40.00%

Color #736F99 in popluar number systems.

HEX 73 6F 99
Decimal 115 111 153
Binary 1110011 1101111 10011001
Octal 163 157 231

Shades and tints

Shades of #736F99

#736F99
(115,111,153)
#69658C
(105,101,140)
#5F5B7F
(95,91,127)
#555172
(85,81,114)
#4B4765
(75,71,101)
#413D58
(65,61,88)
#37334B
(55,51,75)
#2D293E
(45,41,62)
#231F31
(35,31,49)
#191524
(25,21,36)
#0F0B17
(15,11,23)
#000000
(0,0,0)

Tints of #736F99

#736F99
(115,111,153)
#7F7CA2
(127,124,162)
#8B89AB
(139,137,171)
#9796B4
(151,150,180)
#A3A3BD
(163,163,189)
#AFB0C6
(175,176,198)
#BBBDCF
(187,189,207)
#C7CAD8
(199,202,216)
#D3D7E1
(211,215,225)
#DFE4EA
(223,228,234)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F99; }

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

This text font color is #736F99.

Background Color

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

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

This div background color is #736F99.

Border color

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

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

This div border color is #736F99.

Opacity

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

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

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

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

This text has shadow with #736F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736F99.

Preview

Color preview on black background

This text has color #736F99 on black background.


Color preview on white background

This text has color #736F99 on white background.


Black color preview on #736F99 background

This text has black color on #736F99 background.


White color preview on #736F99 background

This text has white color on #736F99 background.


Related colors

Complementary color

Complementary color for #hex is #8C9066.


I love getcolorcode.com

Triadic colors

1 #99736F and #6F9973 with #736F99 are triadic colors.

2 #996F73 and #6F7399 with #736F99 are triadic colors.