COLOR #733D77

HEX: #733D77
RGB: (115,61,119)

Color info

#733D77 contains red, green and blue colors in about the same proportion. Web safe color of #733D77 is #663366 (or #636).

RGB color model

#733D77 color RGB value is (115,61,119).

  • red value is 115;
  • green value is 61;
  • blue value is 119.
RGB:
(115,61,119)
(45%,24%,47%)

RGB channels and saturation

R 115 of 255 = 45%
G 61 of 255 = 24%
B 119 of 255 = 47%

115
61
119

R + G + B ~ 39%. #733D77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 61 + 119 = 295 (100%)
R 115 of 295 ~ 38.98%
G 61 of 295 ~ 20.68%
B 119 of 295 ~ 40.34%

%38.98
%20.68
%40.34

CMYK color model

#733D77 color CMYK value is (3,49,0,53).

  • cyan value is 3.36%
  • magenta value is 48.74%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(3,49,0,53)
C3M49Y0K53 
(3%,49%,0%,53%)
(0.03/0.49/0.00/0.53)	

CMYK percentages

%3.36
%48.74
%0
%53.33

Codes

Color #733D77 in popluar color models

733D77
RGB11561119
HSL296°32.22%35.29%
HSB/HSV296°48.74%46.67%
CMYK3.36%48.74%0.00%
53.33%

Color #733D77 in popluar number systems.

HEX733D77
Decimal11561119
Binary11100111111011110111
Octal16375167

Shades and tints

Shades of #733D77

#733D77
(115,61,119)
#69386D
(105,56,109)
#5F3363
(95,51,99)
#552E59
(85,46,89)
#4B294F
(75,41,79)
#412445
(65,36,69)
#371F3B
(55,31,59)
#2D1A31
(45,26,49)
#231527
(35,21,39)
#19101D
(25,16,29)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #733D77

#733D77
(115,61,119)
#7F4E83
(127,78,131)
#8B5F8F
(139,95,143)
#97709B
(151,112,155)
#A381A7
(163,129,167)
#AF92B3
(175,146,179)
#BBA3BF
(187,163,191)
#C7B4CB
(199,180,203)
#D3C5D7
(211,197,215)
#DFD6E3
(223,214,227)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #733D77 color. Also use rgb(115,61,119) instead hex code.

Text Font Color

.myTextColor { color: #733D77; }

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

This text font color is #733D77.


Background Color

.myBgColor { background-color: #733D77; }

<div style="background-color:#733D77">Inner text</div>

This div background color is #733D77.


Border color

.myBorderColor { border: 1px solid #733D77; }

<div style="border:3px solid #733D77">Div</div>

This div border color is #733D77.


Opacity

.myOpacity80 { color: #733D77; opacity: 0.8; }

<p style="color:#733D77;opacity:0.8;">80%</p>

Text with #733D77 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 #733D77;}

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

This text has shadow with #733D77 color.

.textShadow {text-shadow: 3px 3px 1px #733D77, 3px 3px 1px red;}

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

This text has shadow with #733D77 primary color and red secondary color.


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

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

This text has shadow with #733D77 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #733D77;
-webkit-box-shadow: 1px 1px 3px 2px #733D77;
box-shadow:1px 1px 3px 2px #733D77;">
Div content here</div>
This div box has shadow with color #733D77.

Preview

Color preview on black background

This text has color #733D77 on black background.


Color preview on white background

This text has color #733D77 on white background.



Black color preview on #733D77 background

This text has black color on #733D77 background.


White color preview on #733D77 background

This text has white color on #733D77 background.