COLOR #774A1B

HEX: #774A1B RGB: (119,74,27)

Color info

#774A1B contains mainly red and green colors. Web safe color of #774A1B is #663333 (or #633).

RGB color model

#774A1B color RGB value is (119,74,27).

RGB: (119,74,27) (47%, 29%, 11%)

RGB channels and saturation

R 119 of 255 = 47%
G 74 of 255 = 29%
B 27 of 255 = 11%

119
74
27

R + G + B ~ 29%. #774A1B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 74 + 27 = 220 (100%)
R 119 of 220 ~ 54.09%
G 74 of 220 ~ 33.64%
B 27 of 220 ~ 12.27'%

%54.09
%33.64
%12.27

CMYK color model

#774A1B color CMYK value is (0,38,77,53).

  • cyan value is 0.00%
  • magenta value is 37.82%
  • yellow value is 77.31%
  • key color value is 53.33%

CMYK: (0,38,77,53)
C0M38Y77K53 (0%, 38%, 77%, 53%)
(0.00 / 0.38 / 0.77 / 0.53)

CMYK percentages

%0
%37.82
%77.31
%53.33

Codes

Color #774A1B in popluar color models

77 4A 1B
RGB 119 74 27
HSL 31° 63.01% 28.63%
HSB/HSV 31° 77.31% 46.67%
CMYK 0.00% 37.82% 77.31%
53.33%

Color #774A1B in popluar number systems.

HEX 77 4A 1B
Decimal 119 74 27
Binary 1110111 1001010 11011
Octal 167 112 33

Shades and tints

Shades of #774A1B

#774A1B
(119,74,27)
#6D4419
(109,68,25)
#633E17
(99,62,23)
#593815
(89,56,21)
#4F3213
(79,50,19)
#452C11
(69,44,17)
#3B260F
(59,38,15)
#31200D
(49,32,13)
#271A0B
(39,26,11)
#1D1409
(29,20,9)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #774A1B

#774A1B
(119,74,27)
#835A2F
(131,90,47)
#8F6A43
(143,106,67)
#9B7A57
(155,122,87)
#A78A6B
(167,138,107)
#B39A7F
(179,154,127)
#BFAA93
(191,170,147)
#CBBAA7
(203,186,167)
#D7CABB
(215,202,187)
#E3DACF
(227,218,207)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774A1B color. Also use rgb(119,74,27) instead hex code.

Text Font Color

.myTextColor { color: #774A1B; }

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

This text font color is #774A1B.

Background Color

.myBgColor { background-color: #774A1B; }

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

This div background color is #774A1B.

Border color

.myBorderColor { border: 1px solid #774A1B; }

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

This div border color is #774A1B.

Opacity

.myOpacity80 { color: #774A1B; opacity: 0.8; }

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

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

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

This text has shadow with #774A1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #774A1B.

Preview

Color preview on black background

This text has color #774A1B on black background.


Color preview on white background

This text has color #774A1B on white background.


Black color preview on #774A1B background

This text has black color on #774A1B background.


White color preview on #774A1B background

This text has white color on #774A1B background.


Related colors

Complementary color

Complementary color for #hex is #88B5E4.


I love getcolorcode.com

Triadic colors

1 #1B774A and #4A1B77 with #774A1B are triadic colors.

2 #1B4A77 and #4A771B with #774A1B are triadic colors.