COLOR #775D4B

HEX: #775D4B RGB: (119,93,75)

Color info

#775D4B contains red, green and blue colors in about the same proportion. Web safe color of #775D4B is #666633 (or #663).

RGB color model

#775D4B color RGB value is (119,93,75).

RGB: (119,93,75) (47%, 36%, 29%)

RGB channels and saturation

R 119 of 255 = 47%
G 93 of 255 = 36%
B 75 of 255 = 29%

119
93
75

R + G + B ~ 37%. #775D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 93 + 75 = 287 (100%)
R 119 of 287 ~ 41.46%
G 93 of 287 ~ 32.4%
B 75 of 287 ~ 26.13'%

%41.46
%32.4
%26.13

CMYK color model

#775D4B color CMYK value is (0,22,37,53).

  • cyan value is 0.00%
  • magenta value is 21.85%
  • yellow value is 36.97%
  • key color value is 53.33%

CMYK: (0,22,37,53)
C0M22Y37K53 (0%, 22%, 37%, 53%)
(0.00 / 0.22 / 0.37 / 0.53)

CMYK percentages

%0
%21.85
%36.97
%53.33

Codes

Color #775D4B in popluar color models

77 5D 4B
RGB 119 93 75
HSL 25° 22.68% 38.04%
HSB/HSV 25° 36.97% 46.67%
CMYK 0.00% 21.85% 36.97%
53.33%

Color #775D4B in popluar number systems.

HEX 77 5D 4B
Decimal 119 93 75
Binary 1110111 1011101 1001011
Octal 167 135 113

Shades and tints

Shades of #775D4B

#775D4B
(119,93,75)
#6D5545
(109,85,69)
#634D3F
(99,77,63)
#594539
(89,69,57)
#4F3D33
(79,61,51)
#45352D
(69,53,45)
#3B2D27
(59,45,39)
#312521
(49,37,33)
#271D1B
(39,29,27)
#1D1515
(29,21,21)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #775D4B

#775D4B
(119,93,75)
#836B5B
(131,107,91)
#8F796B
(143,121,107)
#9B877B
(155,135,123)
#A7958B
(167,149,139)
#B3A39B
(179,163,155)
#BFB1AB
(191,177,171)
#CBBFBB
(203,191,187)
#D7CDCB
(215,205,203)
#E3DBDB
(227,219,219)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775D4B color. Also use rgb(119,93,75) instead hex code.

Text Font Color

.myTextColor { color: #775D4B; }

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

This text font color is #775D4B.

Background Color

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

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

This div background color is #775D4B.

Border color

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

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

This div border color is #775D4B.

Opacity

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

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

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

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

This text has shadow with #775D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775D4B.

Preview

Color preview on black background

This text has color #775D4B on black background.


Color preview on white background

This text has color #775D4B on white background.


Black color preview on #775D4B background

This text has black color on #775D4B background.


White color preview on #775D4B background

This text has white color on #775D4B background.


Related colors

Complementary color

Complementary color for #hex is #88A2B4.


I love getcolorcode.com

Triadic colors

1 #4B775D and #5D4B77 with #775D4B are triadic colors.

2 #4B5D77 and #5D774B with #775D4B are triadic colors.