COLOR #783F66

HEX: #783F66
RGB: (120,63,102)

Color info

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

RGB color model

#783F66 color RGB value is (120,63,102).

  • red value is 120;
  • green value is 63;
  • blue value is 102.
RGB:
(120,63,102)
(47%,25%,40%)

RGB channels and saturation

R 120 of 255 = 47%
G 63 of 255 = 25%
B 102 of 255 = 40%

120
63
102

R + G + B ~ 37%. #783F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 63 + 102 = 285 (100%)
R 120 of 285 ~ 42.11%
G 63 of 285 ~ 22.11%
B 102 of 285 ~ 35.79%

%42.11
%22.11
%35.79

CMYK color model

#783F66 color CMYK value is (0,48,15,53).

  • cyan value is 0.00%
  • magenta value is 47.50%
  • yellow value is 15.00%
  • key color value is 52.94%
CMYK:
(0,48,15,53)
C0M48Y15K53 
(0%,48%,15%,53%)
(0.00/0.48/0.15/0.53)	

CMYK percentages

%0
%47.5
%15
%52.94

Codes

Color #783F66 in popluar color models

783F66
RGB12063102
HSL319°31.15%35.88%
HSB/HSV319°47.50%47.06%
CMYK0.00%47.50%15.00%
52.94%

Color #783F66 in popluar number systems.

HEX783F66
Decimal12063102
Binary11110001111111100110
Octal17077146

Shades and tints

Shades of #783F66

#783F66
(120,63,102)
#6E3A5D
(110,58,93)
#643554
(100,53,84)
#5A304B
(90,48,75)
#502B42
(80,43,66)
#462639
(70,38,57)
#3C2130
(60,33,48)
#321C27
(50,28,39)
#28171E
(40,23,30)
#1E1215
(30,18,21)
#140D0C
(20,13,12)
#000000
(0,0,0)

Tints of #783F66

#783F66
(120,63,102)
#845073
(132,80,115)
#906180
(144,97,128)
#9C728D
(156,114,141)
#A8839A
(168,131,154)
#B494A7
(180,148,167)
#C0A5B4
(192,165,180)
#CCB6C1
(204,182,193)
#D8C7CE
(216,199,206)
#E4D8DB
(228,216,219)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783F66 color. Also use rgb(120,63,102) instead hex code.

Text Font Color

.myTextColor { color: #783F66; }

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

This text font color is #783F66.


Background Color

.myBgColor { background-color: #783F66; }

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

This div background color is #783F66.


Border color

.myBorderColor { border: 1px solid #783F66; }

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

This div border color is #783F66.


Opacity

.myOpacity80 { color: #783F66; opacity: 0.8; }

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

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

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

This text has shadow with #783F66 color.

.textShadow {text-shadow: 3px 3px 1px #783F66, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783F66 on black background.


Color preview on white background

This text has color #783F66 on white background.



Black color preview on #783F66 background

This text has black color on #783F66 background.


White color preview on #783F66 background

This text has white color on #783F66 background.