COLOR #784D4C

HEX: #784D4C
RGB: (120,77,76)

Color info

#784D4C contains red, green and blue colors in about the same proportion. Web safe color of #784D4C is #663333 (or #633).

RGB color model

#784D4C color RGB value is (120,77,76).

  • red value is 120;
  • green value is 77;
  • blue value is 76.
RGB:
(120,77,76)
(47%,30%,30%)

RGB channels and saturation

R 120 of 255 = 47%
G 77 of 255 = 30%
B 76 of 255 = 30%

120
77
76

R + G + B ~ 36%. #784D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 77 + 76 = 273 (100%)
R 120 of 273 ~ 43.96%
G 77 of 273 ~ 28.21%
B 76 of 273 ~ 27.84%

%43.96
%28.21
%27.84

CMYK color model

#784D4C color CMYK value is (0,36,37,53).

  • cyan value is 0.00%
  • magenta value is 35.83%
  • yellow value is 36.67%
  • key color value is 52.94%
CMYK:
(0,36,37,53)
C0M36Y37K53 
(0%,36%,37%,53%)
(0.00/0.36/0.37/0.53)	

CMYK percentages

%0
%35.83
%36.67
%52.94

Codes

Color #784D4C in popluar color models

784D4C
RGB1207776
HSL22.45%38.43%
HSB/HSV36.67%47.06%
CMYK0.00%35.83%36.67%
52.94%

Color #784D4C in popluar number systems.

HEX784D4C
Decimal1207776
Binary111100010011011001100
Octal170115114

Shades and tints

Shades of #784D4C

#784D4C
(120,77,76)
#6E4646
(110,70,70)
#643F40
(100,63,64)
#5A383A
(90,56,58)
#503134
(80,49,52)
#462A2E
(70,42,46)
#3C2328
(60,35,40)
#321C22
(50,28,34)
#28151C
(40,21,28)
#1E0E16
(30,14,22)
#140710
(20,7,16)
#000000
(0,0,0)

Tints of #784D4C

#784D4C
(120,77,76)
#845D5C
(132,93,92)
#906D6C
(144,109,108)
#9C7D7C
(156,125,124)
#A88D8C
(168,141,140)
#B49D9C
(180,157,156)
#C0ADAC
(192,173,172)
#CCBDBC
(204,189,188)
#D8CDCC
(216,205,204)
#E4DDDC
(228,221,220)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784D4C color. Also use rgb(120,77,76) instead hex code.

Text Font Color

.myTextColor { color: #784D4C; }

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

This text font color is #784D4C.


Background Color

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

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

This div background color is #784D4C.


Border color

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

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

This div border color is #784D4C.


Opacity

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

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

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

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

This text has shadow with #784D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784D4C on black background.


Color preview on white background

This text has color #784D4C on white background.



Black color preview on #784D4C background

This text has black color on #784D4C background.


White color preview on #784D4C background

This text has white color on #784D4C background.