COLOR #775A33

HEX: #775A33 RGB: (119,90,51)

Color info

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

RGB color model

#775A33 color RGB value is (119,90,51).

RGB: (119,90,51) (47%, 35%, 20%)

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 51 of 255 = 20%

119
90
51

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

Portions of RGB colors in percentages

R + G + B = 119 + 90 + 51 = 260 (100%)
R 119 of 260 ~ 45.77%
G 90 of 260 ~ 34.62%
B 51 of 260 ~ 19.62'%

%45.77
%34.62
%19.62

CMYK color model

#775A33 color CMYK value is (0,24,57,53).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 57.14%
  • key color value is 53.33%

CMYK: (0,24,57,53)
C0M24Y57K53 (0%, 24%, 57%, 53%)
(0.00 / 0.24 / 0.57 / 0.53)

CMYK percentages

%0
%24.37
%57.14
%53.33

Codes

Color #775A33 in popluar color models

77 5A 33
RGB 119 90 51
HSL 34° 40.00% 33.33%
HSB/HSV 34° 57.14% 46.67%
CMYK 0.00% 24.37% 57.14%
53.33%

Color #775A33 in popluar number systems.

HEX 77 5A 33
Decimal 119 90 51
Binary 1110111 1011010 110011
Octal 167 132 63

Shades and tints

Shades of #775A33

#775A33
(119,90,51)
#6D522F
(109,82,47)
#634A2B
(99,74,43)
#594227
(89,66,39)
#4F3A23
(79,58,35)
#45321F
(69,50,31)
#3B2A1B
(59,42,27)
#312217
(49,34,23)
#271A13
(39,26,19)
#1D120F
(29,18,15)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #775A33

#775A33
(119,90,51)
#836945
(131,105,69)
#8F7857
(143,120,87)
#9B8769
(155,135,105)
#A7967B
(167,150,123)
#B3A58D
(179,165,141)
#BFB49F
(191,180,159)
#CBC3B1
(203,195,177)
#D7D2C3
(215,210,195)
#E3E1D5
(227,225,213)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775A33 color. Also use rgb(119,90,51) instead hex code.

Text Font Color

.myTextColor { color: #775A33; }

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

This text font color is #775A33.

Background Color

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

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

This div background color is #775A33.

Border color

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

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

This div border color is #775A33.

Opacity

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

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

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

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

This text has shadow with #775A33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775A33.

Preview

Color preview on black background

This text has color #775A33 on black background.


Color preview on white background

This text has color #775A33 on white background.


Black color preview on #775A33 background

This text has black color on #775A33 background.


White color preview on #775A33 background

This text has white color on #775A33 background.


Related colors

Complementary color

Complementary color for #hex is #88A5CC.


I love getcolorcode.com

Triadic colors

1 #33775A and #5A3377 with #775A33 are triadic colors.

2 #335A77 and #5A7733 with #775A33 are triadic colors.