COLOR #775521

HEX: #775521
RGB: (119,85,33)

Color info

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

RGB color model

#775521 color RGB value is (119,85,33).

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

RGB channels and saturation

R 119 of 255 = 47%
G 85 of 255 = 33%
B 33 of 255 = 13%

119
85
33

R + G + B ~ 31%. #775521 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 85 + 33 = 237 (100%)
R 119 of 237 ~ 50.21%
G 85 of 237 ~ 35.86%
B 33 of 237 ~ 13.92%

%50.21
%35.86
%13.92

CMYK color model

#775521 color CMYK value is (0,29,72,53).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 72.27%
  • key color value is 53.33%
CMYK:
(0,29,72,53)
C0M29Y72K53 
(0%,29%,72%,53%)
(0.00/0.29/0.72/0.53)	

CMYK percentages

%0
%28.57
%72.27
%53.33

Codes

Color #775521 in popluar color models

775521
RGB1198533
HSL36°56.58%29.80%
HSB/HSV36°72.27%46.67%
CMYK0.00%28.57%72.27%
53.33%

Color #775521 in popluar number systems.

HEX775521
Decimal1198533
Binary11101111010101100001
Octal16712541

Shades and tints

Shades of #775521

#775521
(119,85,33)
#6D4E1E
(109,78,30)
#63471B
(99,71,27)
#594018
(89,64,24)
#4F3915
(79,57,21)
#453212
(69,50,18)
#3B2B0F
(59,43,15)
#31240C
(49,36,12)
#271D09
(39,29,9)
#1D1606
(29,22,6)
#130F03
(19,15,3)
#000000
(0,0,0)

Tints of #775521

#775521
(119,85,33)
#836435
(131,100,53)
#8F7349
(143,115,73)
#9B825D
(155,130,93)
#A79171
(167,145,113)
#B3A085
(179,160,133)
#BFAF99
(191,175,153)
#CBBEAD
(203,190,173)
#D7CDC1
(215,205,193)
#E3DCD5
(227,220,213)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775521; }

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

This text font color is #775521.


Background Color

.myBgColor { background-color: #775521; }

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

This div background color is #775521.


Border color

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

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

This div border color is #775521.


Opacity

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

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

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

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

This text has shadow with #775521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775521 on black background.


Color preview on white background

This text has color #775521 on white background.



Black color preview on #775521 background

This text has black color on #775521 background.


White color preview on #775521 background

This text has white color on #775521 background.