COLOR #799A80

HEX: #799A80
RGB: (121,154,128)

Color info

#799A80 contains red, green and blue colors in about the same proportion. Web safe color of #799A80 is #669966 (or #696).

RGB color model

#799A80 color RGB value is (121,154,128).

  • red value is 121;
  • green value is 154;
  • blue value is 128.
RGB:
(121,154,128)
(47%,60%,50%)

RGB channels and saturation

R 121 of 255 = 47%
G 154 of 255 = 60%
B 128 of 255 = 50%

121
154
128

R + G + B ~ 52%. #799A80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 154 + 128 = 403 (100%)
R 121 of 403 ~ 30.02%
G 154 of 403 ~ 38.21%
B 128 of 403 ~ 31.76%

%30.02
%38.21
%31.76

CMYK color model

#799A80 color CMYK value is (21,0,17,40).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%
CMYK:
(21,0,17,40)
C21M0Y17K40 
(21%,0%,17%,40%)
(0.21/0.00/0.17/0.40)	

CMYK percentages

%21.43
%0
%16.88
%39.61

Codes

Color #799A80 in popluar color models

799A80
RGB121154128
HSL133°14.04%53.92%
HSB/HSV133°21.43%60.39%
CMYK21.43%0.00%16.88%
39.61%

Color #799A80 in popluar number systems.

HEX799A80
Decimal121154128
Binary11110011001101010000000
Octal171232200

Shades and tints

Shades of #799A80

#799A80
(121,154,128)
#6E8C75
(110,140,117)
#637E6A
(99,126,106)
#58705F
(88,112,95)
#4D6254
(77,98,84)
#425449
(66,84,73)
#37463E
(55,70,62)
#2C3833
(44,56,51)
#212A28
(33,42,40)
#161C1D
(22,28,29)
#0B0E12
(11,14,18)
#000000
(0,0,0)

Tints of #799A80

#799A80
(121,154,128)
#85A38B
(133,163,139)
#91AC96
(145,172,150)
#9DB5A1
(157,181,161)
#A9BEAC
(169,190,172)
#B5C7B7
(181,199,183)
#C1D0C2
(193,208,194)
#CDD9CD
(205,217,205)
#D9E2D8
(217,226,216)
#E5EBE3
(229,235,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799A80 color. Also use rgb(121,154,128) instead hex code.

Text Font Color

.myTextColor { color: #799A80; }

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

This text font color is #799A80.


Background Color

.myBgColor { background-color: #799A80; }

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

This div background color is #799A80.


Border color

.myBorderColor { border: 1px solid #799A80; }

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

This div border color is #799A80.


Opacity

.myOpacity80 { color: #799A80; opacity: 0.8; }

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

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

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

This text has shadow with #799A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799A80 on black background.


Color preview on white background

This text has color #799A80 on white background.



Black color preview on #799A80 background

This text has black color on #799A80 background.


White color preview on #799A80 background

This text has white color on #799A80 background.