COLOR #796663

HEX: #796663
RGB: (121,102,99)

Color info

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

RGB color model

#796663 color RGB value is (121,102,99).

  • red value is 121;
  • green value is 102;
  • blue value is 99.
RGB:
(121,102,99)
(47%,40%,39%)

RGB channels and saturation

R 121 of 255 = 47%
G 102 of 255 = 40%
B 99 of 255 = 39%

121
102
99

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

Portions of RGB colors in percentages

R + G + B =
121 + 102 + 99 = 322 (100%)
R 121 of 322 ~ 37.58%
G 102 of 322 ~ 31.68%
B 99 of 322 ~ 30.75%

%37.58
%31.68
%30.75

CMYK color model

#796663 color CMYK value is (0,16,18,53).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(0,16,18,53)
C0M16Y18K53 
(0%,16%,18%,53%)
(0.00/0.16/0.18/0.53)	

CMYK percentages

%0
%15.7
%18.18
%52.55

Codes

Color #796663 in popluar color models

796663
RGB12110299
HSL10.00%43.14%
HSB/HSV18.18%47.45%
CMYK0.00%15.70%18.18%
52.55%

Color #796663 in popluar number systems.

HEX796663
Decimal12110299
Binary111100111001101100011
Octal171146143

Shades and tints

Shades of #796663

#796663
(121,102,99)
#6E5D5A
(110,93,90)
#635451
(99,84,81)
#584B48
(88,75,72)
#4D423F
(77,66,63)
#423936
(66,57,54)
#37302D
(55,48,45)
#2C2724
(44,39,36)
#211E1B
(33,30,27)
#161512
(22,21,18)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #796663

#796663
(121,102,99)
#857371
(133,115,113)
#91807F
(145,128,127)
#9D8D8D
(157,141,141)
#A99A9B
(169,154,155)
#B5A7A9
(181,167,169)
#C1B4B7
(193,180,183)
#CDC1C5
(205,193,197)
#D9CED3
(217,206,211)
#E5DBE1
(229,219,225)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796663 color. Also use rgb(121,102,99) instead hex code.

Text Font Color

.myTextColor { color: #796663; }

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

This text font color is #796663.


Background Color

.myBgColor { background-color: #796663; }

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

This div background color is #796663.


Border color

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

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

This div border color is #796663.


Opacity

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

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

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

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

This text has shadow with #796663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796663 on black background.


Color preview on white background

This text has color #796663 on white background.



Black color preview on #796663 background

This text has black color on #796663 background.


White color preview on #796663 background

This text has white color on #796663 background.