COLOR #775513

HEX: #775513
RGB: (119,85,19)

Color info

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

RGB color model

#775513 color RGB value is (119,85,19).

  • red value is 119;
  • green value is 85;
  • blue value is 19.
RGB:
(119,85,19)
(47%,33%,7%)

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 19 of 255 = 7%

119
85
19

R + G + B ~ 29%. #775513 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 85 + 19 = 223 (100%)
R 119 of 223 ~ 53.36%
G 85 of 223 ~ 38.12%
B 19 of 223 ~ 8.52%

%53.36
%38.12

CMYK color model

#775513 color CMYK value is (0,29,84,53).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 84.03%
  • key color value is 53.33%
CMYK:
(0,29,84,53)
C0M29Y84K53 
(0%,29%,84%,53%)
(0.00/0.29/0.84/0.53)	

CMYK percentages

%0
%28.57
%84.03
%53.33

Codes

Color #775513 in popluar color models

775513
RGB1198519
HSL40°72.46%27.06%
HSB/HSV40°84.03%46.67%
CMYK0.00%28.57%84.03%
53.33%

Color #775513 in popluar number systems.

HEX775513
Decimal1198519
Binary1110111101010110011
Octal16712523

Shades and tints

Shades of #775513

#775513
(119,85,19)
#6D4E12
(109,78,18)
#634711
(99,71,17)
#594010
(89,64,16)
#4F390F
(79,57,15)
#45320E
(69,50,14)
#3B2B0D
(59,43,13)
#31240C
(49,36,12)
#271D0B
(39,29,11)
#1D160A
(29,22,10)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #775513

#775513
(119,85,19)
#836428
(131,100,40)
#8F733D
(143,115,61)
#9B8252
(155,130,82)
#A79167
(167,145,103)
#B3A07C
(179,160,124)
#BFAF91
(191,175,145)
#CBBEA6
(203,190,166)
#D7CDBB
(215,205,187)
#E3DCD0
(227,220,208)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775513 color. Also use rgb(119,85,19) instead hex code.

Text Font Color

.myTextColor { color: #775513; }

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

This text font color is #775513.


Background Color

.myBgColor { background-color: #775513; }

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

This div background color is #775513.


Border color

.myBorderColor { border: 1px solid #775513; }

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

This div border color is #775513.


Opacity

.myOpacity80 { color: #775513; opacity: 0.8; }

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

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

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

This text has shadow with #775513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775513 on black background.


Color preview on white background

This text has color #775513 on white background.



Black color preview on #775513 background

This text has black color on #775513 background.


White color preview on #775513 background

This text has white color on #775513 background.