COLOR #784B5A

HEX: #784B5A
RGB: (120,75,90)

Color info

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

RGB color model

#784B5A color RGB value is (120,75,90).

  • red value is 120;
  • green value is 75;
  • blue value is 90.
RGB:
(120,75,90)
(47%,29%,35%)

RGB channels and saturation

R 120 of 255 = 47%
G 75 of 255 = 29%
B 90 of 255 = 35%

120
75
90

R + G + B ~ 37%. #784B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 75 + 90 = 285 (100%)
R 120 of 285 ~ 42.11%
G 75 of 285 ~ 26.32%
B 90 of 285 ~ 31.58%

%42.11
%26.32
%31.58

CMYK color model

#784B5A color CMYK value is (0,38,25,53).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 25.00%
  • key color value is 52.94%
CMYK:
(0,38,25,53)
C0M38Y25K53 
(0%,38%,25%,53%)
(0.00/0.38/0.25/0.53)	

CMYK percentages

%0
%37.5
%25
%52.94

Codes

Color #784B5A in popluar color models

784B5A
RGB1207590
HSL340°23.08%38.24%
HSB/HSV340°37.50%47.06%
CMYK0.00%37.50%25.00%
52.94%

Color #784B5A in popluar number systems.

HEX784B5A
Decimal1207590
Binary111100010010111011010
Octal170113132

Shades and tints

Shades of #784B5A

#784B5A
(120,75,90)
#6E4552
(110,69,82)
#643F4A
(100,63,74)
#5A3942
(90,57,66)
#50333A
(80,51,58)
#462D32
(70,45,50)
#3C272A
(60,39,42)
#322122
(50,33,34)
#281B1A
(40,27,26)
#1E1512
(30,21,18)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #784B5A

#784B5A
(120,75,90)
#845B69
(132,91,105)
#906B78
(144,107,120)
#9C7B87
(156,123,135)
#A88B96
(168,139,150)
#B49BA5
(180,155,165)
#C0ABB4
(192,171,180)
#CCBBC3
(204,187,195)
#D8CBD2
(216,203,210)
#E4DBE1
(228,219,225)
#F0EBF0
(240,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784B5A color. Also use rgb(120,75,90) instead hex code.

Text Font Color

.myTextColor { color: #784B5A; }

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

This text font color is #784B5A.


Background Color

.myBgColor { background-color: #784B5A; }

<div style="background-color:#784B5A">Inner text</div>

This div background color is #784B5A.


Border color

.myBorderColor { border: 1px solid #784B5A; }

<div style="border:3px solid #784B5A">Div</div>

This div border color is #784B5A.


Opacity

.myOpacity80 { color: #784B5A; opacity: 0.8; }

<p style="color:#784B5A;opacity:0.8;">80%</p>

Text with #784B5A 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 #784B5A;}

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

This text has shadow with #784B5A color.

.textShadow {text-shadow: 3px 3px 1px #784B5A, 3px 3px 1px red;}

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

This text has shadow with #784B5A primary color and red secondary color.


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

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

This text has shadow with #784B5A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784B5A on black background.


Color preview on white background

This text has color #784B5A on white background.



Black color preview on #784B5A background

This text has black color on #784B5A background.


White color preview on #784B5A background

This text has white color on #784B5A background.