COLOR #783C55

HEX: #783C55 RGB: (120,60,85)

Color info

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

RGB color model

#783C55 color RGB value is (120,60,85).

RGB: (120,60,85) (47%, 24%, 33%)

RGB channels and saturation

R 120 of 255 = 47%
G 60 of 255 = 24%
B 85 of 255 = 33%

120
60
85

R + G + B ~ 35%. #783C55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 60 + 85 = 265 (100%)
R 120 of 265 ~ 45.28%
G 60 of 265 ~ 22.64%
B 85 of 265 ~ 32.08'%

%45.28
%22.64
%32.08

CMYK color model

#783C55 color CMYK value is (0,50,29,53).

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

CMYK: (0,50,29,53)
C0M50Y29K53 (0%, 50%, 29%, 53%)
(0.00 / 0.50 / 0.29 / 0.53)

CMYK percentages

%0
%50
%29.17
%52.94

Codes

Color #783C55 in popluar color models

78 3C 55
RGB 120 60 85
HSL 335° 33.33% 35.29%
HSB/HSV 335° 50.00% 47.06%
CMYK 0.00% 50.00% 29.17%
52.94%

Color #783C55 in popluar number systems.

HEX 78 3C 55
Decimal 120 60 85
Binary 1111000 111100 1010101
Octal 170 74 125

Shades and tints

Shades of #783C55

#783C55
(120,60,85)
#6E374E
(110,55,78)
#643247
(100,50,71)
#5A2D40
(90,45,64)
#502839
(80,40,57)
#462332
(70,35,50)
#3C1E2B
(60,30,43)
#321924
(50,25,36)
#28141D
(40,20,29)
#1E0F16
(30,15,22)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #783C55

#783C55
(120,60,85)
#844D64
(132,77,100)
#905E73
(144,94,115)
#9C6F82
(156,111,130)
#A88091
(168,128,145)
#B491A0
(180,145,160)
#C0A2AF
(192,162,175)
#CCB3BE
(204,179,190)
#D8C4CD
(216,196,205)
#E4D5DC
(228,213,220)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #783C55; }

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

This text font color is #783C55.

Background Color

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

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

This div background color is #783C55.

Border color

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

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

This div border color is #783C55.

Opacity

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

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

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

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

This text has shadow with #783C55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783C55.

Preview

Color preview on black background

This text has color #783C55 on black background.


Color preview on white background

This text has color #783C55 on white background.


Black color preview on #783C55 background

This text has black color on #783C55 background.


White color preview on #783C55 background

This text has white color on #783C55 background.


Related colors

Complementary color

Complementary color for #hex is #87C3AA.


I love getcolorcode.com

Triadic colors

1 #55783C and #3C5578 with #783C55 are triadic colors.

2 #553C78 and #3C7855 with #783C55 are triadic colors.