COLOR #77484F

HEX: #77484F
RGB: (119,72,79)

Color info

#77484F contains red, green and blue colors in about the same proportion. Web safe color of #77484F is #663366 (or #636).

RGB color model

#77484F color RGB value is (119,72,79).

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

RGB channels and saturation

R 119 of 255 = 47%
G 72 of 255 = 28%
B 79 of 255 = 31%

119
72
79

R + G + B ~ 35%. #77484F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 72 + 79 = 270 (100%)
R 119 of 270 ~ 44.07%
G 72 of 270 ~ 26.67%
B 79 of 270 ~ 29.26%

%44.07
%26.67
%29.26

CMYK color model

#77484F color CMYK value is (0,39,34,53).

  • cyan value is 0.00%
  • magenta value is 39.50%
  • yellow value is 33.61%
  • key color value is 53.33%
CMYK:
(0,39,34,53)
C0M39Y34K53 
(0%,39%,34%,53%)
(0.00/0.39/0.34/0.53)	

CMYK percentages

%0
%39.5
%33.61
%53.33

Codes

Color #77484F in popluar color models

77484F
RGB1197279
HSL351°24.61%37.45%
HSB/HSV351°39.50%46.67%
CMYK0.00%39.50%33.61%
53.33%

Color #77484F in popluar number systems.

HEX77484F
Decimal1197279
Binary111011110010001001111
Octal167110117

Shades and tints

Shades of #77484F

#77484F
(119,72,79)
#6D4248
(109,66,72)
#633C41
(99,60,65)
#59363A
(89,54,58)
#4F3033
(79,48,51)
#452A2C
(69,42,44)
#3B2425
(59,36,37)
#311E1E
(49,30,30)
#271817
(39,24,23)
#1D1210
(29,18,16)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #77484F

#77484F
(119,72,79)
#83585F
(131,88,95)
#8F686F
(143,104,111)
#9B787F
(155,120,127)
#A7888F
(167,136,143)
#B3989F
(179,152,159)
#BFA8AF
(191,168,175)
#CBB8BF
(203,184,191)
#D7C8CF
(215,200,207)
#E3D8DF
(227,216,223)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77484F; }

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

This text font color is #77484F.


Background Color

.myBgColor { background-color: #77484F; }

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

This div background color is #77484F.


Border color

.myBorderColor { border: 1px solid #77484F; }

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

This div border color is #77484F.


Opacity

.myOpacity80 { color: #77484F; opacity: 0.8; }

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

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

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

This text has shadow with #77484F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77484F on black background.


Color preview on white background

This text has color #77484F on white background.



Black color preview on #77484F background

This text has black color on #77484F background.


White color preview on #77484F background

This text has white color on #77484F background.