COLOR #783A5A

HEX: #783A5A RGB: (120,58,90)

Color info

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

RGB color model

#783A5A color RGB value is (120,58,90).

RGB: (120,58,90) (47%, 23%, 35%)

RGB channels and saturation

R 120 of 255 = 47%
G 58 of 255 = 23%
B 90 of 255 = 35%

120
58
90

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

Portions of RGB colors in percentages

R + G + B = 120 + 58 + 90 = 268 (100%)
R 120 of 268 ~ 44.78%
G 58 of 268 ~ 21.64%
B 90 of 268 ~ 33.58'%

%44.78
%21.64
%33.58

CMYK color model

#783A5A color CMYK value is (0,52,25,53).

  • cyan value is 0.00%
  • magenta value is 51.67%
  • yellow value is 25.00%
  • key color value is 52.94%

CMYK: (0,52,25,53)
C0M52Y25K53 (0%, 52%, 25%, 53%)
(0.00 / 0.52 / 0.25 / 0.53)

CMYK percentages

%0
%51.67
%25
%52.94

Codes

Color #783A5A in popluar color models

78 3A 5A
RGB 120 58 90
HSL 329° 34.83% 34.90%
HSB/HSV 329° 51.67% 47.06%
CMYK 0.00% 51.67% 25.00%
52.94%

Color #783A5A in popluar number systems.

HEX 78 3A 5A
Decimal 120 58 90
Binary 1111000 111010 1011010
Octal 170 72 132

Shades and tints

Shades of #783A5A

#783A5A
(120,58,90)
#6E3552
(110,53,82)
#64304A
(100,48,74)
#5A2B42
(90,43,66)
#50263A
(80,38,58)
#462132
(70,33,50)
#3C1C2A
(60,28,42)
#321722
(50,23,34)
#28121A
(40,18,26)
#1E0D12
(30,13,18)
#14080A
(20,8,10)
#000000
(0,0,0)

Tints of #783A5A

#783A5A
(120,58,90)
#844B69
(132,75,105)
#905C78
(144,92,120)
#9C6D87
(156,109,135)
#A87E96
(168,126,150)
#B48FA5
(180,143,165)
#C0A0B4
(192,160,180)
#CCB1C3
(204,177,195)
#D8C2D2
(216,194,210)
#E4D3E1
(228,211,225)
#F0E4F0
(240,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783A5A color. Also use rgb(120,58,90) instead hex code.

Text Font Color

.myTextColor { color: #783A5A; }

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

This text font color is #783A5A.

Background Color

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

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

This div background color is #783A5A.

Border color

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

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

This div border color is #783A5A.

Opacity

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

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

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

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

This text has shadow with #783A5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #783A5A.

Preview

Color preview on black background

This text has color #783A5A on black background.


Color preview on white background

This text has color #783A5A on white background.


Black color preview on #783A5A background

This text has black color on #783A5A background.


White color preview on #783A5A background

This text has white color on #783A5A background.


Related colors

Complementary color

Complementary color for #hex is #87C5A5.


I love getcolorcode.com

Triadic colors

1 #5A783A and #3A5A78 with #783A5A are triadic colors.

2 #5A3A78 and #3A785A with #783A5A are triadic colors.