COLOR #799496

HEX: #799496
RGB: (121,148,150)

Color info

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

RGB color model

#799496 color RGB value is (121,148,150).

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

RGB channels and saturation

R 121 of 255 = 47%
G 148 of 255 = 58%
B 150 of 255 = 59%

121
148
150

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

Portions of RGB colors in percentages

R + G + B =
121 + 148 + 150 = 419 (100%)
R 121 of 419 ~ 28.88%
G 148 of 419 ~ 35.32%
B 150 of 419 ~ 35.8%

%28.88
%35.32
%35.8

CMYK color model

#799496 color CMYK value is (19,1,0,41).

  • cyan value is 19.33%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(19,1,0,41)
C19M1Y0K41 
(19%,1%,0%,41%)
(0.19/0.01/0.00/0.41)	

CMYK percentages

%19.33
%1.33
%0
%41.18

Codes

Color #799496 in popluar color models

799496
RGB121148150
HSL184°12.13%53.14%
HSB/HSV184°19.33%58.82%
CMYK19.33%1.33%0.00%
41.18%

Color #799496 in popluar number systems.

HEX799496
Decimal121148150
Binary11110011001010010010110
Octal171224226

Shades and tints

Shades of #799496

#799496
(121,148,150)
#6E8789
(110,135,137)
#637A7C
(99,122,124)
#586D6F
(88,109,111)
#4D6062
(77,96,98)
#425355
(66,83,85)
#374648
(55,70,72)
#2C393B
(44,57,59)
#212C2E
(33,44,46)
#161F21
(22,31,33)
#0B1214
(11,18,20)
#000000
(0,0,0)

Tints of #799496

#799496
(121,148,150)
#859D9F
(133,157,159)
#91A6A8
(145,166,168)
#9DAFB1
(157,175,177)
#A9B8BA
(169,184,186)
#B5C1C3
(181,193,195)
#C1CACC
(193,202,204)
#CDD3D5
(205,211,213)
#D9DCDE
(217,220,222)
#E5E5E7
(229,229,231)
#F1EEF0
(241,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799496; }

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

This text font color is #799496.


Background Color

.myBgColor { background-color: #799496; }

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

This div background color is #799496.


Border color

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

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

This div border color is #799496.


Opacity

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

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

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

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

This text has shadow with #799496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799496 on black background.


Color preview on white background

This text has color #799496 on white background.



Black color preview on #799496 background

This text has black color on #799496 background.


White color preview on #799496 background

This text has white color on #799496 background.