COLOR #796F87

HEX: #796F87 RGB: (121,111,135)

Color info

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

RGB color model

#796F87 color RGB value is (121,111,135).

RGB: (121,111,135) (47%, 44%, 53%)

RGB channels and saturation

R 121 of 255 = 47%
G 111 of 255 = 44%
B 135 of 255 = 53%

121
111
135

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

Portions of RGB colors in percentages

R + G + B = 121 + 111 + 135 = 367 (100%)
R 121 of 367 ~ 32.97%
G 111 of 367 ~ 30.25%
B 135 of 367 ~ 36.78'%

%32.97
%30.25
%36.78

CMYK color model

#796F87 color CMYK value is (10,18,0,47).

  • cyan value is 10.37%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (10,18,0,47)
C10M18Y0K47 (10%, 18%, 0%, 47%)
(0.10 / 0.18 / 0.00 / 0.47)

CMYK percentages

%10.37
%17.78
%0
%47.06

Codes

Color #796F87 in popluar color models

79 6F 87
RGB 121 111 135
HSL 265° 9.76% 48.24%
HSB/HSV 265° 17.78% 52.94%
CMYK 10.37% 17.78% 0.00%
47.06%

Color #796F87 in popluar number systems.

HEX 79 6F 87
Decimal 121 111 135
Binary 1111001 1101111 10000111
Octal 171 157 207

Shades and tints

Shades of #796F87

#796F87
(121,111,135)
#6E657B
(110,101,123)
#635B6F
(99,91,111)
#585163
(88,81,99)
#4D4757
(77,71,87)
#423D4B
(66,61,75)
#37333F
(55,51,63)
#2C2933
(44,41,51)
#211F27
(33,31,39)
#16151B
(22,21,27)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #796F87

#796F87
(121,111,135)
#857C91
(133,124,145)
#91899B
(145,137,155)
#9D96A5
(157,150,165)
#A9A3AF
(169,163,175)
#B5B0B9
(181,176,185)
#C1BDC3
(193,189,195)
#CDCACD
(205,202,205)
#D9D7D7
(217,215,215)
#E5E4E1
(229,228,225)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796F87; }

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

This text font color is #796F87.

Background Color

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

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

This div background color is #796F87.

Border color

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

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

This div border color is #796F87.

Opacity

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

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

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

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

This text has shadow with #796F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796F87.

Preview

Color preview on black background

This text has color #796F87 on black background.


Color preview on white background

This text has color #796F87 on white background.


Black color preview on #796F87 background

This text has black color on #796F87 background.


White color preview on #796F87 background

This text has white color on #796F87 background.


Related colors

Complementary color

Complementary color for #hex is #869078.


I love getcolorcode.com

Triadic colors

1 #87796F and #6F8779 with #796F87 are triadic colors.

2 #876F79 and #6F7987 with #796F87 are triadic colors.