COLOR #774648

HEX: #774648
RGB: (119,70,72)

Color info

#774648 contains red, green and blue colors in about the same proportion. Web safe color of #774648 is #663333 (or #633).

RGB color model

#774648 color RGB value is (119,70,72).

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

RGB channels and saturation

R 119 of 255 = 47%
G 70 of 255 = 27%
B 72 of 255 = 28%

119
70
72

R + G + B ~ 34%. #774648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 70 + 72 = 261 (100%)
R 119 of 261 ~ 45.59%
G 70 of 261 ~ 26.82%
B 72 of 261 ~ 27.59%

%45.59
%26.82
%27.59

CMYK color model

#774648 color CMYK value is (0,41,39,53).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 39.50%
  • key color value is 53.33%
CMYK:
(0,41,39,53)
C0M41Y39K53 
(0%,41%,39%,53%)
(0.00/0.41/0.39/0.53)	

CMYK percentages

%0
%41.18
%39.5
%53.33

Codes

Color #774648 in popluar color models

774648
RGB1197072
HSL358°25.93%37.06%
HSB/HSV358°41.18%46.67%
CMYK0.00%41.18%39.50%
53.33%

Color #774648 in popluar number systems.

HEX774648
Decimal1197072
Binary111011110001101001000
Octal167106110

Shades and tints

Shades of #774648

#774648
(119,70,72)
#6D4042
(109,64,66)
#633A3C
(99,58,60)
#593436
(89,52,54)
#4F2E30
(79,46,48)
#45282A
(69,40,42)
#3B2224
(59,34,36)
#311C1E
(49,28,30)
#271618
(39,22,24)
#1D1012
(29,16,18)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #774648

#774648
(119,70,72)
#835658
(131,86,88)
#8F6668
(143,102,104)
#9B7678
(155,118,120)
#A78688
(167,134,136)
#B39698
(179,150,152)
#BFA6A8
(191,166,168)
#CBB6B8
(203,182,184)
#D7C6C8
(215,198,200)
#E3D6D8
(227,214,216)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774648; }

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

This text font color is #774648.


Background Color

.myBgColor { background-color: #774648; }

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

This div background color is #774648.


Border color

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

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

This div border color is #774648.


Opacity

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

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

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

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

This text has shadow with #774648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774648 on black background.


Color preview on white background

This text has color #774648 on white background.



Black color preview on #774648 background

This text has black color on #774648 background.


White color preview on #774648 background

This text has white color on #774648 background.