COLOR #799D89

HEX: #799D89 RGB: (121,157,137)

Color info

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

RGB color model

#799D89 color RGB value is (121,157,137).

RGB: (121,157,137) (47%, 62%, 54%)

RGB channels and saturation

R 121 of 255 = 47%
G 157 of 255 = 62%
B 137 of 255 = 54%

121
157
137

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

Portions of RGB colors in percentages

R + G + B = 121 + 157 + 137 = 415 (100%)
R 121 of 415 ~ 29.16%
G 157 of 415 ~ 37.83%
B 137 of 415 ~ 33.01'%

%29.16
%37.83
%33.01

CMYK color model

#799D89 color CMYK value is (23,0,13,38).

  • cyan value is 22.93%
  • magenta value is 0.00%
  • yellow value is 12.74%
  • key color value is 38.43%
CMYK: (23,0,13,38) C23M0Y13K38 (23%,0%,13%,38%) (0.23/0.00/0.13/0.38) 

CMYK percentages

%22.93
%0
%12.74
%38.43

Codes

Color #799D89 in popluar color models

79 9D 89
RGB 121 157 137
HSL 147° 15.52% 54.51%
HSB/HSV 147° 22.93% 61.57%
CMYK 22.93% 0.00% 12.74%
38.43%

Color #799D89 in popluar number systems.

HEX 79 9D 89
Decimal 121 157 137
Binary 1111001 10011101 10001001
Octal 171 235 211

Shades and tints

Shades of #799D89

#799D89
(121,157,137)
#6E8F7D
(110,143,125)
#638171
(99,129,113)
#587365
(88,115,101)
#4D6559
(77,101,89)
#42574D
(66,87,77)
#374941
(55,73,65)
#2C3B35
(44,59,53)
#212D29
(33,45,41)
#161F1D
(22,31,29)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #799D89

#799D89
(121,157,137)
#85A593
(133,165,147)
#91AD9D
(145,173,157)
#9DB5A7
(157,181,167)
#A9BDB1
(169,189,177)
#B5C5BB
(181,197,187)
#C1CDC5
(193,205,197)
#CDD5CF
(205,213,207)
#D9DDD9
(217,221,217)
#E5E5E3
(229,229,227)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799D89; }

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

This text font color is #799D89.

Background Color

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

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

This div background color is #799D89.

Border color

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

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

This div border color is #799D89.

Opacity

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

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

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

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

This text has shadow with #799D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #799D89.

Preview

Color preview on black background

This text has color #799D89 on black background.


Color preview on white background

This text has color #799D89 on white background.


Black color preview on #799D89 background

This text has black color on #799D89 background.


White color preview on #799D89 background

This text has white color on #799D89 background.


Related colors

Complementary color

Complementary color for #hex is #866276.


I love getcolorcode.com

Triadic colors

1 #89799D and #9D8979 with #799D89 are triadic colors.

2 #899D79 and #9D7989 with #799D89 are triadic colors.