COLOR #774C4C

HEX: #774C4C
RGB: (119,76,76)

Color info

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

RGB color model

#774C4C color RGB value is (119,76,76).

  • red value is 119;
  • green value is 76;
  • blue value is 76.
RGB:
(119,76,76)
(47%,30%,30%)

RGB channels and saturation

R 119 of 255 = 47%
G 76 of 255 = 30%
B 76 of 255 = 30%

119
76
76

R + G + B ~ 36%. #774C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 76 + 76 = 271 (100%)
R 119 of 271 ~ 43.91%
G 76 of 271 ~ 28.04%
B 76 of 271 ~ 28.04%

%43.91
%28.04
%28.04

CMYK color model

#774C4C color CMYK value is (0,36,36,53).

  • cyan value is 0.00%
  • magenta value is 36.13%
  • yellow value is 36.13%
  • key color value is 53.33%
CMYK:
(0,36,36,53)
C0M36Y36K53 
(0%,36%,36%,53%)
(0.00/0.36/0.36/0.53)	

CMYK percentages

%0
%36.13
%36.13
%53.33

Codes

Color #774C4C in popluar color models

774C4C
RGB1197676
HSL22.05%38.24%
HSB/HSV36.13%46.67%
CMYK0.00%36.13%36.13%
53.33%

Color #774C4C in popluar number systems.

HEX774C4C
Decimal1197676
Binary111011110011001001100
Octal167114114

Shades and tints

Shades of #774C4C

#774C4C
(119,76,76)
#6D4646
(109,70,70)
#634040
(99,64,64)
#593A3A
(89,58,58)
#4F3434
(79,52,52)
#452E2E
(69,46,46)
#3B2828
(59,40,40)
#312222
(49,34,34)
#271C1C
(39,28,28)
#1D1616
(29,22,22)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #774C4C

#774C4C
(119,76,76)
#835C5C
(131,92,92)
#8F6C6C
(143,108,108)
#9B7C7C
(155,124,124)
#A78C8C
(167,140,140)
#B39C9C
(179,156,156)
#BFACAC
(191,172,172)
#CBBCBC
(203,188,188)
#D7CCCC
(215,204,204)
#E3DCDC
(227,220,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #774C4C; }

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

This text font color is #774C4C.


Background Color

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

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

This div background color is #774C4C.


Border color

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

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

This div border color is #774C4C.


Opacity

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

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

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

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

This text has shadow with #774C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #774C4C on black background.


Color preview on white background

This text has color #774C4C on white background.



Black color preview on #774C4C background

This text has black color on #774C4C background.


White color preview on #774C4C background

This text has white color on #774C4C background.