COLOR #774337

HEX: #774337
RGB: (119,67,55)

Color info

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

RGB color model

#774337 color RGB value is (119,67,55).

  • red value is 119;
  • green value is 67;
  • blue value is 55.
RGB:
(119,67,55)
(47%,26%,22%)

RGB channels and saturation

R 119 of 255 = 47%
G 67 of 255 = 26%
B 55 of 255 = 22%

119
67
55

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

Portions of RGB colors in percentages

R + G + B =
119 + 67 + 55 = 241 (100%)
R 119 of 241 ~ 49.38%
G 67 of 241 ~ 27.8%
B 55 of 241 ~ 22.82%

%49.38
%27.8
%22.82

CMYK color model

#774337 color CMYK value is (0,44,54,53).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 53.78%
  • key color value is 53.33%
CMYK:
(0,44,54,53)
C0M44Y54K53 
(0%,44%,54%,53%)
(0.00/0.44/0.54/0.53)	

CMYK percentages

%0
%43.7
%53.78
%53.33

Codes

Color #774337 in popluar color models

774337
RGB1196755
HSL11°36.78%34.12%
HSB/HSV11°53.78%46.67%
CMYK0.00%43.70%53.78%
53.33%

Color #774337 in popluar number systems.

HEX774337
Decimal1196755
Binary11101111000011110111
Octal16710367

Shades and tints

Shades of #774337

#774337
(119,67,55)
#6D3D32
(109,61,50)
#63372D
(99,55,45)
#593128
(89,49,40)
#4F2B23
(79,43,35)
#45251E
(69,37,30)
#3B1F19
(59,31,25)
#311914
(49,25,20)
#27130F
(39,19,15)
#1D0D0A
(29,13,10)
#130705
(19,7,5)
#000000
(0,0,0)

Tints of #774337

#774337
(119,67,55)
#835449
(131,84,73)
#8F655B
(143,101,91)
#9B766D
(155,118,109)
#A7877F
(167,135,127)
#B39891
(179,152,145)
#BFA9A3
(191,169,163)
#CBBAB5
(203,186,181)
#D7CBC7
(215,203,199)
#E3DCD9
(227,220,217)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774337 color. Also use rgb(119,67,55) instead hex code.

Text Font Color

.myTextColor { color: #774337; }

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

This text font color is #774337.


Background Color

.myBgColor { background-color: #774337; }

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

This div background color is #774337.


Border color

.myBorderColor { border: 1px solid #774337; }

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

This div border color is #774337.


Opacity

.myOpacity80 { color: #774337; opacity: 0.8; }

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

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

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

This text has shadow with #774337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774337 on black background.


Color preview on white background

This text has color #774337 on white background.



Black color preview on #774337 background

This text has black color on #774337 background.


White color preview on #774337 background

This text has white color on #774337 background.