COLOR #78550C

HEX: #78550C
RGB: (120,85,12)

Color info

#78550C contains mainly red and green colors. Web safe color of #78550C is #666600 (or #660).

RGB color model

#78550C color RGB value is (120,85,12).

  • red value is 120;
  • green value is 85;
  • blue value is 12.
RGB:
(120,85,12)
(47%,33%,5%)

RGB channels and saturation

R 120 of 255 = 47%
G 85 of 255 = 33%
B 12 of 255 = 5%

120
85
12

R + G + B ~ 28%. #78550C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 85 + 12 = 217 (100%)
R 120 of 217 ~ 55.3%
G 85 of 217 ~ 39.17%
B 12 of 217 ~ 5.53%

%55.3
%39.17

CMYK color model

#78550C color CMYK value is (0,29,90,53).

  • cyan value is 0.00%
  • magenta value is 29.17%
  • yellow value is 90.00%
  • key color value is 52.94%
CMYK:
(0,29,90,53)
C0M29Y90K53 
(0%,29%,90%,53%)
(0.00/0.29/0.90/0.53)	

CMYK percentages

%0
%29.17
%90
%52.94

Codes

Color #78550C in popluar color models

78550C
RGB1208512
HSL41°81.82%25.88%
HSB/HSV41°90.00%47.06%
CMYK0.00%29.17%90.00%
52.94%

Color #78550C in popluar number systems.

HEX78550C
Decimal1208512
Binary111100010101011100
Octal17012514

Shades and tints

Shades of #78550C

#78550C
(120,85,12)
#6E4E0B
(110,78,11)
#64470A
(100,71,10)
#5A4009
(90,64,9)
#503908
(80,57,8)
#463207
(70,50,7)
#3C2B06
(60,43,6)
#322405
(50,36,5)
#281D04
(40,29,4)
#1E1603
(30,22,3)
#140F02
(20,15,2)
#000000
(0,0,0)

Tints of #78550C

#78550C
(120,85,12)
#846422
(132,100,34)
#907338
(144,115,56)
#9C824E
(156,130,78)
#A89164
(168,145,100)
#B4A07A
(180,160,122)
#C0AF90
(192,175,144)
#CCBEA6
(204,190,166)
#D8CDBC
(216,205,188)
#E4DCD2
(228,220,210)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78550C color. Also use rgb(120,85,12) instead hex code.

Text Font Color

.myTextColor { color: #78550C; }

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

This text font color is #78550C.


Background Color

.myBgColor { background-color: #78550C; }

<div style="background-color:#78550C">Inner text</div>

This div background color is #78550C.


Border color

.myBorderColor { border: 1px solid #78550C; }

<div style="border:3px solid #78550C">Div</div>

This div border color is #78550C.


Opacity

.myOpacity80 { color: #78550C; opacity: 0.8; }

<p style="color:#78550C;opacity:0.8;">80%</p>

Text with #78550C 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 #78550C;}

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

This text has shadow with #78550C color.

.textShadow {text-shadow: 3px 3px 1px #78550C, 3px 3px 1px red;}

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

This text has shadow with #78550C primary color and red secondary color.


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

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

This text has shadow with #78550C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78550C on black background.


Color preview on white background

This text has color #78550C on white background.



Black color preview on #78550C background

This text has black color on #78550C background.


White color preview on #78550C background

This text has white color on #78550C background.