COLOR #799789

HEX: #799789
RGB: (121,151,137)

Color info

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

RGB color model

#799789 color RGB value is (121,151,137).

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

RGB channels and saturation

R 121 of 255 = 47%
G 151 of 255 = 59%
B 137 of 255 = 54%

121
151
137

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

Portions of RGB colors in percentages

R + G + B =
121 + 151 + 137 = 409 (100%)
R 121 of 409 ~ 29.58%
G 151 of 409 ~ 36.92%
B 137 of 409 ~ 33.5%

%29.58
%36.92
%33.5

CMYK color model

#799789 color CMYK value is (20,0,9,41).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 40.78%
CMYK:
(20,0,9,41)
C20M0Y9K41 
(20%,0%,9%,41%)
(0.20/0.00/0.09/0.41)	

CMYK percentages

%19.87
%0
%9.27
%40.78

Codes

Color #799789 in popluar color models

799789
RGB121151137
HSL152°12.61%53.33%
HSB/HSV152°19.87%59.22%
CMYK19.87%0.00%9.27%
40.78%

Color #799789 in popluar number systems.

HEX799789
Decimal121151137
Binary11110011001011110001001
Octal171227211

Shades and tints

Shades of #799789

#799789
(121,151,137)
#6E8A7D
(110,138,125)
#637D71
(99,125,113)
#587065
(88,112,101)
#4D6359
(77,99,89)
#42564D
(66,86,77)
#374941
(55,73,65)
#2C3C35
(44,60,53)
#212F29
(33,47,41)
#16221D
(22,34,29)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #799789

#799789
(121,151,137)
#85A093
(133,160,147)
#91A99D
(145,169,157)
#9DB2A7
(157,178,167)
#A9BBB1
(169,187,177)
#B5C4BB
(181,196,187)
#C1CDC5
(193,205,197)
#CDD6CF
(205,214,207)
#D9DFD9
(217,223,217)
#E5E8E3
(229,232,227)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799789; }

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

This text font color is #799789.


Background Color

.myBgColor { background-color: #799789; }

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

This div background color is #799789.


Border color

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

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

This div border color is #799789.


Opacity

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

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

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

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

This text has shadow with #799789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799789 on black background.


Color preview on white background

This text has color #799789 on white background.



Black color preview on #799789 background

This text has black color on #799789 background.


White color preview on #799789 background

This text has white color on #799789 background.