COLOR #663777

HEX: #663777 RGB: (102,55,119)

Color info

#663777 contains mainly red and blue colors. Web safe color of #663777 is #663366 (or #636).

RGB color model

#663777 color RGB value is (102,55,119).

RGB: (102,55,119) (40%, 22%, 47%)

RGB channels and saturation

R 102 of 255 = 40%
G 55 of 255 = 22%
B 119 of 255 = 47%

102
55
119

R + G + B ~ 36%. #663777 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 55 + 119 = 276 (100%)
R 102 of 276 ~ 36.96%
G 55 of 276 ~ 19.93%
B 119 of 276 ~ 43.12'%

%36.96
%19.93
%43.12

CMYK color model

#663777 color CMYK value is (14,54,0,53).

  • cyan value is 14.29%
  • magenta value is 53.78%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (14,54,0,53)
C14M54Y0K53 (14%, 54%, 0%, 53%)
(0.14 / 0.54 / 0.00 / 0.53)

CMYK percentages

%14.29
%53.78
%0
%53.33

Codes

Color #663777 in popluar color models

66 37 77
RGB 102 55 119
HSL 284° 36.78% 34.12%
HSB/HSV 284° 53.78% 46.67%
CMYK 14.29% 53.78% 0.00%
53.33%

Color #663777 in popluar number systems.

HEX 66 37 77
Decimal 102 55 119
Binary 1100110 110111 1110111
Octal 146 67 167

Shades and tints

Shades of #663777

#663777
(102,55,119)
#5D326D
(93,50,109)
#542D63
(84,45,99)
#4B2859
(75,40,89)
#42234F
(66,35,79)
#391E45
(57,30,69)
#30193B
(48,25,59)
#271431
(39,20,49)
#1E0F27
(30,15,39)
#150A1D
(21,10,29)
#0C0513
(12,5,19)
#000000
(0,0,0)

Tints of #663777

#663777
(102,55,119)
#734983
(115,73,131)
#805B8F
(128,91,143)
#8D6D9B
(141,109,155)
#9A7FA7
(154,127,167)
#A791B3
(167,145,179)
#B4A3BF
(180,163,191)
#C1B5CB
(193,181,203)
#CEC7D7
(206,199,215)
#DBD9E3
(219,217,227)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663777 color. Also use rgb(102,55,119) instead hex code.

Text Font Color

.myTextColor { color: #663777; }

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

This text font color is #663777.

Background Color

.myBgColor { background-color: #663777; }

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

This div background color is #663777.

Border color

.myBorderColor { border: 1px solid #663777; }

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

This div border color is #663777.

Opacity

.myOpacity80 { color: #663777; opacity: 0.8; }

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

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

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

This text has shadow with #663777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663777.

Preview

Color preview on black background

This text has color #663777 on black background.


Color preview on white background

This text has color #663777 on white background.


Black color preview on #663777 background

This text has black color on #663777 background.


White color preview on #663777 background

This text has white color on #663777 background.


Related colors

Complementary color

Complementary color for #hex is #99C888.


I love getcolorcode.com

Triadic colors

1 #776637 and #377766 with #663777 are triadic colors.

2 #773766 and #376677 with #663777 are triadic colors.