COLOR #796469

HEX: #796469
RGB: (121,100,105)

Color info

#796469 contains red, green and blue colors in about the same proportion. Web safe color of #796469 is #666666 (or #666).

RGB color model

#796469 color RGB value is (121,100,105).

  • red value is 121;
  • green value is 100;
  • blue value is 105.
RGB:
(121,100,105)
(47%,39%,41%)

RGB channels and saturation

R 121 of 255 = 47%
G 100 of 255 = 39%
B 105 of 255 = 41%

121
100
105

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

Portions of RGB colors in percentages

R + G + B =
121 + 100 + 105 = 326 (100%)
R 121 of 326 ~ 37.12%
G 100 of 326 ~ 30.67%
B 105 of 326 ~ 32.21%

%37.12
%30.67
%32.21

CMYK color model

#796469 color CMYK value is (0,17,13,53).

  • cyan value is 0.00%
  • magenta value is 17.36%
  • yellow value is 13.22%
  • key color value is 52.55%
CMYK:
(0,17,13,53)
C0M17Y13K53 
(0%,17%,13%,53%)
(0.00/0.17/0.13/0.53)	

CMYK percentages

%0
%17.36
%13.22
%52.55

Codes

Color #796469 in popluar color models

796469
RGB121100105
HSL346°9.50%43.33%
HSB/HSV346°17.36%47.45%
CMYK0.00%17.36%13.22%
52.55%

Color #796469 in popluar number systems.

HEX796469
Decimal121100105
Binary111100111001001101001
Octal171144151

Shades and tints

Shades of #796469

#796469
(121,100,105)
#6E5B60
(110,91,96)
#635257
(99,82,87)
#58494E
(88,73,78)
#4D4045
(77,64,69)
#42373C
(66,55,60)
#372E33
(55,46,51)
#2C252A
(44,37,42)
#211C21
(33,28,33)
#161318
(22,19,24)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #796469

#796469
(121,100,105)
#857276
(133,114,118)
#918083
(145,128,131)
#9D8E90
(157,142,144)
#A99C9D
(169,156,157)
#B5AAAA
(181,170,170)
#C1B8B7
(193,184,183)
#CDC6C4
(205,198,196)
#D9D4D1
(217,212,209)
#E5E2DE
(229,226,222)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796469 color. Also use rgb(121,100,105) instead hex code.

Text Font Color

.myTextColor { color: #796469; }

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

This text font color is #796469.


Background Color

.myBgColor { background-color: #796469; }

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

This div background color is #796469.


Border color

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

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

This div border color is #796469.


Opacity

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

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

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

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

This text has shadow with #796469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796469 on black background.


Color preview on white background

This text has color #796469 on white background.



Black color preview on #796469 background

This text has black color on #796469 background.


White color preview on #796469 background

This text has white color on #796469 background.