COLOR #799697

HEX: #799697
RGB: (121,150,151)

Color info

#799697 contains red, green and blue colors in about the same proportion. Web safe color of #799697 is #669999 (or #699).

RGB color model

#799697 color RGB value is (121,150,151).

  • red value is 121;
  • green value is 150;
  • blue value is 151.
RGB:
(121,150,151)
(47%,59%,59%)

RGB channels and saturation

R 121 of 255 = 47%
G 150 of 255 = 59%
B 151 of 255 = 59%

121
150
151

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

Portions of RGB colors in percentages

R + G + B =
121 + 150 + 151 = 422 (100%)
R 121 of 422 ~ 28.67%
G 150 of 422 ~ 35.55%
B 151 of 422 ~ 35.78%

%28.67
%35.55
%35.78

CMYK color model

#799697 color CMYK value is (20,1,0,41).

  • cyan value is 19.87%
  • magenta value is 0.66%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(20,1,0,41)
C20M1Y0K41 
(20%,1%,0%,41%)
(0.20/0.01/0.00/0.41)	

CMYK percentages

%19.87
%0.66
%0
%40.78

Codes

Color #799697 in popluar color models

799697
RGB121150151
HSL182°12.61%53.33%
HSB/HSV182°19.87%59.22%
CMYK19.87%0.66%0.00%
40.78%

Color #799697 in popluar number systems.

HEX799697
Decimal121150151
Binary11110011001011010010111
Octal171226227

Shades and tints

Shades of #799697

#799697
(121,150,151)
#6E898A
(110,137,138)
#637C7D
(99,124,125)
#586F70
(88,111,112)
#4D6263
(77,98,99)
#425556
(66,85,86)
#374849
(55,72,73)
#2C3B3C
(44,59,60)
#212E2F
(33,46,47)
#162122
(22,33,34)
#0B1415
(11,20,21)
#000000
(0,0,0)

Tints of #799697

#799697
(121,150,151)
#859FA0
(133,159,160)
#91A8A9
(145,168,169)
#9DB1B2
(157,177,178)
#A9BABB
(169,186,187)
#B5C3C4
(181,195,196)
#C1CCCD
(193,204,205)
#CDD5D6
(205,213,214)
#D9DEDF
(217,222,223)
#E5E7E8
(229,231,232)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799697 color. Also use rgb(121,150,151) instead hex code.

Text Font Color

.myTextColor { color: #799697; }

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

This text font color is #799697.


Background Color

.myBgColor { background-color: #799697; }

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

This div background color is #799697.


Border color

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

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

This div border color is #799697.


Opacity

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

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

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

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

This text has shadow with #799697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799697 on black background.


Color preview on white background

This text has color #799697 on white background.



Black color preview on #799697 background

This text has black color on #799697 background.


White color preview on #799697 background

This text has white color on #799697 background.