COLOR #77514D

HEX: #77514D
RGB: (119,81,77)

Color info

#77514D contains red, green and blue colors in about the same proportion. Web safe color of #77514D is #666633 (or #663).

RGB color model

#77514D color RGB value is (119,81,77).

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

RGB channels and saturation

R 119 of 255 = 47%
G 81 of 255 = 32%
B 77 of 255 = 30%

119
81
77

R + G + B ~ 36%. #77514D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 81 + 77 = 277 (100%)
R 119 of 277 ~ 42.96%
G 81 of 277 ~ 29.24%
B 77 of 277 ~ 27.8%

%42.96
%29.24
%27.8

CMYK color model

#77514D color CMYK value is (0,32,35,53).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 35.29%
  • key color value is 53.33%
CMYK:
(0,32,35,53)
C0M32Y35K53 
(0%,32%,35%,53%)
(0.00/0.32/0.35/0.53)	

CMYK percentages

%0
%31.93
%35.29
%53.33

Codes

Color #77514D in popluar color models

77514D
RGB1198177
HSL21.43%38.43%
HSB/HSV35.29%46.67%
CMYK0.00%31.93%35.29%
53.33%

Color #77514D in popluar number systems.

HEX77514D
Decimal1198177
Binary111011110100011001101
Octal167121115

Shades and tints

Shades of #77514D

#77514D
(119,81,77)
#6D4A46
(109,74,70)
#63433F
(99,67,63)
#593C38
(89,60,56)
#4F3531
(79,53,49)
#452E2A
(69,46,42)
#3B2723
(59,39,35)
#31201C
(49,32,28)
#271915
(39,25,21)
#1D120E
(29,18,14)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #77514D

#77514D
(119,81,77)
#83605D
(131,96,93)
#8F6F6D
(143,111,109)
#9B7E7D
(155,126,125)
#A78D8D
(167,141,141)
#B39C9D
(179,156,157)
#BFABAD
(191,171,173)
#CBBABD
(203,186,189)
#D7C9CD
(215,201,205)
#E3D8DD
(227,216,221)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77514D; }

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

This text font color is #77514D.


Background Color

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

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

This div background color is #77514D.


Border color

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

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

This div border color is #77514D.


Opacity

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

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

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

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

This text has shadow with #77514D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77514D on black background.


Color preview on white background

This text has color #77514D on white background.



Black color preview on #77514D background

This text has black color on #77514D background.


White color preview on #77514D background

This text has white color on #77514D background.