COLOR #774619

HEX: #774619
RGB: (119,70,25)

Color info

#774619 contains mainly red and green colors. Web safe color of #774619 is #663300 (or #630).

RGB color model

#774619 color RGB value is (119,70,25).

  • red value is 119;
  • green value is 70;
  • blue value is 25.
RGB:
(119,70,25)
(47%,27%,10%)

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 25 of 255 = 10%

119
70
25

R + G + B ~ 28%. #774619 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 25 = 214 (100%)
R 119 of 214 ~ 55.61%
G 70 of 214 ~ 32.71%
B 25 of 214 ~ 11.68%

%55.61
%32.71
%11.68

CMYK color model

#774619 color CMYK value is (0,41,79,53).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 78.99%
  • key color value is 53.33%
CMYK:
(0,41,79,53)
C0M41Y79K53 
(0%,41%,79%,53%)
(0.00/0.41/0.79/0.53)	

CMYK percentages

%0
%41.18
%78.99
%53.33

Codes

Color #774619 in popluar color models

774619
RGB1197025
HSL29°65.28%28.24%
HSB/HSV29°78.99%46.67%
CMYK0.00%41.18%78.99%
53.33%

Color #774619 in popluar number systems.

HEX774619
Decimal1197025
Binary1110111100011011001
Octal16710631

Shades and tints

Shades of #774619

#774619
(119,70,25)
#6D4017
(109,64,23)
#633A15
(99,58,21)
#593413
(89,52,19)
#4F2E11
(79,46,17)
#45280F
(69,40,15)
#3B220D
(59,34,13)
#311C0B
(49,28,11)
#271609
(39,22,9)
#1D1007
(29,16,7)
#130A05
(19,10,5)
#000000
(0,0,0)

Tints of #774619

#774619
(119,70,25)
#83562D
(131,86,45)
#8F6641
(143,102,65)
#9B7655
(155,118,85)
#A78669
(167,134,105)
#B3967D
(179,150,125)
#BFA691
(191,166,145)
#CBB6A5
(203,182,165)
#D7C6B9
(215,198,185)
#E3D6CD
(227,214,205)
#EFE6E1
(239,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #774619 color. Also use rgb(119,70,25) instead hex code.

Text Font Color

.myTextColor { color: #774619; }

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

This text font color is #774619.


Background Color

.myBgColor { background-color: #774619; }

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

This div background color is #774619.


Border color

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

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

This div border color is #774619.


Opacity

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

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

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

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

This text has shadow with #774619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774619 on black background.


Color preview on white background

This text has color #774619 on white background.



Black color preview on #774619 background

This text has black color on #774619 background.


White color preview on #774619 background

This text has white color on #774619 background.