COLOR #796F81

HEX: #796F81
RGB: (121,111,129)

Color info

#796F81 contains red, green and blue colors in about the same proportion. Web safe color of #796F81 is #666699 (or #669).

RGB color model

#796F81 color RGB value is (121,111,129).

  • red value is 121;
  • green value is 111;
  • blue value is 129.
RGB:
(121,111,129)
(47%,44%,51%)

RGB channels and saturation

R 121 of 255 = 47%
G 111 of 255 = 44%
B 129 of 255 = 51%

121
111
129

R + G + B ~ 47%. #796F81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 111 + 129 = 361 (100%)
R 121 of 361 ~ 33.52%
G 111 of 361 ~ 30.75%
B 129 of 361 ~ 35.73%

%33.52
%30.75
%35.73

CMYK color model

#796F81 color CMYK value is (6,14,0,49).

  • cyan value is 6.20%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(6,14,0,49)
C6M14Y0K49 
(6%,14%,0%,49%)
(0.06/0.14/0.00/0.49)	

CMYK percentages

%6.2
%13.95
%0
%49.41

Codes

Color #796F81 in popluar color models

796F81
RGB121111129
HSL273°7.50%47.06%
HSB/HSV273°13.95%50.59%
CMYK6.20%13.95%0.00%
49.41%

Color #796F81 in popluar number systems.

HEX796F81
Decimal121111129
Binary1111001110111110000001
Octal171157201

Shades and tints

Shades of #796F81

#796F81
(121,111,129)
#6E6576
(110,101,118)
#635B6B
(99,91,107)
#585160
(88,81,96)
#4D4755
(77,71,85)
#423D4A
(66,61,74)
#37333F
(55,51,63)
#2C2934
(44,41,52)
#211F29
(33,31,41)
#16151E
(22,21,30)
#0B0B13
(11,11,19)
#000000
(0,0,0)

Tints of #796F81

#796F81
(121,111,129)
#857C8C
(133,124,140)
#918997
(145,137,151)
#9D96A2
(157,150,162)
#A9A3AD
(169,163,173)
#B5B0B8
(181,176,184)
#C1BDC3
(193,189,195)
#CDCACE
(205,202,206)
#D9D7D9
(217,215,217)
#E5E4E4
(229,228,228)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796F81 color. Also use rgb(121,111,129) instead hex code.

Text Font Color

.myTextColor { color: #796F81; }

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

This text font color is #796F81.


Background Color

.myBgColor { background-color: #796F81; }

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

This div background color is #796F81.


Border color

.myBorderColor { border: 1px solid #796F81; }

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

This div border color is #796F81.


Opacity

.myOpacity80 { color: #796F81; opacity: 0.8; }

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

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

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

This text has shadow with #796F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796F81 on black background.


Color preview on white background

This text has color #796F81 on white background.



Black color preview on #796F81 background

This text has black color on #796F81 background.


White color preview on #796F81 background

This text has white color on #796F81 background.