COLOR #783D6C

HEX: #783D6C RGB: (120,61,108)

Color info

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

RGB color model

#783D6C color RGB value is (120,61,108).

RGB: (120,61,108) (47%, 24%, 42%)

RGB channels and saturation

R 120 of 255 = 47%
G 61 of 255 = 24%
B 108 of 255 = 42%

120
61
108

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

Portions of RGB colors in percentages

R + G + B = 120 + 61 + 108 = 289 (100%)
R 120 of 289 ~ 41.52%
G 61 of 289 ~ 21.11%
B 108 of 289 ~ 37.37'%

%41.52
%21.11
%37.37

CMYK color model

#783D6C color CMYK value is (0,49,10,53).

  • cyan value is 0.00%
  • magenta value is 49.17%
  • yellow value is 10.00%
  • key color value is 52.94%

CMYK: (0,49,10,53)
C0M49Y10K53 (0%, 49%, 10%, 53%)
(0.00 / 0.49 / 0.10 / 0.53)

CMYK percentages

%0
%49.17
%10
%52.94

Codes

Color #783D6C in popluar color models

78 3D 6C
RGB 120 61 108
HSL 312° 32.60% 35.49%
HSB/HSV 312° 49.17% 47.06%
CMYK 0.00% 49.17% 10.00%
52.94%

Color #783D6C in popluar number systems.

HEX 78 3D 6C
Decimal 120 61 108
Binary 1111000 111101 1101100
Octal 170 75 154

Shades and tints

Shades of #783D6C

#783D6C
(120,61,108)
#6E3863
(110,56,99)
#64335A
(100,51,90)
#5A2E51
(90,46,81)
#502948
(80,41,72)
#46243F
(70,36,63)
#3C1F36
(60,31,54)
#321A2D
(50,26,45)
#281524
(40,21,36)
#1E101B
(30,16,27)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #783D6C

#783D6C
(120,61,108)
#844E79
(132,78,121)
#905F86
(144,95,134)
#9C7093
(156,112,147)
#A881A0
(168,129,160)
#B492AD
(180,146,173)
#C0A3BA
(192,163,186)
#CCB4C7
(204,180,199)
#D8C5D4
(216,197,212)
#E4D6E1
(228,214,225)
#F0E7EE
(240,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783D6C color. Also use rgb(120,61,108) instead hex code.

Text Font Color

.myTextColor { color: #783D6C; }

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

This text font color is #783D6C.

Background Color

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

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

This div background color is #783D6C.

Border color

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

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

This div border color is #783D6C.

Opacity

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

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

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

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

This text has shadow with #783D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783D6C.

Preview

Color preview on black background

This text has color #783D6C on black background.


Color preview on white background

This text has color #783D6C on white background.


Black color preview on #783D6C background

This text has black color on #783D6C background.


White color preview on #783D6C background

This text has white color on #783D6C background.


Related colors

Complementary color

Complementary color for #hex is #87C293.


I love getcolorcode.com

Triadic colors

1 #6C783D and #3D6C78 with #783D6C are triadic colors.

2 #6C3D78 and #3D786C with #783D6C are triadic colors.