COLOR #77513B

HEX: #77513B
RGB: (119,81,59)

Color info

#77513B contains mainly red and green colors. Web safe color of #77513B is #666633 (or #663).

RGB color model

#77513B color RGB value is (119,81,59).

  • red value is 119;
  • green value is 81;
  • blue value is 59.
RGB:
(119,81,59)
(47%,32%,23%)

RGB channels and saturation

R 119 of 255 = 47%
G 81 of 255 = 32%
B 59 of 255 = 23%

119
81
59

R + G + B ~ 34%. #77513B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 81 + 59 = 259 (100%)
R 119 of 259 ~ 45.95%
G 81 of 259 ~ 31.27%
B 59 of 259 ~ 22.78%

%45.95
%31.27
%22.78

CMYK color model

#77513B color CMYK value is (0,32,50,53).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 50.42%
  • key color value is 53.33%
CMYK:
(0,32,50,53)
C0M32Y50K53 
(0%,32%,50%,53%)
(0.00/0.32/0.50/0.53)	

CMYK percentages

%0
%31.93
%50.42
%53.33

Codes

Color #77513B in popluar color models

77513B
RGB1198159
HSL22°33.71%34.90%
HSB/HSV22°50.42%46.67%
CMYK0.00%31.93%50.42%
53.33%

Color #77513B in popluar number systems.

HEX77513B
Decimal1198159
Binary11101111010001111011
Octal16712173

Shades and tints

Shades of #77513B

#77513B
(119,81,59)
#6D4A36
(109,74,54)
#634331
(99,67,49)
#593C2C
(89,60,44)
#4F3527
(79,53,39)
#452E22
(69,46,34)
#3B271D
(59,39,29)
#312018
(49,32,24)
#271913
(39,25,19)
#1D120E
(29,18,14)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #77513B

#77513B
(119,81,59)
#83604C
(131,96,76)
#8F6F5D
(143,111,93)
#9B7E6E
(155,126,110)
#A78D7F
(167,141,127)
#B39C90
(179,156,144)
#BFABA1
(191,171,161)
#CBBAB2
(203,186,178)
#D7C9C3
(215,201,195)
#E3D8D4
(227,216,212)
#EFE7E5
(239,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77513B color. Also use rgb(119,81,59) instead hex code.

Text Font Color

.myTextColor { color: #77513B; }

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

This text font color is #77513B.


Background Color

.myBgColor { background-color: #77513B; }

<div style="background-color:#77513B">Inner text</div>

This div background color is #77513B.


Border color

.myBorderColor { border: 1px solid #77513B; }

<div style="border:3px solid #77513B">Div</div>

This div border color is #77513B.


Opacity

.myOpacity80 { color: #77513B; opacity: 0.8; }

<p style="color:#77513B;opacity:0.8;">80%</p>

Text with #77513B 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 #77513B;}

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

This text has shadow with #77513B color.

.textShadow {text-shadow: 3px 3px 1px #77513B, 3px 3px 1px red;}

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

This text has shadow with #77513B primary color and red secondary color.


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

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

This text has shadow with #77513B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77513B on black background.


Color preview on white background

This text has color #77513B on white background.



Black color preview on #77513B background

This text has black color on #77513B background.


White color preview on #77513B background

This text has white color on #77513B background.