COLOR #775E1E

HEX: #775E1E RGB: (119,94,30)

Color info

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

RGB color model

#775E1E color RGB value is (119,94,30).

RGB: (119,94,30) (47%, 37%, 12%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 30 of 255 = 12%

119
94
30

R + G + B ~ 32%. #775E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 94 + 30 = 243 (100%)
R 119 of 243 ~ 48.97%
G 94 of 243 ~ 38.68%
B 30 of 243 ~ 12.35'%

%48.97
%38.68
%12.35

CMYK color model

#775E1E color CMYK value is (0,21,75,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 74.79%
  • key color value is 53.33%

CMYK: (0,21,75,53)
C0M21Y75K53 (0%, 21%, 75%, 53%)
(0.00 / 0.21 / 0.75 / 0.53)

CMYK percentages

%0
%21.01
%74.79
%53.33

Codes

Color #775E1E in popluar color models

77 5E 1E
RGB 119 94 30
HSL 43° 59.73% 29.22%
HSB/HSV 43° 74.79% 46.67%
CMYK 0.00% 21.01% 74.79%
53.33%

Color #775E1E in popluar number systems.

HEX 77 5E 1E
Decimal 119 94 30
Binary 1110111 1011110 11110
Octal 167 136 36

Shades and tints

Shades of #775E1E

#775E1E
(119,94,30)
#6D561C
(109,86,28)
#634E1A
(99,78,26)
#594618
(89,70,24)
#4F3E16
(79,62,22)
#453614
(69,54,20)
#3B2E12
(59,46,18)
#312610
(49,38,16)
#271E0E
(39,30,14)
#1D160C
(29,22,12)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #775E1E

#775E1E
(119,94,30)
#836C32
(131,108,50)
#8F7A46
(143,122,70)
#9B885A
(155,136,90)
#A7966E
(167,150,110)
#B3A482
(179,164,130)
#BFB296
(191,178,150)
#CBC0AA
(203,192,170)
#D7CEBE
(215,206,190)
#E3DCD2
(227,220,210)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775E1E color. Also use rgb(119,94,30) instead hex code.

Text Font Color

.myTextColor { color: #775E1E; }

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

This text font color is #775E1E.

Background Color

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

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

This div background color is #775E1E.

Border color

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

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

This div border color is #775E1E.

Opacity

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

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

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

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

This text has shadow with #775E1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #775E1E.

Preview

Color preview on black background

This text has color #775E1E on black background.


Color preview on white background

This text has color #775E1E on white background.


Black color preview on #775E1E background

This text has black color on #775E1E background.


White color preview on #775E1E background

This text has white color on #775E1E background.


Related colors

Complementary color

Complementary color for #hex is #88A1E1.


I love getcolorcode.com

Triadic colors

1 #1E775E and #5E1E77 with #775E1E are triadic colors.

2 #1E5E77 and #5E771E with #775E1E are triadic colors.