COLOR #77460F

HEX: #77460F
RGB: (119,70,15)

Color info

#77460F contains mainly red and green colors. Web safe color of #77460F is #663300 (or #630).

RGB color model

#77460F color RGB value is (119,70,15).

  • red value is 119;
  • green value is 70;
  • blue value is 15.
RGB:
(119,70,15)
(47%,27%,6%)

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 15 of 255 = 6%

119
70
15

R + G + B ~ 27%. #77460F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 15 = 204 (100%)
R 119 of 204 ~ 58.33%
G 70 of 204 ~ 34.31%
B 15 of 204 ~ 7.35%

%58.33
%34.31

CMYK color model

#77460F color CMYK value is (0,41,87,53).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 87.39%
  • key color value is 53.33%
CMYK:
(0,41,87,53)
C0M41Y87K53 
(0%,41%,87%,53%)
(0.00/0.41/0.87/0.53)	

CMYK percentages

%0
%41.18
%87.39
%53.33

Codes

Color #77460F in popluar color models

77460F
RGB1197015
HSL32°77.61%26.27%
HSB/HSV32°87.39%46.67%
CMYK0.00%41.18%87.39%
53.33%

Color #77460F in popluar number systems.

HEX77460F
Decimal1197015
Binary111011110001101111
Octal16710617

Shades and tints

Shades of #77460F

#77460F
(119,70,15)
#6D400E
(109,64,14)
#633A0D
(99,58,13)
#59340C
(89,52,12)
#4F2E0B
(79,46,11)
#45280A
(69,40,10)
#3B2209
(59,34,9)
#311C08
(49,28,8)
#271607
(39,22,7)
#1D1006
(29,16,6)
#130A05
(19,10,5)
#000000
(0,0,0)

Tints of #77460F

#77460F
(119,70,15)
#835624
(131,86,36)
#8F6639
(143,102,57)
#9B764E
(155,118,78)
#A78663
(167,134,99)
#B39678
(179,150,120)
#BFA68D
(191,166,141)
#CBB6A2
(203,182,162)
#D7C6B7
(215,198,183)
#E3D6CC
(227,214,204)
#EFE6E1
(239,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77460F color. Also use rgb(119,70,15) instead hex code.

Text Font Color

.myTextColor { color: #77460F; }

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

This text font color is #77460F.


Background Color

.myBgColor { background-color: #77460F; }

<div style="background-color:#77460F">Inner text</div>

This div background color is #77460F.


Border color

.myBorderColor { border: 1px solid #77460F; }

<div style="border:3px solid #77460F">Div</div>

This div border color is #77460F.


Opacity

.myOpacity80 { color: #77460F; opacity: 0.8; }

<p style="color:#77460F;opacity:0.8;">80%</p>

Text with #77460F 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 #77460F;}

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

This text has shadow with #77460F color.

.textShadow {text-shadow: 3px 3px 1px #77460F, 3px 3px 1px red;}

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

This text has shadow with #77460F primary color and red secondary color.


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

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

This text has shadow with #77460F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77460F on black background.


Color preview on white background

This text has color #77460F on white background.



Black color preview on #77460F background

This text has black color on #77460F background.


White color preview on #77460F background

This text has white color on #77460F background.