COLOR #77390C

HEX: #77390C
RGB: (119,57,12)

Color info

#77390C contains mainly red color. Web safe color of #77390C is #663300 (or #630).

RGB color model

#77390C color RGB value is (119,57,12).

  • red value is 119;
  • green value is 57;
  • blue value is 12.
RGB:
(119,57,12)
(47%,22%,5%)

RGB channels and saturation

R 119 of 255 = 47%
G 57 of 255 = 22%
B 12 of 255 = 5%

119
57
12

R + G + B ~ 25%. #77390C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 57 + 12 = 188 (100%)
R 119 of 188 ~ 63.3%
G 57 of 188 ~ 30.32%
B 12 of 188 ~ 6.38%

%63.3
%30.32

CMYK color model

#77390C color CMYK value is (0,52,90,53).

  • cyan value is 0.00%
  • magenta value is 52.10%
  • yellow value is 89.92%
  • key color value is 53.33%
CMYK:
(0,52,90,53)
C0M52Y90K53 
(0%,52%,90%,53%)
(0.00/0.52/0.90/0.53)	

CMYK percentages

%0
%52.1
%89.92
%53.33

Codes

Color #77390C in popluar color models

77390C
RGB1195712
HSL25°81.68%25.69%
HSB/HSV25°89.92%46.67%
CMYK0.00%52.10%89.92%
53.33%

Color #77390C in popluar number systems.

HEX77390C
Decimal1195712
Binary11101111110011100
Octal1677114

Shades and tints

Shades of #77390C

#77390C
(119,57,12)
#6D340B
(109,52,11)
#632F0A
(99,47,10)
#592A09
(89,42,9)
#4F2508
(79,37,8)
#452007
(69,32,7)
#3B1B06
(59,27,6)
#311605
(49,22,5)
#271104
(39,17,4)
#1D0C03
(29,12,3)
#130702
(19,7,2)
#000000
(0,0,0)

Tints of #77390C

#77390C
(119,57,12)
#834B22
(131,75,34)
#8F5D38
(143,93,56)
#9B6F4E
(155,111,78)
#A78164
(167,129,100)
#B3937A
(179,147,122)
#BFA590
(191,165,144)
#CBB7A6
(203,183,166)
#D7C9BC
(215,201,188)
#E3DBD2
(227,219,210)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77390C color. Also use rgb(119,57,12) instead hex code.

Text Font Color

.myTextColor { color: #77390C; }

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

This text font color is #77390C.


Background Color

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

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

This div background color is #77390C.


Border color

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

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

This div border color is #77390C.


Opacity

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

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

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

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

This text has shadow with #77390C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77390C on black background.


Color preview on white background

This text has color #77390C on white background.



Black color preview on #77390C background

This text has black color on #77390C background.


White color preview on #77390C background

This text has white color on #77390C background.