COLOR #775B2D

HEX: #775B2D RGB: (119,91,45)

Color info

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

RGB color model

#775B2D color RGB value is (119,91,45).

RGB: (119,91,45) (47%, 36%, 18%)

RGB channels and saturation

R 119 of 255 = 47%
G 91 of 255 = 36%
B 45 of 255 = 18%

119
91
45

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

Portions of RGB colors in percentages

R + G + B = 119 + 91 + 45 = 255 (100%)
R 119 of 255 ~ 46.67%
G 91 of 255 ~ 35.69%
B 45 of 255 ~ 17.65'%

%46.67
%35.69
%17.65

CMYK color model

#775B2D color CMYK value is (0,24,62,53).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 62.18%
  • key color value is 53.33%
CMYK: (0,24,62,53) C0M24Y62K53 (0%,24%,62%,53%) (0.00/0.24/0.62/0.53) 

CMYK percentages

%0
%23.53
%62.18
%53.33

Codes

Color #775B2D in popluar color models

77 5B 2D
RGB 119 91 45
HSL 37° 45.12% 32.16%
HSB/HSV 37° 62.18% 46.67%
CMYK 0.00% 23.53% 62.18%
53.33%

Color #775B2D in popluar number systems.

HEX 77 5B 2D
Decimal 119 91 45
Binary 1110111 1011011 101101
Octal 167 133 55

Shades and tints

Shades of #775B2D

#775B2D
(119,91,45)
#6D5329
(109,83,41)
#634B25
(99,75,37)
#594321
(89,67,33)
#4F3B1D
(79,59,29)
#453319
(69,51,25)
#3B2B15
(59,43,21)
#312311
(49,35,17)
#271B0D
(39,27,13)
#1D1309
(29,19,9)
#130B05
(19,11,5)
#000000
(0,0,0)

Tints of #775B2D

#775B2D
(119,91,45)
#836940
(131,105,64)
#8F7753
(143,119,83)
#9B8566
(155,133,102)
#A79379
(167,147,121)
#B3A18C
(179,161,140)
#BFAF9F
(191,175,159)
#CBBDB2
(203,189,178)
#D7CBC5
(215,203,197)
#E3D9D8
(227,217,216)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775B2D color. Also use rgb(119,91,45) instead hex code.

Text Font Color

.myTextColor { color: #775B2D; }

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

This text font color is #775B2D.

Background Color

.myBgColor { background-color: #775B2D; }

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

This div background color is #775B2D.

Border color

.myBorderColor { border: 1px solid #775B2D; }

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

This div border color is #775B2D.

Opacity

.myOpacity80 { color: #775B2D; opacity: 0.8; }

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

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

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

This text has shadow with #775B2D color.


.textShadow {text-shadow: 3px 3px 1px #775B2D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #775B2D; -webkit-box-shadow: 1px 1px 3px 2px #775B2D; box-shadow:1px 1px 3px 2px #775B2D;">
Div content here
</div>

This div box has shadow with color #775B2D.

Preview

Color preview on black background

This text has color #775B2D on black background.


Color preview on white background

This text has color #775B2D on white background.


Black color preview on #775B2D background

This text has black color on #775B2D background.


White color preview on #775B2D background

This text has white color on #775B2D background.


Related colors

Complementary color

Complementary color for #hex is #88A4D2.


I love getcolorcode.com

Triadic colors

1 #2D775B and #5B2D77 with #775B2D are triadic colors.

2 #2D5B77 and #5B772D with #775B2D are triadic colors.