COLOR #784F52

HEX: #784F52
RGB: (120,79,82)

Color info

#784F52 contains red, green and blue colors in about the same proportion. Web safe color of #784F52 is #666666 (or #666).

RGB color model

#784F52 color RGB value is (120,79,82).

  • red value is 120;
  • green value is 79;
  • blue value is 82.
RGB:
(120,79,82)
(47%,31%,32%)

RGB channels and saturation

R 120 of 255 = 47%
G 79 of 255 = 31%
B 82 of 255 = 32%

120
79
82

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

Portions of RGB colors in percentages

R + G + B =
120 + 79 + 82 = 281 (100%)
R 120 of 281 ~ 42.7%
G 79 of 281 ~ 28.11%
B 82 of 281 ~ 29.18%

%42.7
%28.11
%29.18

CMYK color model

#784F52 color CMYK value is (0,34,32,53).

  • cyan value is 0.00%
  • magenta value is 34.17%
  • yellow value is 31.67%
  • key color value is 52.94%
CMYK:
(0,34,32,53)
C0M34Y32K53 
(0%,34%,32%,53%)
(0.00/0.34/0.32/0.53)	

CMYK percentages

%0
%34.17
%31.67
%52.94

Codes

Color #784F52 in popluar color models

784F52
RGB1207982
HSL356°20.60%39.02%
HSB/HSV356°34.17%47.06%
CMYK0.00%34.17%31.67%
52.94%

Color #784F52 in popluar number systems.

HEX784F52
Decimal1207982
Binary111100010011111010010
Octal170117122

Shades and tints

Shades of #784F52

#784F52
(120,79,82)
#6E484B
(110,72,75)
#644144
(100,65,68)
#5A3A3D
(90,58,61)
#503336
(80,51,54)
#462C2F
(70,44,47)
#3C2528
(60,37,40)
#321E21
(50,30,33)
#28171A
(40,23,26)
#1E1013
(30,16,19)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #784F52

#784F52
(120,79,82)
#845F61
(132,95,97)
#906F70
(144,111,112)
#9C7F7F
(156,127,127)
#A88F8E
(168,143,142)
#B49F9D
(180,159,157)
#C0AFAC
(192,175,172)
#CCBFBB
(204,191,187)
#D8CFCA
(216,207,202)
#E4DFD9
(228,223,217)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784F52 color. Also use rgb(120,79,82) instead hex code.

Text Font Color

.myTextColor { color: #784F52; }

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

This text font color is #784F52.


Background Color

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

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

This div background color is #784F52.


Border color

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

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

This div border color is #784F52.


Opacity

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

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

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

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

This text has shadow with #784F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784F52 on black background.


Color preview on white background

This text has color #784F52 on white background.



Black color preview on #784F52 background

This text has black color on #784F52 background.


White color preview on #784F52 background

This text has white color on #784F52 background.