COLOR #774B2C

HEX: #774B2C
RGB: (119,75,44)

Color info

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

RGB color model

#774B2C color RGB value is (119,75,44).

  • red value is 119;
  • green value is 75;
  • blue value is 44.
RGB:
(119,75,44)
(47%,29%,17%)

RGB channels and saturation

R 119 of 255 = 47%
G 75 of 255 = 29%
B 44 of 255 = 17%

119
75
44

R + G + B ~ 31%. #774B2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 75 + 44 = 238 (100%)
R 119 of 238 ~ 50%
G 75 of 238 ~ 31.51%
B 44 of 238 ~ 18.49%

%50
%31.51
%18.49

CMYK color model

#774B2C color CMYK value is (0,37,63,53).

  • cyan value is 0.00%
  • magenta value is 36.97%
  • yellow value is 63.03%
  • key color value is 53.33%
CMYK:
(0,37,63,53)
C0M37Y63K53 
(0%,37%,63%,53%)
(0.00/0.37/0.63/0.53)	

CMYK percentages

%0
%36.97
%63.03
%53.33

Codes

Color #774B2C in popluar color models

774B2C
RGB1197544
HSL25°46.01%31.96%
HSB/HSV25°63.03%46.67%
CMYK0.00%36.97%63.03%
53.33%

Color #774B2C in popluar number systems.

HEX774B2C
Decimal1197544
Binary11101111001011101100
Octal16711354

Shades and tints

Shades of #774B2C

#774B2C
(119,75,44)
#6D4528
(109,69,40)
#633F24
(99,63,36)
#593920
(89,57,32)
#4F331C
(79,51,28)
#452D18
(69,45,24)
#3B2714
(59,39,20)
#312110
(49,33,16)
#271B0C
(39,27,12)
#1D1508
(29,21,8)
#130F04
(19,15,4)
#000000
(0,0,0)

Tints of #774B2C

#774B2C
(119,75,44)
#835B3F
(131,91,63)
#8F6B52
(143,107,82)
#9B7B65
(155,123,101)
#A78B78
(167,139,120)
#B39B8B
(179,155,139)
#BFAB9E
(191,171,158)
#CBBBB1
(203,187,177)
#D7CBC4
(215,203,196)
#E3DBD7
(227,219,215)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774B2C color. Also use rgb(119,75,44) instead hex code.

Text Font Color

.myTextColor { color: #774B2C; }

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

This text font color is #774B2C.


Background Color

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

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

This div background color is #774B2C.


Border color

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

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

This div border color is #774B2C.


Opacity

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

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

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

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

This text has shadow with #774B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774B2C on black background.


Color preview on white background

This text has color #774B2C on white background.



Black color preview on #774B2C background

This text has black color on #774B2C background.


White color preview on #774B2C background

This text has white color on #774B2C background.