COLOR #77460A

HEX: #77460A
RGB: (119,70,10)

Color info

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

RGB color model

#77460A color RGB value is (119,70,10).

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

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 10 of 255 = 4%

119
70
10

R + G + B ~ 26%. #77460A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 10 = 199 (100%)
R 119 of 199 ~ 59.8%
G 70 of 199 ~ 35.18%
B 10 of 199 ~ 5.03%

%59.8
%35.18

CMYK color model

#77460A color CMYK value is (0,41,92,53).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 91.60%
  • key color value is 53.33%
CMYK:
(0,41,92,53)
C0M41Y92K53 
(0%,41%,92%,53%)
(0.00/0.41/0.92/0.53)	

CMYK percentages

%0
%41.18
%91.6
%53.33

Codes

Color #77460A in popluar color models

77460A
RGB1197010
HSL33°84.50%25.29%
HSB/HSV33°91.60%46.67%
CMYK0.00%41.18%91.60%
53.33%

Color #77460A in popluar number systems.

HEX77460A
Decimal1197010
Binary111011110001101010
Octal16710612

Shades and tints

Shades of #77460A

#77460A
(119,70,10)
#6D400A
(109,64,10)
#633A0A
(99,58,10)
#59340A
(89,52,10)
#4F2E0A
(79,46,10)
#45280A
(69,40,10)
#3B220A
(59,34,10)
#311C0A
(49,28,10)
#27160A
(39,22,10)
#1D100A
(29,16,10)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #77460A

#77460A
(119,70,10)
#835620
(131,86,32)
#8F6636
(143,102,54)
#9B764C
(155,118,76)
#A78662
(167,134,98)
#B39678
(179,150,120)
#BFA68E
(191,166,142)
#CBB6A4
(203,182,164)
#D7C6BA
(215,198,186)
#E3D6D0
(227,214,208)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77460A; }

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

This text font color is #77460A.


Background Color

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

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

This div background color is #77460A.


Border color

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

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

This div border color is #77460A.


Opacity

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

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

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

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

This text has shadow with #77460A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77460A on black background.


Color preview on white background

This text has color #77460A on white background.



Black color preview on #77460A background

This text has black color on #77460A background.


White color preview on #77460A background

This text has white color on #77460A background.