COLOR #736AA2

HEX: #736AA2 RGB: (115,106,162)

Color info

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

RGB color model

#736AA2 color RGB value is (115,106,162).

RGB: (115,106,162) (45%, 42%, 64%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 162 of 255 = 64%

115
106
162

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

Portions of RGB colors in percentages

R + G + B = 115 + 106 + 162 = 383 (100%)
R 115 of 383 ~ 30.03%
G 106 of 383 ~ 27.68%
B 162 of 383 ~ 42.3'%

%30.03
%27.68
%42.3

CMYK color model

#736AA2 color CMYK value is (29,35,0,36).

  • cyan value is 29.01%
  • magenta value is 34.57%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (29,35,0,36)
C29M35Y0K36 (29%, 35%, 0%, 36%)
(0.29 / 0.35 / 0.00 / 0.36)

CMYK percentages

%29.01
%34.57
%0
%36.47

Codes

Color #736AA2 in popluar color models

73 6A A2
RGB 115 106 162
HSL 250° 23.14% 52.55%
HSB/HSV 250° 34.57% 63.53%
CMYK 29.01% 34.57% 0.00%
36.47%

Color #736AA2 in popluar number systems.

HEX 73 6A A2
Decimal 115 106 162
Binary 1110011 1101010 10100010
Octal 163 152 242

Shades and tints

Shades of #736AA2

#736AA2
(115,106,162)
#696194
(105,97,148)
#5F5886
(95,88,134)
#554F78
(85,79,120)
#4B466A
(75,70,106)
#413D5C
(65,61,92)
#37344E
(55,52,78)
#2D2B40
(45,43,64)
#232232
(35,34,50)
#191924
(25,25,36)
#0F1016
(15,16,22)
#000000
(0,0,0)

Tints of #736AA2

#736AA2
(115,106,162)
#7F77AA
(127,119,170)
#8B84B2
(139,132,178)
#9791BA
(151,145,186)
#A39EC2
(163,158,194)
#AFABCA
(175,171,202)
#BBB8D2
(187,184,210)
#C7C5DA
(199,197,218)
#D3D2E2
(211,210,226)
#DFDFEA
(223,223,234)
#EBECF2
(235,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736AA2; }

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

This text font color is #736AA2.

Background Color

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

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

This div background color is #736AA2.

Border color

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

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

This div border color is #736AA2.

Opacity

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

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

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

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

This text has shadow with #736AA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #736AA2.

Preview

Color preview on black background

This text has color #736AA2 on black background.


Color preview on white background

This text has color #736AA2 on white background.


Black color preview on #736AA2 background

This text has black color on #736AA2 background.


White color preview on #736AA2 background

This text has white color on #736AA2 background.


Related colors

Complementary color

Complementary color for #hex is #8C955D.


I love getcolorcode.com

Triadic colors

1 #A2736A and #6AA273 with #736AA2 are triadic colors.

2 #A26A73 and #6A73A2 with #736AA2 are triadic colors.