COLOR #77434D

HEX: #77434D
RGB: (119,67,77)

Color info

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

RGB color model

#77434D color RGB value is (119,67,77).

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

RGB channels and saturation

R 119 of 255 = 47%
G 67 of 255 = 26%
B 77 of 255 = 30%

119
67
77

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

Portions of RGB colors in percentages

R + G + B =
119 + 67 + 77 = 263 (100%)
R 119 of 263 ~ 45.25%
G 67 of 263 ~ 25.48%
B 77 of 263 ~ 29.28%

%45.25
%25.48
%29.28

CMYK color model

#77434D color CMYK value is (0,44,35,53).

  • cyan value is 0.00%
  • magenta value is 43.70%
  • yellow value is 35.29%
  • key color value is 53.33%
CMYK:
(0,44,35,53)
C0M44Y35K53 
(0%,44%,35%,53%)
(0.00/0.44/0.35/0.53)	

CMYK percentages

%0
%43.7
%35.29
%53.33

Codes

Color #77434D in popluar color models

77434D
RGB1196777
HSL348°27.96%36.47%
HSB/HSV348°43.70%46.67%
CMYK0.00%43.70%35.29%
53.33%

Color #77434D in popluar number systems.

HEX77434D
Decimal1196777
Binary111011110000111001101
Octal167103115

Shades and tints

Shades of #77434D

#77434D
(119,67,77)
#6D3D46
(109,61,70)
#63373F
(99,55,63)
#593138
(89,49,56)
#4F2B31
(79,43,49)
#45252A
(69,37,42)
#3B1F23
(59,31,35)
#31191C
(49,25,28)
#271315
(39,19,21)
#1D0D0E
(29,13,14)
#130707
(19,7,7)
#000000
(0,0,0)

Tints of #77434D

#77434D
(119,67,77)
#83545D
(131,84,93)
#8F656D
(143,101,109)
#9B767D
(155,118,125)
#A7878D
(167,135,141)
#B3989D
(179,152,157)
#BFA9AD
(191,169,173)
#CBBABD
(203,186,189)
#D7CBCD
(215,203,205)
#E3DCDD
(227,220,221)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77434D color. Also use rgb(119,67,77) instead hex code.

Text Font Color

.myTextColor { color: #77434D; }

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

This text font color is #77434D.


Background Color

.myBgColor { background-color: #77434D; }

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

This div background color is #77434D.


Border color

.myBorderColor { border: 1px solid #77434D; }

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

This div border color is #77434D.


Opacity

.myOpacity80 { color: #77434D; opacity: 0.8; }

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

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

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

This text has shadow with #77434D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77434D on black background.


Color preview on white background

This text has color #77434D on white background.



Black color preview on #77434D background

This text has black color on #77434D background.


White color preview on #77434D background

This text has white color on #77434D background.