COLOR #736E9C

HEX: #736E9C
RGB: (115,110,156)

Color info

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

RGB color model

#736E9C color RGB value is (115,110,156).

  • red value is 115;
  • green value is 110;
  • blue value is 156.
RGB: (115,110,156) (45%,43%,61%)

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 156 of 255 = 61%

115
110
156

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

Portions of RGB colors in percentages

R + G + B =
115 + 110 + 156 = 381 (100%)
R 115 of 381 ~ 30.18%
G 110 of 381 ~ 28.87%
B 156 of 381 ~ 40.94%

%30.18
%28.87
%40.94

CMYK color model

#736E9C color CMYK value is (26,29,0,39).

  • cyan value is 26.28%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (26,29,0,39) C26M29Y0K39 (26%,29%,0%,39%) (0.26/0.29/0.00/0.39)

CMYK percentages

%26.28
%29.49
%0
%38.82

Codes

Color #736E9C in popluar color models

736E9C
RGB115110156
HSL247°18.85%52.16%
HSB/HSV247°29.49%61.18%
CMYK26.28%29.49%0.00%
38.82%

Color #736E9C in popluar number systems.

HEX736E9C
Decimal115110156
Binary1110011110111010011100
Octal163156234

Shades and tints

Shades of #736E9C

#736E9C
(115,110,156)
#69648E
(105,100,142)
#5F5A80
(95,90,128)
#555072
(85,80,114)
#4B4664
(75,70,100)
#413C56
(65,60,86)
#373248
(55,50,72)
#2D283A
(45,40,58)
#231E2C
(35,30,44)
#19141E
(25,20,30)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #736E9C

#736E9C
(115,110,156)
#7F7BA5
(127,123,165)
#8B88AE
(139,136,174)
#9795B7
(151,149,183)
#A3A2C0
(163,162,192)
#AFAFC9
(175,175,201)
#BBBCD2
(187,188,210)
#C7C9DB
(199,201,219)
#D3D6E4
(211,214,228)
#DFE3ED
(223,227,237)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736E9C; }

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

This text font color is #736E9C.


Background Color

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

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

This div background color is #736E9C.


Border color

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

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

This div border color is #736E9C.


Opacity

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

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

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

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

This text has shadow with #736E9C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #736E9C on black background.


Color preview on white background

This text has color #736E9C on white background.



Black color preview on #736E9C background

This text has black color on #736E9C background.


White color preview on #736E9C background

This text has white color on #736E9C background.