COLOR #736A84

HEX: #736A84 RGB: (115,106,132)

Color info

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

RGB color model

#736A84 color RGB value is (115,106,132).

RGB: (115,106,132) (45%, 42%, 52%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 132 of 255 = 52%

115
106
132

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

Portions of RGB colors in percentages

R + G + B = 115 + 106 + 132 = 353 (100%)
R 115 of 353 ~ 32.58%
G 106 of 353 ~ 30.03%
B 132 of 353 ~ 37.39'%

%32.58
%30.03
%37.39

CMYK color model

#736A84 color CMYK value is (13,20,0,48).

  • cyan value is 12.88%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (13,20,0,48)
C13M20Y0K48 (13%, 20%, 0%, 48%)
(0.13 / 0.20 / 0.00 / 0.48)

CMYK percentages

%12.88
%19.7
%0
%48.24

Codes

Color #736A84 in popluar color models

73 6A 84
RGB 115 106 132
HSL 261° 10.92% 46.67%
HSB/HSV 261° 19.70% 51.76%
CMYK 12.88% 19.70% 0.00%
48.24%

Color #736A84 in popluar number systems.

HEX 73 6A 84
Decimal 115 106 132
Binary 1110011 1101010 10000100
Octal 163 152 204

Shades and tints

Shades of #736A84

#736A84
(115,106,132)
#696178
(105,97,120)
#5F586C
(95,88,108)
#554F60
(85,79,96)
#4B4654
(75,70,84)
#413D48
(65,61,72)
#37343C
(55,52,60)
#2D2B30
(45,43,48)
#232224
(35,34,36)
#191918
(25,25,24)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #736A84

#736A84
(115,106,132)
#7F778F
(127,119,143)
#8B849A
(139,132,154)
#9791A5
(151,145,165)
#A39EB0
(163,158,176)
#AFABBB
(175,171,187)
#BBB8C6
(187,184,198)
#C7C5D1
(199,197,209)
#D3D2DC
(211,210,220)
#DFDFE7
(223,223,231)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736A84 color. Also use rgb(115,106,132) instead hex code.

Text Font Color

.myTextColor { color: #736A84; }

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

This text font color is #736A84.

Background Color

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

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

This div background color is #736A84.

Border color

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

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

This div border color is #736A84.

Opacity

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

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

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

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

This text has shadow with #736A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736A84.

Preview

Color preview on black background

This text has color #736A84 on black background.


Color preview on white background

This text has color #736A84 on white background.


Black color preview on #736A84 background

This text has black color on #736A84 background.


White color preview on #736A84 background

This text has white color on #736A84 background.


Related colors

Complementary color

Complementary color for #hex is #8C957B.


I love getcolorcode.com

Triadic colors

1 #84736A and #6A8473 with #736A84 are triadic colors.

2 #846A73 and #6A7384 with #736A84 are triadic colors.