COLOR #77484B

HEX: #77484B
RGB: (119,72,75)

Color info

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

RGB color model

#77484B color RGB value is (119,72,75).

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

RGB channels and saturation

R 119 of 255 = 47%
G 72 of 255 = 28%
B 75 of 255 = 29%

119
72
75

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

Portions of RGB colors in percentages

R + G + B =
119 + 72 + 75 = 266 (100%)
R 119 of 266 ~ 44.74%
G 72 of 266 ~ 27.07%
B 75 of 266 ~ 28.2%

%44.74
%27.07
%28.2

CMYK color model

#77484B color CMYK value is (0,39,37,53).

  • cyan value is 0.00%
  • magenta value is 39.50%
  • yellow value is 36.97%
  • key color value is 53.33%
CMYK:
(0,39,37,53)
C0M39Y37K53 
(0%,39%,37%,53%)
(0.00/0.39/0.37/0.53)	

CMYK percentages

%0
%39.5
%36.97
%53.33

Codes

Color #77484B in popluar color models

77484B
RGB1197275
HSL356°24.61%37.45%
HSB/HSV356°39.50%46.67%
CMYK0.00%39.50%36.97%
53.33%

Color #77484B in popluar number systems.

HEX77484B
Decimal1197275
Binary111011110010001001011
Octal167110113

Shades and tints

Shades of #77484B

#77484B
(119,72,75)
#6D4245
(109,66,69)
#633C3F
(99,60,63)
#593639
(89,54,57)
#4F3033
(79,48,51)
#452A2D
(69,42,45)
#3B2427
(59,36,39)
#311E21
(49,30,33)
#27181B
(39,24,27)
#1D1215
(29,18,21)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #77484B

#77484B
(119,72,75)
#83585B
(131,88,91)
#8F686B
(143,104,107)
#9B787B
(155,120,123)
#A7888B
(167,136,139)
#B3989B
(179,152,155)
#BFA8AB
(191,168,171)
#CBB8BB
(203,184,187)
#D7C8CB
(215,200,203)
#E3D8DB
(227,216,219)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77484B; }

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

This text font color is #77484B.


Background Color

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

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

This div background color is #77484B.


Border color

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

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

This div border color is #77484B.


Opacity

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

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

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

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

This text has shadow with #77484B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77484B on black background.


Color preview on white background

This text has color #77484B on white background.



Black color preview on #77484B background

This text has black color on #77484B background.


White color preview on #77484B background

This text has white color on #77484B background.