COLOR #799689

HEX: #799689
RGB: (121,150,137)

Color info

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

RGB color model

#799689 color RGB value is (121,150,137).

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

RGB channels and saturation

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

121
150
137

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

Portions of RGB colors in percentages

R + G + B =
121 + 150 + 137 = 408 (100%)
R 121 of 408 ~ 29.66%
G 150 of 408 ~ 36.76%
B 137 of 408 ~ 33.58%

%29.66
%36.76
%33.58

CMYK color model

#799689 color CMYK value is (19,0,9,41).

  • cyan value is 19.33%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(19,0,9,41)
C19M0Y9K41 
(19%,0%,9%,41%)
(0.19/0.00/0.09/0.41)	

CMYK percentages

%19.33
%0
%8.67
%41.18

Codes

Color #799689 in popluar color models

799689
RGB121150137
HSL153°12.13%53.14%
HSB/HSV153°19.33%58.82%
CMYK19.33%0.00%8.67%
41.18%

Color #799689 in popluar number systems.

HEX799689
Decimal121150137
Binary11110011001011010001001
Octal171226211

Shades and tints

Shades of #799689

#799689
(121,150,137)
#6E897D
(110,137,125)
#637C71
(99,124,113)
#586F65
(88,111,101)
#4D6259
(77,98,89)
#42554D
(66,85,77)
#374841
(55,72,65)
#2C3B35
(44,59,53)
#212E29
(33,46,41)
#16211D
(22,33,29)
#0B1411
(11,20,17)
#000000
(0,0,0)

Tints of #799689

#799689
(121,150,137)
#859F93
(133,159,147)
#91A89D
(145,168,157)
#9DB1A7
(157,177,167)
#A9BAB1
(169,186,177)
#B5C3BB
(181,195,187)
#C1CCC5
(193,204,197)
#CDD5CF
(205,213,207)
#D9DED9
(217,222,217)
#E5E7E3
(229,231,227)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799689; }

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

This text font color is #799689.


Background Color

.myBgColor { background-color: #799689; }

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

This div background color is #799689.


Border color

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

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

This div border color is #799689.


Opacity

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

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

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

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

This text has shadow with #799689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799689 on black background.


Color preview on white background

This text has color #799689 on white background.



Black color preview on #799689 background

This text has black color on #799689 background.


White color preview on #799689 background

This text has white color on #799689 background.