COLOR #796675

HEX: #796675
RGB: (121,102,117)

Color info

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

RGB color model

#796675 color RGB value is (121,102,117).

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

RGB channels and saturation

R 121 of 255 = 47%
G 102 of 255 = 40%
B 117 of 255 = 46%

121
102
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 102 + 117 = 340 (100%)
R 121 of 340 ~ 35.59%
G 102 of 340 ~ 30%
B 117 of 340 ~ 34.41%

%35.59
%30
%34.41

CMYK color model

#796675 color CMYK value is (0,16,3,53).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(0,16,3,53)
C0M16Y3K53 
(0%,16%,3%,53%)
(0.00/0.16/0.03/0.53)	

CMYK percentages

%0
%15.7
%3.31
%52.55

Codes

Color #796675 in popluar color models

796675
RGB121102117
HSL313°8.52%43.73%
HSB/HSV313°15.70%47.45%
CMYK0.00%15.70%3.31%
52.55%

Color #796675 in popluar number systems.

HEX796675
Decimal121102117
Binary111100111001101110101
Octal171146165

Shades and tints

Shades of #796675

#796675
(121,102,117)
#6E5D6B
(110,93,107)
#635461
(99,84,97)
#584B57
(88,75,87)
#4D424D
(77,66,77)
#423943
(66,57,67)
#373039
(55,48,57)
#2C272F
(44,39,47)
#211E25
(33,30,37)
#16151B
(22,21,27)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #796675

#796675
(121,102,117)
#857381
(133,115,129)
#91808D
(145,128,141)
#9D8D99
(157,141,153)
#A99AA5
(169,154,165)
#B5A7B1
(181,167,177)
#C1B4BD
(193,180,189)
#CDC1C9
(205,193,201)
#D9CED5
(217,206,213)
#E5DBE1
(229,219,225)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796675; }

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

This text font color is #796675.


Background Color

.myBgColor { background-color: #796675; }

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

This div background color is #796675.


Border color

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

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

This div border color is #796675.


Opacity

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

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

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

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

This text has shadow with #796675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796675 on black background.


Color preview on white background

This text has color #796675 on white background.



Black color preview on #796675 background

This text has black color on #796675 background.


White color preview on #796675 background

This text has white color on #796675 background.