COLOR #799D87

HEX: #799D87
RGB: (121,157,135)

Color info

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

RGB color model

#799D87 color RGB value is (121,157,135).

  • red value is 121;
  • green value is 157;
  • blue value is 135.
RGB:
(121,157,135)
(47%,62%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 135 of 255 = 53%

121
157
135

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

Portions of RGB colors in percentages

R + G + B =
121 + 157 + 135 = 413 (100%)
R 121 of 413 ~ 29.3%
G 157 of 413 ~ 38.01%
B 135 of 413 ~ 32.69%

%29.3
%38.01
%32.69

CMYK color model

#799D87 color CMYK value is (23,0,14,38).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 14.01%
  • key color value is 38.43%
CMYK:
(23,0,14,38)
C23M0Y14K38 
(23%,0%,14%,38%)
(0.23/0.00/0.14/0.38)	

CMYK percentages

%22.93
%0
%14.01
%38.43

Codes

Color #799D87 in popluar color models

799D87
RGB121157135
HSL143°15.52%54.51%
HSB/HSV143°22.93%61.57%
CMYK22.93%0.00%14.01%
38.43%

Color #799D87 in popluar number systems.

HEX799D87
Decimal121157135
Binary11110011001110110000111
Octal171235207

Shades and tints

Shades of #799D87

#799D87
(121,157,135)
#6E8F7B
(110,143,123)
#63816F
(99,129,111)
#587363
(88,115,99)
#4D6557
(77,101,87)
#42574B
(66,87,75)
#37493F
(55,73,63)
#2C3B33
(44,59,51)
#212D27
(33,45,39)
#161F1B
(22,31,27)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #799D87

#799D87
(121,157,135)
#85A591
(133,165,145)
#91AD9B
(145,173,155)
#9DB5A5
(157,181,165)
#A9BDAF
(169,189,175)
#B5C5B9
(181,197,185)
#C1CDC3
(193,205,195)
#CDD5CD
(205,213,205)
#D9DDD7
(217,221,215)
#E5E5E1
(229,229,225)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799D87 color. Also use rgb(121,157,135) instead hex code.

Text Font Color

.myTextColor { color: #799D87; }

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

This text font color is #799D87.


Background Color

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

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

This div background color is #799D87.


Border color

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

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

This div border color is #799D87.


Opacity

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

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

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

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

This text has shadow with #799D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799D87 on black background.


Color preview on white background

This text has color #799D87 on white background.



Black color preview on #799D87 background

This text has black color on #799D87 background.


White color preview on #799D87 background

This text has white color on #799D87 background.