COLOR #783C62

HEX: #783C62 RGB: (120,60,98)

Color info

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

RGB color model

#783C62 color RGB value is (120,60,98).

RGB: (120,60,98) (47%, 24%, 38%)

RGB channels and saturation

R 120 of 255 = 47%
G 60 of 255 = 24%
B 98 of 255 = 38%

120
60
98

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

Portions of RGB colors in percentages

R + G + B = 120 + 60 + 98 = 278 (100%)
R 120 of 278 ~ 43.17%
G 60 of 278 ~ 21.58%
B 98 of 278 ~ 35.25'%

%43.17
%21.58
%35.25

CMYK color model

#783C62 color CMYK value is (0,50,18,53).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 18.33%
  • key color value is 52.94%

CMYK: (0,50,18,53)
C0M50Y18K53 (0%, 50%, 18%, 53%)
(0.00 / 0.50 / 0.18 / 0.53)

CMYK percentages

%0
%50
%18.33
%52.94

Codes

Color #783C62 in popluar color models

78 3C 62
RGB 120 60 98
HSL 322° 33.33% 35.29%
HSB/HSV 322° 50.00% 47.06%
CMYK 0.00% 50.00% 18.33%
52.94%

Color #783C62 in popluar number systems.

HEX 78 3C 62
Decimal 120 60 98
Binary 1111000 111100 1100010
Octal 170 74 142

Shades and tints

Shades of #783C62

#783C62
(120,60,98)
#6E375A
(110,55,90)
#643252
(100,50,82)
#5A2D4A
(90,45,74)
#502842
(80,40,66)
#46233A
(70,35,58)
#3C1E32
(60,30,50)
#32192A
(50,25,42)
#281422
(40,20,34)
#1E0F1A
(30,15,26)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #783C62

#783C62
(120,60,98)
#844D70
(132,77,112)
#905E7E
(144,94,126)
#9C6F8C
(156,111,140)
#A8809A
(168,128,154)
#B491A8
(180,145,168)
#C0A2B6
(192,162,182)
#CCB3C4
(204,179,196)
#D8C4D2
(216,196,210)
#E4D5E0
(228,213,224)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783C62 color. Also use rgb(120,60,98) instead hex code.

Text Font Color

.myTextColor { color: #783C62; }

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

This text font color is #783C62.

Background Color

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

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

This div background color is #783C62.

Border color

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

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

This div border color is #783C62.

Opacity

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

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

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

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

This text has shadow with #783C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783C62.

Preview

Color preview on black background

This text has color #783C62 on black background.


Color preview on white background

This text has color #783C62 on white background.


Black color preview on #783C62 background

This text has black color on #783C62 background.


White color preview on #783C62 background

This text has white color on #783C62 background.


Related colors

Complementary color

Complementary color for #hex is #87C39D.


I love getcolorcode.com

Triadic colors

1 #62783C and #3C6278 with #783C62 are triadic colors.

2 #623C78 and #3C7862 with #783C62 are triadic colors.