COLOR #785C83

HEX: #785C83 RGB: (120,92,131)

Color info

#785C83 contains red, green and blue colors in about the same proportion. Web safe color of #785C83 is #666699 (or #669).

RGB color model

#785C83 color RGB value is (120,92,131).

RGB: (120,92,131) (47%, 36%, 51%)

RGB channels and saturation

R 120 of 255 = 47%
G 92 of 255 = 36%
B 131 of 255 = 51%

120
92
131

R + G + B ~ 45%. #785C83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 92 + 131 = 343 (100%)
R 120 of 343 ~ 34.99%
G 92 of 343 ~ 26.82%
B 131 of 343 ~ 38.19'%

%34.99
%26.82
%38.19

CMYK color model

#785C83 color CMYK value is (8,30,0,49).

  • cyan value is 8.40%
  • magenta value is 29.77%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (8,30,0,49)
C8M30Y0K49 (8%, 30%, 0%, 49%)
(0.08 / 0.30 / 0.00 / 0.49)

CMYK percentages

%8.4
%29.77
%0
%48.63

Codes

Color #785C83 in popluar color models

78 5C 83
RGB 120 92 131
HSL 283° 17.49% 43.73%
HSB/HSV 283° 29.77% 51.37%
CMYK 8.40% 29.77% 0.00%
48.63%

Color #785C83 in popluar number systems.

HEX 78 5C 83
Decimal 120 92 131
Binary 1111000 1011100 10000011
Octal 170 134 203

Shades and tints

Shades of #785C83

#785C83
(120,92,131)
#6E5478
(110,84,120)
#644C6D
(100,76,109)
#5A4462
(90,68,98)
#503C57
(80,60,87)
#46344C
(70,52,76)
#3C2C41
(60,44,65)
#322436
(50,36,54)
#281C2B
(40,28,43)
#1E1420
(30,20,32)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #785C83

#785C83
(120,92,131)
#846A8E
(132,106,142)
#907899
(144,120,153)
#9C86A4
(156,134,164)
#A894AF
(168,148,175)
#B4A2BA
(180,162,186)
#C0B0C5
(192,176,197)
#CCBED0
(204,190,208)
#D8CCDB
(216,204,219)
#E4DAE6
(228,218,230)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #785C83 color. Also use rgb(120,92,131) instead hex code.

Text Font Color

.myTextColor { color: #785C83; }

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

This text font color is #785C83.

Background Color

.myBgColor { background-color: #785C83; }

<div style="background-color:#785C83">Inner text</div>

This div background color is #785C83.

Border color

.myBorderColor { border: 1px solid #785C83; }

<div style="border:3px solid #785C83">Div</div>

This div border color is #785C83.

Opacity

.myOpacity80 { color: #785C83; opacity: 0.8; }

<p style="color:#785C83;opacity:0.8;">80%</p>

Text with #785C83 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 #785C83;}

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

This text has shadow with #785C83 color.


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

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

This text has shadow with #785C83 primary color and red secondary color.


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

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

This text has shadow with #785C83 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #785C83.

Preview

Color preview on black background

This text has color #785C83 on black background.


Color preview on white background

This text has color #785C83 on white background.


Black color preview on #785C83 background

This text has black color on #785C83 background.


White color preview on #785C83 background

This text has white color on #785C83 background.


Related colors

Complementary color

Complementary color for #hex is #87A37C.


I love getcolorcode.com

Triadic colors

1 #83785C and #5C8378 with #785C83 are triadic colors.

2 #835C78 and #5C7883 with #785C83 are triadic colors.