COLOR #783B6E

HEX: #783B6E RGB: (120,59,110)

Color info

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

RGB color model

#783B6E color RGB value is (120,59,110).

RGB: (120,59,110) (47%, 23%, 43%)

RGB channels and saturation

R 120 of 255 = 47%
G 59 of 255 = 23%
B 110 of 255 = 43%

120
59
110

R + G + B ~ 38%. #783B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 59 + 110 = 289 (100%)
R 120 of 289 ~ 41.52%
G 59 of 289 ~ 20.42%
B 110 of 289 ~ 38.06'%

%41.52
%20.42
%38.06

CMYK color model

#783B6E color CMYK value is (0,51,8,53).

  • cyan value is 0.00%
  • magenta value is 50.83%
  • yellow value is 8.33%
  • key color value is 52.94%

CMYK: (0,51,8,53)
C0M51Y8K53 (0%, 51%, 8%, 53%)
(0.00 / 0.51 / 0.08 / 0.53)

CMYK percentages

%0
%50.83
%8.33
%52.94

Codes

Color #783B6E in popluar color models

78 3B 6E
RGB 120 59 110
HSL 310° 34.08% 35.10%
HSB/HSV 310° 50.83% 47.06%
CMYK 0.00% 50.83% 8.33%
52.94%

Color #783B6E in popluar number systems.

HEX 78 3B 6E
Decimal 120 59 110
Binary 1111000 111011 1101110
Octal 170 73 156

Shades and tints

Shades of #783B6E

#783B6E
(120,59,110)
#6E3664
(110,54,100)
#64315A
(100,49,90)
#5A2C50
(90,44,80)
#502746
(80,39,70)
#46223C
(70,34,60)
#3C1D32
(60,29,50)
#321828
(50,24,40)
#28131E
(40,19,30)
#1E0E14
(30,14,20)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #783B6E

#783B6E
(120,59,110)
#844C7B
(132,76,123)
#905D88
(144,93,136)
#9C6E95
(156,110,149)
#A87FA2
(168,127,162)
#B490AF
(180,144,175)
#C0A1BC
(192,161,188)
#CCB2C9
(204,178,201)
#D8C3D6
(216,195,214)
#E4D4E3
(228,212,227)
#F0E5F0
(240,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783B6E color. Also use rgb(120,59,110) instead hex code.

Text Font Color

.myTextColor { color: #783B6E; }

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

This text font color is #783B6E.

Background Color

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

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

This div background color is #783B6E.

Border color

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

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

This div border color is #783B6E.

Opacity

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

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

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

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

This text has shadow with #783B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783B6E.

Preview

Color preview on black background

This text has color #783B6E on black background.


Color preview on white background

This text has color #783B6E on white background.


Black color preview on #783B6E background

This text has black color on #783B6E background.


White color preview on #783B6E background

This text has white color on #783B6E background.


Related colors

Complementary color

Complementary color for #hex is #87C491.


I love getcolorcode.com

Triadic colors

1 #6E783B and #3B6E78 with #783B6E are triadic colors.

2 #6E3B78 and #3B786E with #783B6E are triadic colors.