COLOR #816764

HEX: #816764
RGB: (129,103,100)

Color info

#816764 contains red, green and blue colors in about the same proportion. Web safe color of #816764 is #996666 (or #966).

RGB color model

#816764 color RGB value is (129,103,100).

  • red value is 129;
  • green value is 103;
  • blue value is 100.
RGB:
(129,103,100)
(51%,40%,39%)

RGB channels and saturation

R 129 of 255 = 51%
G 103 of 255 = 40%
B 100 of 255 = 39%

129
103
100

R + G + B ~ 43%. #816764 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 103 + 100 = 332 (100%)
R 129 of 332 ~ 38.86%
G 103 of 332 ~ 31.02%
B 100 of 332 ~ 30.12%

%38.86
%31.02
%30.12

CMYK color model

#816764 color CMYK value is (0,20,22,49).

  • cyan value is 0.00%
  • magenta value is 20.16%
  • yellow value is 22.48%
  • key color value is 49.41%
CMYK:
(0,20,22,49)
C0M20Y22K49 
(0%,20%,22%,49%)
(0.00/0.20/0.22/0.49)	

CMYK percentages

%0
%20.16
%22.48
%49.41

Codes

Color #816764 in popluar color models

816764
RGB129103100
HSL12.66%44.90%
HSB/HSV22.48%50.59%
CMYK0.00%20.16%22.48%
49.41%

Color #816764 in popluar number systems.

HEX816764
Decimal129103100
Binary1000000111001111100100
Octal201147144

Shades and tints

Shades of #816764

#816764
(129,103,100)
#765E5B
(118,94,91)
#6B5552
(107,85,82)
#604C49
(96,76,73)
#554340
(85,67,64)
#4A3A37
(74,58,55)
#3F312E
(63,49,46)
#342825
(52,40,37)
#291F1C
(41,31,28)
#1E1613
(30,22,19)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #816764

#816764
(129,103,100)
#8C7472
(140,116,114)
#978180
(151,129,128)
#A28E8E
(162,142,142)
#AD9B9C
(173,155,156)
#B8A8AA
(184,168,170)
#C3B5B8
(195,181,184)
#CEC2C6
(206,194,198)
#D9CFD4
(217,207,212)
#E4DCE2
(228,220,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #816764 color. Also use rgb(129,103,100) instead hex code.

Text Font Color

.myTextColor { color: #816764; }

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

This text font color is #816764.


Background Color

.myBgColor { background-color: #816764; }

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

This div background color is #816764.


Border color

.myBorderColor { border: 1px solid #816764; }

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

This div border color is #816764.


Opacity

.myOpacity80 { color: #816764; opacity: 0.8; }

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

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

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

This text has shadow with #816764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #816764 on black background.


Color preview on white background

This text has color #816764 on white background.



Black color preview on #816764 background

This text has black color on #816764 background.


White color preview on #816764 background

This text has white color on #816764 background.