COLOR #783D6A

HEX: #783D6A
RGB: (120,61,106)

Color info

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

RGB color model

#783D6A color RGB value is (120,61,106).

  • red value is 120;
  • green value is 61;
  • blue value is 106.
RGB:
(120,61,106)
(47%,24%,42%)

RGB channels and saturation

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

120
61
106

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

Portions of RGB colors in percentages

R + G + B =
120 + 61 + 106 = 287 (100%)
R 120 of 287 ~ 41.81%
G 61 of 287 ~ 21.25%
B 106 of 287 ~ 36.93%

%41.81
%21.25
%36.93

CMYK color model

#783D6A color CMYK value is (0,49,12,53).

  • cyan value is 0.00%
  • magenta value is 49.17%
  • yellow value is 11.67%
  • key color value is 52.94%
CMYK:
(0,49,12,53)
C0M49Y12K53 
(0%,49%,12%,53%)
(0.00/0.49/0.12/0.53)	

CMYK percentages

%0
%49.17
%11.67
%52.94

Codes

Color #783D6A in popluar color models

783D6A
RGB12061106
HSL314°32.60%35.49%
HSB/HSV314°49.17%47.06%
CMYK0.00%49.17%11.67%
52.94%

Color #783D6A in popluar number systems.

HEX783D6A
Decimal12061106
Binary11110001111011101010
Octal17075152

Shades and tints

Shades of #783D6A

#783D6A
(120,61,106)
#6E3861
(110,56,97)
#643358
(100,51,88)
#5A2E4F
(90,46,79)
#502946
(80,41,70)
#46243D
(70,36,61)
#3C1F34
(60,31,52)
#321A2B
(50,26,43)
#281522
(40,21,34)
#1E1019
(30,16,25)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #783D6A

#783D6A
(120,61,106)
#844E77
(132,78,119)
#905F84
(144,95,132)
#9C7091
(156,112,145)
#A8819E
(168,129,158)
#B492AB
(180,146,171)
#C0A3B8
(192,163,184)
#CCB4C5
(204,180,197)
#D8C5D2
(216,197,210)
#E4D6DF
(228,214,223)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783D6A; }

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

This text font color is #783D6A.


Background Color

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

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

This div background color is #783D6A.


Border color

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

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

This div border color is #783D6A.


Opacity

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

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

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

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

This text has shadow with #783D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783D6A on black background.


Color preview on white background

This text has color #783D6A on white background.



Black color preview on #783D6A background

This text has black color on #783D6A background.


White color preview on #783D6A background

This text has white color on #783D6A background.